Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions

Reply
 
Thread Tools Display Modes
  #1  
Old 01-15-2014, 12:30 PM
WoODoO's Avatar
WoODoO WoODoO is offline
 
Join Date: Apr 2009
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default How can fix it

Hi guys, today im see this error.

And can not resolve.



Need a little help
Reply With Quote
  #2  
Old 01-15-2014, 12:41 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A screenshot is not going to help, you need to post a link to the site so someone can look at the CSS.
Reply With Quote
  #3  
Old 01-15-2014, 01:15 PM
WoODoO's Avatar
WoODoO WoODoO is offline
 
Join Date: Apr 2009
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

forum: www.realitybrasil.com.br
Reply With Quote
  #4  
Old 01-15-2014, 06:15 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your problem is this CSS:

Code:
.navbar {
    background: none repeat scroll center center #333333;
    color: #FFFFFF;
    font: 11px Arial,Calibri,Verdana,Geneva,sans-serif;
    height: 70px;
    padding: 0 0 0 20px;
    position: relative;
}
Set that to just be 0.
Reply With Quote
3 благодарности(ей) от:
ozzy47, tbworld, WoODoO
  #5  
Old 01-15-2014, 09:46 PM
WoODoO's Avatar
WoODoO WoODoO is offline
 
Join Date: Apr 2009
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I found this but have not found the css file to edit.
Reply With Quote
  #6  
Old 01-15-2014, 09:51 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That should be in the vbulletin-chrome.css template.
Reply With Quote
  #7  
Old 01-15-2014, 11:04 PM
WoODoO's Avatar
WoODoO WoODoO is offline
 
Join Date: Apr 2009
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
Your problem is this CSS:

Code:
.navbar {
    background: none repeat scroll center center #333333;
    color: #FFFFFF;
    font: 11px Arial,Calibri,Verdana,Geneva,sans-serif;
    height: 70px;
    padding: 0 0 0 20px;
    position: relative;
}
Set that to just be 0.
I need to know where to edit this file...



Not found here...

http://pastebin.com/HaVwr6tn
Reply With Quote
  #8  
Old 01-15-2014, 11:20 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's in this bit of code:

Code:
.navbar {
        position:relative;
        height:{vb:math {vb:stylevar navbar_tab_border.borderWidth} + {vb:stylevar navbar_tab_size.height} * 2}px;
        background:{vb:stylevar navbar_background};
        padding:{vb:stylevar navbar_padding};
        color:{vb:stylevar navbar_color};
        font:{vb:stylevar navbar_font};
 
        -moz-border-radius-bottom{vb:stylevar left}:{vb:stylevar border_radius};
        -moz-border-radius-bottom{vb:stylevar right}:{vb:stylevar border_radius};
        -webkit-border-bottom-{vb:stylevar left}-radius:{vb:stylevar border_radius};
        -webkit-border-bottom-{vb:stylevar right}-radius:{vb:stylevar border_radius};
 
 
}
Change padding:{vb:stylevar navbar_padding}; to, padding: 0px;
Reply With Quote
  #9  
Old 01-15-2014, 11:23 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by WoODoO View Post
I need to know where to edit this file...



Not found here...

http://pastebin.com/HaVwr6tn
Try:

AdminCP > Styles & Templates > Style Manager > Edit Style Variables > now scroll down in stylevars to find the navbar style variables look for the one named navbar_tab_padding and you'll see the #'s in the padding boxes, set the one with 20 to 0 and save.

The style variable to edit is "navbar_tab_padding".
Reply With Quote
Благодарность от:
WoODoO
  #10  
Old 01-15-2014, 11:34 PM
WoODoO's Avatar
WoODoO WoODoO is offline
 
Join Date: Apr 2009
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ozzy47 View Post
It's in this bit of code:

Code:
.navbar {
        position:relative;
        height:{vb:math {vb:stylevar navbar_tab_border.borderWidth} + {vb:stylevar navbar_tab_size.height} * 2}px;
        background:{vb:stylevar navbar_background};
        padding:{vb:stylevar navbar_padding};
        color:{vb:stylevar navbar_color};
        font:{vb:stylevar navbar_font};
 
        -moz-border-radius-bottom{vb:stylevar left}:{vb:stylevar border_radius};
        -moz-border-radius-bottom{vb:stylevar right}:{vb:stylevar border_radius};
        -webkit-border-bottom-{vb:stylevar left}-radius:{vb:stylevar border_radius};
        -webkit-border-bottom-{vb:stylevar right}-radius:{vb:stylevar border_radius};
 
 
}
Change padding:{vb:stylevar navbar_padding}; to, padding: 0px;
Worked

Quote:
Originally Posted by TheLastSuperman View Post
Try:

AdminCP > Styles & Templates > Style Manager > Edit Style Variables > now scroll down in stylevars to find the navbar style variables look for the one named navbar_tab_padding and you'll see the #'s in the padding boxes, set the one with 20 to 0 and save.

The style variable to edit is "navbar_tab_padding".

Thanks guys, it worked!
Reply With Quote
Благодарность от:
ozzy47
Reply

Thread Tools
Display Modes

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:57 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08104 seconds
  • Memory Usage 2,261KB
  • Queries Executed 11 (?)
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
  • (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
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (5)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete