vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Content overflowing out of Skin (https://vborg.vbsupport.ru/showthread.php?t=301751)

chrisbr 09-01-2013 05:58 AM

Content overflowing out of Skin
 
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

tbworld 09-01-2013 06:27 AM

The image is helpful, but without a link you are making it to difficult/impossible to help you.

chrisbr 09-01-2013 06:55 AM

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.

tbworld 09-01-2013 07:34 AM

Quote:

Originally Posted by chrisbr (Post 2442286)
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.

If you want help make it easy for us. Give us a locked down account to view the problem. It is impossible to help you with a CSS/HTML problem without a useful link.

chrisbr 09-01-2013 07:38 AM

PHP Code:

deleting username and password as thread solved 


tbworld 09-01-2013 08:39 AM

This is the offending code:
Code:

<div id="footer" class="floatcontainer footer" style="display:none;">
Looks to me that it us part of a modification. Disable your MODS and see if your footer is still messed up.

If not a modification check your footer template for the code (I listed above) and remove
Code:

style="display:none;"
You 'might' be able to temporarily override it, if it is not being dynamically altered via javascript with this CSS entry in your "additional.css" (NOTE - You have modified templates so that code might not be in the footer template. It was only a guess on my part.)
Code:

#footer {
display: block !important;
}

-------------------------

Start by disabling your hooks/MODS.

Hope that helps.. Should be a start for you.

chrisbr 09-01-2013 09:00 AM

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!

chrisbr 09-01-2013 09:05 AM

Quote:

Originally Posted by chrisbr (Post 2442304)
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!

Sorry for double post:

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?

tbworld 09-01-2013 09:19 AM

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;
}

--------------- Added 01 Sep 2013 at 03:28 ---------------
Quote:

Originally Posted by chrisbr (Post 2442308)
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)

Be careful with "display:none" powerful for hiding something, but you need to make sure the element block is not used for anything important.

chrisbr 09-01-2013 11:09 AM

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!!


All times are GMT. The time now is 11:32 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01443 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete