The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I some time ago had a skin made especially for my forums, but I have since noticed a minor issue that I want to try and fix myself, as the skin developer is giving me the run around.
Basically, most (all but one) of the options within the userCP is overflowing outside of the forum template, i cant describe this very well, so here's a picture to show you what I mean! Pretty much, the usercp navigation menu, shouldn't go into the bottom brown footer. Any help appreciated Thanks ![]() View Image: http://d.pr/i/oxTS |
#2
|
|||
|
|||
![]()
The image is helpful, but without a link you are making it to difficult/impossible to help you.
|
#3
|
|||
|
|||
![]()
I didn't think a link would be helpful, as the issue is only confined to the userCP section, you would need to signup to see the issue in action?
http://geocachingchat.com/boards/forum.php is the link never less. |
#4
|
|||
|
|||
![]() Quote:
|
#5
|
|||
|
|||
![]() PHP Code:
|
#6
|
|||
|
|||
![]()
This is the offending code:
Code:
<div id="footer" class="floatcontainer footer" style="display:none;"> If not a modification check your footer template for the code (I listed above) and remove Code:
style="display:none;" Code:
#footer { display: block !important; } Start by disabling your hooks/MODS. Hope that helps.. Should be a start for you. |
#7
|
|||
|
|||
![]()
Thanks for this, it's worked.
I don;t have any mods installed on the forum, so we can safely rules out these - must have been a error by the person who skinned the skin for me - Thankfully this is now resolved - Thanks tbworld! |
#8
|
|||
|
|||
![]() Quote:
I remember what could have happened, when I remove the code above, I get a brown box at the bottom, I believe that I wanted this box removing as it serves no purpose (that I can see) Is there any other ammendment I can do to the code to remove this brown bar, or is it something that has to stay in order for the rest of the page to fit within the template? |
#9
|
|||
|
|||
![]()
To delete footer bar...
Add to the bottom of your 'additional.css' template. Code:
.footer { height: 11px; background: none repeat scroll 0 0 transparent; border: 0 none; box-shadow: none; display: block; } Be careful with "display:none" powerful for hiding something, but you need to make sure the element block is not used for anything important. |
#10
|
|||
|
|||
![]()
Perfect tbworld - Thank you!
Nice to know I can count on this community rather than the developer who i've paid for the skin to be created!! |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|