Sign-up and receive exclusive skin previews, important updates, and special offers regarding our high-quality vBulletin themes.
Your cart is empty

Premium vBulletin Skins for vBulletin 4 Suite. View the themes!

All vBulletin themes come with 365 days of download access & support for just $34.95!

+ Reply to Thread
Results 1 to 6 of 6
  1. #1
    Head of Coding
    Join Date
    Mar 2009
    Posts
    385

    Exclamation Critical Alert: Title Bar Shunk not 100% width

    This is a quick alert to everyone having the issue of the title bar NOT being 100% as it should be. This issue is due to vBulletin discontinuing the stylevar forumhead_width which we use to set width on that bar. If you came from any version prior to 4.1.3 this should not be an issue for you but you can still do the following fix.

    I am currently working on a major update for bug fixes, right to left support, and this fix will be included but would like to explain how to fix it manually for the time being.

    1. Login to Admincp
    2. Go to Styles & Templates
    3. Go to Style Templates
    4. To the right of the skin click the << >> Button to expand templates
    5. Find the CSS Templates section and expand
    6. Double click to modify the additional.css
    7. Search for .tcatBar {

    Change

    width:{vb:stylevar forumhead_width};

    To

    width:100%;

    I do apologize and will have this fixed with everything else by the weekend, but hoping much sooner.

    William
    Last edited by Matt; 08-10-2011 at 04:37 PM.

  2. #2
    Customer
    Join Date
    Aug 2011
    Posts
    8

    Default re: Critical Alert: Title Bar Shunk not 100% width

    It did not work.

    Here's the code I inserted:


    /* TCAT BAR */

    .tcat {
    background:url(images/styles/ColorTheory/style/tcatBG.gif) repeat-x top left;
    color: #fff;
    height:36px;
    clear:both;
    margin-top: 8px;
    float: {vb:stylevar left};
    border:0;
    padding:0;
    width:100%;
    }
    When I searched for ".tcatBar {", it was not found. But when I searched for "tcat", I found the above code.
    I still got the big white spot in the title and it didn't fix the title font. The title font is the color of the title bar.

    Image1.jpg

  3. #3
    Pre-made Support
    Join Date
    Aug 2008
    Posts
    2,759

    Default re: Critical Alert: Title Bar Shunk not 100% width

    Please see this thread

    Announcements -
    DO NOT message me on any issues unless I have requested you to send me a PM. I do not respond by PM unless stated so otherwise. Please keep all questions in the forum that way everyone benefits from the answer.

  4. #4
    Head of Coding
    Join Date
    Mar 2009
    Posts
    385

    Default Re: Critical Alert: Title Bar Shunk not 100% width

    Just to note, it hasn't been announced that I know of but there is a major release/update availible for 4.1.5 that includes a huge amount of updates, bug fixes, and right to left support.

  5. #5
    Customer
    Join Date
    Jan 2011
    Posts
    39

    Default Re: Critical Alert: Title Bar Shunk not 100% width

    Quote Originally Posted by Mmoore (Support) View Post
    Please see this thread

    Announcements -
    I can't see this thread : you do not have permission to access this page. This could be due to one of several reasons:...

  6. #6
    Pre-made Support
    Join Date
    Aug 2008
    Posts
    2,759

    Default Re: Critical Alert: Title Bar Shunk not 100% width

    bpi007 if you install cvb xml file and then download the new template and install it you should be fine.
    DO NOT message me on any issues unless I have requested you to send me a PM. I do not respond by PM unless stated so otherwise. Please keep all questions in the forum that way everyone benefits from the answer.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts