The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
2 posters

    Info box problem

    avatar
    darki
    Forumember


    Posts : 254
    Reputation : 10
    Language : German, english

    Solved Info box problem

    Post by darki September 18th 2015, 3:35 pm

    Hi,

    by using this script of forumotion support forum posted by @Ange Tuteur
    https://help.forumotion.com/t141657-new-log-in-navigation-bar?

    the toolbar in my forum disappears.
    Also, below the info box created with this script appears a new box only with a line.

    Could anyone help?
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Info box problem

    Post by Ange Tuteur September 18th 2015, 4:08 pm

    Hi @darki,

    You added this script in the homepage message, correct ? If so, did you make sure to paste it in source code mode ?

    Lastly, if possible, what is the exact error you get in the console when it's installed in the homepage message ? You can check the console via F12 key > console
    avatar
    darki
    Forumember


    Posts : 254
    Reputation : 10
    Language : German, english

    Solved Re: Info box problem

    Post by darki September 18th 2015, 4:14 pm

    Oh, forgot to check the console. ^^' .__.
    Alright, I got an error message and know I know what the problem were. Smile

    But the second box with only a line below the info box is still there. Any idea?
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Info box problem

    Post by Ange Tuteur September 18th 2015, 4:17 pm

    The second box is most likely the homepage message, IF you have no content inside it. What the script does is creates a new panel that's inserted before the homepage message. You could use some CSS to hide it if you don't want it there.
    avatar
    darki
    Forumember


    Posts : 254
    Reputation : 10
    Language : German, english

    Solved Re: Info box problem

    Post by darki September 18th 2015, 4:22 pm

    Could you give me the CSS to hide the second box? Embarassed
    avatar
    darki
    Forumember


    Posts : 254
    Reputation : 10
    Language : German, english

    Solved Re: Info box problem

    Post by darki September 18th 2015, 5:32 pm

    I got it!
    profil.className = 'panel introduction'

    --> added a 2 after 'panel introduction'
    --> 'panel introduction2'

    After that I added this to CSS:
    Code:
    .panel.introduction {
      display: none;
    }

    Problem solved. Very Happy
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Info box problem

    Post by Ange Tuteur September 18th 2015, 5:57 pm

    Oh sorry I didn't notice your previous message. Hide but at least you solved the problem. ^^

    Topic archived

    Have a nice day. Smile

      Current date/time is September 23rd 2024, 5:25 am