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)
-   -   Removing Tabs Bar (https://vborg.vbsupport.ru/showthread.php?t=254250)

MaryTheG(r)eek 11-26-2010 07:11 AM

Removing Tabs Bar
 
Hello,

Can anyone advice me on how I can remove (or hide) the Tabs bar and have only the second bar (dark blue) available?

Thank you
Maria

Lynne 11-26-2010 01:56 PM

Either remove them from the navbar template, or add something like this to your css:
HTML Code:

.navtabs li a.navtab {display: none;}

MaryTheG(r)eek 11-26-2010 02:15 PM

1 Attachment(s)
Quote:

Originally Posted by Lynne (Post 2125980)
Either remove them from the navbar template, or add something like this to your css:
HTML Code:

.navtabs li a.navtab {display: none;}

Thank you Lynne. As always very helpfull. I want to remove it from the navbar template as it's for my own site, but I've stuck. I've did it many times in the past, but now everything seems strange to me there:erm: Can you tell me which portion to remove?

EDIT: I added
HTML Code:

.navtabs li a.navtab {display: none;}
at additional.css, and the menus gone hidden, but the bar still exists (see screenshoot)

Thank you
Maria

Lynne 11-26-2010 05:10 PM

So you want to remove search also (that is in that line)? And what do you want showing in the sub-menu - the correct stuff according to what page you are on? This works on my test site for firefox and Safari and Chrome:
HTML Code:

/* remove navtabs */
.navtabs li a.navtab {display: none; height: 0px;}
#globalsearch {display: none;}
.navtabs, .navtabs li.selected {height: 0px;}
#navtabs ul.floatcontainer, .navbar {height: 26px;}
.navtabs ul {top:0px;}


MaryTheG(r)eek 11-26-2010 05:41 PM

Quote:

Originally Posted by Lynne (Post 2126056)
So you want to remove search also (that is in that line)? And what do you want showing in the sub-menu - the correct stuff according to what page you are on? This works on my test site for firefox and Safari and Chrome:
HTML Code:

/* remove navtabs */
.navtabs li a.navtab {display: none; height: 0px;}
#globalsearch {display: none;}
.navtabs, .navtabs li.selected {height: 0px;}
#navtabs ul.floatcontainer, .navbar {height: 26px;}
.navtabs ul {top:0px;}


Once more I'm greatful to you Lynne. Works fine by adding it to additional.css. I wanted just to totally remove the Tabs bar as I've my own menu system.

All the best :up:
Maria


All times are GMT. The time now is 01:25 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.00965 seconds
  • Memory Usage 1,725KB
  • 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
  • (5)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete