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

Reply
 
Thread Tools Display Modes
  #1  
Old 10-01-2007, 08:15 PM
MMaster MMaster is offline
 
Join Date: Mar 2006
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Odd bars on my site. HALP!!

Hey, guys. I'm in need of some help. I asked a friend of mine to help me with some of the things I wanted to get done on the site. One of them being moving user log in.log out information to the top left corner and a nav bar to the to right. Upon my friends completion with this task, bars started to show up on the left and right sides of vBulletin and vBadvanced. I would like these removed but my friend is stumped. He doesn't seem to be seeing them but myself and everyone else I've asked does. Does Anyone have any ideas on how I can resolve this issue? It would be GREATLY appreciated.

Thanks,
James

Media-Gamers.com (This is the problem site)
Reply With Quote
  #2  
Old 10-01-2007, 08:16 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A picture will probably help. Or a link to the forum so we can take a look at the source code (whoops, I saw you did post a link).

And one more edit.... I don't see these bars you are talking about. Perhaps a picture will help.
Reply With Quote
  #3  
Old 10-01-2007, 08:41 PM
MMaster MMaster is offline
 
Join Date: Mar 2006
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Absolutely:





And thanks for showing interest in helping me with my problem =D
Reply With Quote
  #4  
Old 10-01-2007, 08:49 PM
Spank Spank is offline
 
Join Date: Jan 2007
Location: Scotland
Posts: 809
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't see the bars on the site either, but tbh i think they look kinda cool.
Reply With Quote
  #5  
Old 10-01-2007, 10:07 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It looks like somehow a background image was added and it happens to be the same as the category strips.

OK, I just looked at your CSS and under .alt2 and .alt2, you have this for the background url "url(images/dark_vb_v2/gradients/)" That does not look valid to me (the actual image name isn't given) and I wonder if that is causing you problems. The same thing under .panel ("images/gradients/gradient_panel" is invalid)
Reply With Quote
  #6  
Old 10-01-2007, 11:31 PM
Freesteyelz's Avatar
Freesteyelz Freesteyelz is offline
 
Join Date: Jan 2006
Posts: 1,552
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It looks as if your navbar's gradient, which starts at the very top (above header), is repeating vertically. Whenever you set a background image you should always set the properties. In your line of code you have:

Code:
style="background-image:url(images/dark_vb_v2/misc/nav_x.gif)"
Try changing that to:

Code:
style="background:#000000 url(images/dark_vb_v2/misc/nav_x.gif) repeat-x top left"
Reply With Quote
  #7  
Old 10-01-2007, 11:56 PM
MMaster MMaster is offline
 
Join Date: Mar 2006
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Freesteyelz View Post
It looks as if your navbar's gradient, which starts at the very top (above header), is repeating vertically. Whenever you set a background image you should always set the properties. In your line of code you have:

Code:
style="background-image:url(images/dark_vb_v2/misc/nav_x.gif)"
Try changing that to:

Code:
style="background:#000000 url(images/dark_vb_v2/misc/nav_x.gif) repeat-x top left"
Thanks so much for your help. That fixed part of the problem. Now, instead of there being bars on the sides, it's just black. It takes up the same amount of space as the bars did but it's just black. If requested, I'll post a screenshot. Ideas?

Thanks! =D

Edit: Okay, the black bars are gone. Problem solved =D

Now there's another issue. The width of the Forum, User CP, Front Page, etc. has become inconsistent. It's thinner on the front page and post pages than it is on the forum and User CP pages. Any ideas on that one?
Reply With Quote
  #8  
Old 10-02-2007, 03:06 AM
Freesteyelz's Avatar
Freesteyelz Freesteyelz is offline
 
Join Date: Jan 2006
Posts: 1,552
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm glad the first problem is resolved. As for your current issue, if possible, please take screenshots (and point out what you want changed) so we can compare the style inconsistencies.
Reply With Quote
  #9  
Old 10-02-2007, 04:09 AM
MMaster MMaster is offline
 
Join Date: Mar 2006
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No problem. Here they are:

Home


Forum (Wider than Home page)


Threads (About the same as Home, but a little wider)


Thanks so much for the help!
Reply With Quote
  #10  
Old 10-02-2007, 04:48 AM
Dismounted's Avatar
Dismounted Dismounted is offline
 
Join Date: Jun 2005
Location: Melbourne, Australia
Posts: 15,047
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You'll need to play around with the Main Table Width (in StyleVars).
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 10:38 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.09510 seconds
  • Memory Usage 2,253KB
  • 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_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_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