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.

Info box problem

2 posters

Go down

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?
avatar
darki
Forumember

Posts : 254
Reputation : 10
Language : German, english

http://schiggysboard.com

Back to top Go down

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
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

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?
avatar
darki
Forumember

Posts : 254
Reputation : 10
Language : German, english

http://schiggysboard.com

Back to top Go down

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.
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

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

http://schiggysboard.com

Back to top Go down

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
avatar
darki
Forumember

Posts : 254
Reputation : 10
Language : German, english

http://schiggysboard.com

Back to top Go down

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
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum