Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 09-01-2013, 05:58 AM
chrisbr chrisbr is offline
 
Join Date: Aug 2006
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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
Reply With Quote
  #2  
Old 09-01-2013, 06:27 AM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The image is helpful, but without a link you are making it to difficult/impossible to help you.
Reply With Quote
  #3  
Old 09-01-2013, 06:55 AM
chrisbr chrisbr is offline
 
Join Date: Aug 2006
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #4  
Old 09-01-2013, 07:34 AM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by chrisbr View Post
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.
Reply With Quote
  #5  
Old 09-01-2013, 07:38 AM
chrisbr chrisbr is offline
 
Join Date: Aug 2006
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

PHP Code:
deleting username and password as thread solved 
Reply With Quote
  #6  
Old 09-01-2013, 08:39 AM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #7  
Old 09-01-2013, 09:00 AM
chrisbr chrisbr is offline
 
Join Date: Aug 2006
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Reply With Quote
  #8  
Old 09-01-2013, 09:05 AM
chrisbr chrisbr is offline
 
Join Date: Aug 2006
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by chrisbr View Post
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?
Reply With Quote
  #9  
Old 09-01-2013, 09:19 AM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 View 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)
Be careful with "display:none" powerful for hiding something, but you need to make sure the element block is not used for anything important.
Reply With Quote
  #10  
Old 09-01-2013, 11:09 AM
chrisbr chrisbr is offline
 
Join Date: Aug 2006
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:42 AM.


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.06406 seconds
  • Memory Usage 2,259KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (4)bbcode_code
  • (1)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete