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 04-25-2013, 12:23 AM
mustangguy1230 mustangguy1230 is offline
 
Join Date: Feb 2013
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Navbar issues after upgrading to 4.2.1

My site - http://performancefanatic.com/ - was working great with 4.2.0 but I decided to go ahead and upgrade to 4.2.1 and it seems to be working fine except for the navbar. If you go to the site you can see what I'm taking about.

This is what the navbar used to look like...



Any ideas for fixing the issue?

EDIT - I added an attachment that shows the issue. It's under the main part that says "forum, garage" etc.
Attached Images
File Type: jpg Navbar issues.jpg (114.9 KB, 0 views)
Reply With Quote
  #2  
Old 04-25-2013, 03:34 AM
Amaury Amaury is offline
 
Join Date: Nov 2011
Location: Ellensburg, WA
Posts: 1,075
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm not seeing any issues.
Reply With Quote
  #3  
Old 04-25-2013, 03:41 AM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Where the quick link tab is seems to be up to far needs an extra space there
Reply With Quote
  #4  
Old 04-25-2013, 12:15 PM
mustangguy1230 mustangguy1230 is offline
 
Join Date: Feb 2013
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Amaury25 View Post
I'm not seeing any issues.
I added an attachment that shows the issue. It's under the main part that says "forum, garage" etc.
Reply With Quote
  #5  
Old 04-25-2013, 02:21 PM
Amaury Amaury is offline
 
Join Date: Nov 2011
Location: Ellensburg, WA
Posts: 1,075
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mustangguy1230 View Post
I added an attachment that shows the issue. It's under the main part that says "forum, garage" etc.
The gray text? Just edit the navbar_link_color and navbar_linkhover_color StyleVars.
Reply With Quote
  #6  
Old 04-25-2013, 07:18 PM
mustangguy1230 mustangguy1230 is offline
 
Join Date: Feb 2013
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Amaury25 View Post
The gray text? Just edit the navbar_link_color and navbar_linkhover_color StyleVars.
Yeah that's not it. That is just the color not the placement. And if I change that to white for instance, it changes the color of the navtab font color. I think there may be some css that was done before that isn't working now but I don't know where/how to fix it.

--------------- Added [DATE]1366922104[/DATE] at [TIME]1366922104[/TIME] ---------------

Anyone who is good with coding can check the cached version of the site here

http://webcache.googleusercontent.co...&ct=clnk&gl=us

And it might help. I just can't figure it out.
Reply With Quote
  #7  
Old 04-25-2013, 07:49 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If it isn't the stylevar navbar_link_color, then you have modified the template. This is how it should be in the template vbulletin-chrome.css - is it?

HTML Code:
.navtabs > ul.floatcontainer li a {
	color:{vb:stylevar navbar_link_color};
	padding:{vb:math {vb:stylevar padding}/5} {vb:math {vb:stylevar padding}/2};
}
and
HTML Code:
.navtabs > ul.floatcontainer li a.popupctrl {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
	border-radius:3px;
	border:solid {vb:stylevar navbar_tab_border.borderWidth}{vb:stylevar navbar_tab_border.units} transparent;
	background:transparent url({vb:stylevar imgdir_misc}/arrow.png) no-repeat {vb:stylevar right} center;
	padding-{vb:stylevar right}:15px;
	color: {vb:stylevar navbar_link_color};
}
It looks like you are also missing some padding.
Reply With Quote
  #8  
Old 04-25-2013, 07:56 PM
mustangguy1230 mustangguy1230 is offline
 
Join Date: Feb 2013
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
If it isn't the stylevar navbar_link_color, then you have modified the template. This is how it should be in the template vbulletin-chrome.css - is it?

HTML Code:
.navtabs > ul.floatcontainer li a {
	color:{vb:stylevar navbar_link_color};
	padding:{vb:math {vb:stylevar padding}/5} {vb:math {vb:stylevar padding}/2};
}
and
HTML Code:
.navtabs > ul.floatcontainer li a.popupctrl {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
	border-radius:3px;
	border:solid {vb:stylevar navbar_tab_border.borderWidth}{vb:stylevar navbar_tab_border.units} transparent;
	background:transparent url({vb:stylevar imgdir_misc}/arrow.png) no-repeat {vb:stylevar right} center;
	padding-{vb:stylevar right}:15px;
	color: {vb:stylevar navbar_link_color};
}
It looks like you are also missing some padding.
The only things that have been changed are in the additional css... It looks okay though to me when I view it so I'm not sure where the issue is.
Reply With Quote
  #9  
Old 04-27-2013, 02:06 PM
mustangguy1230 mustangguy1230 is offline
 
Join Date: Feb 2013
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone know of a fix? I've seen several posts on different sites. Looks like people who had a changed theme and upgraded to 4.2.1 are having similar issues.
Reply With Quote
  #10  
Old 04-27-2013, 02:59 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The fix is to see if the designer has a new upgraded style. Or, alternately, fix the css yourself.
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 01:33 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.04668 seconds
  • Memory Usage 2,282KB
  • Queries Executed 14 (?)
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_html
  • (4)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
  • (2)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
  • (1)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete