Info box problem
2 posters
Page 1 of 1
Info box problem
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?
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?
Re: Info box problem
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
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
Re: Info box problem
Oh, forgot to check the console. ^^' .__.
Alright, I got an error message and know I know what the problem were.
But the second box with only a line below the info box is still there. Any idea?
Alright, I got an error message and know I know what the problem were.
But the second box with only a line below the info box is still there. Any idea?
Re: Info box problem
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.
Re: Info box problem
I got it!
profil.className = 'panel introduction'
--> added a 2 after 'panel introduction'
--> 'panel introduction2'
After that I added this to CSS:
Problem solved.
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.
Re: Info box problem
Oh sorry I didn't notice your previous message. but at least you solved the problem. ^^
Topic archived
Have a nice day.
Topic archived
Have a nice day.
Similar topics
» Na Domain .info problem ....... :(
» Having many user registration problems
» IP info
» Need HELP with a slider (all the info is in here)
» Posting Info
» Having many user registration problems
» IP info
» Need HELP with a slider (all the info is in here)
» Posting Info
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum