• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
      • Try XenForo Demo
      • New Posts
      • FAQ
      • Calendar
      • Community
        • Groups
        • Albums
        • Member List
      • Forum Actions
        • Mark Forums Read
      • Quick Links
        • Today's Posts
        • Who's Online
      • Sponsor
        • Sponsor a Feature
        • List of Donors
    • Wiki
    • Support
    • What's New?
    • Buy Now
    • Manual
    • 
    • Forum
    • VaultWiki Discussion
    • General Discussion
    • Problem allignment menu in my style

    1. Welcome to VaultWiki.org, home of the wiki add-on for vBulletin and XenForo!

      VaultWiki allows your existing forum users to collaborate on creating and managing a site's content pages. VaultWiki is a fully-featured and fully-supported wiki solution for vBulletin and XenForo.

      The VaultWiki Team encourages you to join our community of forum administrators and check out VaultWiki for yourself.

    Results 1 to 14 of 14

    Thread: Problem allignment menu in my style

    • Thread Tools
      • Show Printable Version
    1. July 27, 2014 #1
      migratoria
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      migratoria is offline
      Regular Member
      Join Date
      July 26, 2014
      Posts
      64
      Rep Power
      148

      Exclamation Problem allignment menu in my style

      Hi

      I have a problem to allignment in my stile in vbulletin

      Style is Totallypro
      http://www.completevb.com/product/13


      See screenshot:

      valutwiki2.jpgwiki.jpg


      Can you help me?
      Reply With Quote Reply With Quote

    2. July 28, 2014 #2
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      If your vBulletin version is < 4.2.0 and you have a custom navbar, then you will have to modify the template vw_navbar so that it matches your existing navbar code.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    3. July 29, 2014 #3
      migratoria
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      migratoria is offline
      Regular Member
      Join Date
      July 26, 2014
      Posts
      64
      Rep Power
      148
      My style it's optimized for vb 4.20 the navbar it's standard with more 'only a few

      vw_navbar where is it?
      Reply With Quote Reply With Quote

    4. July 29, 2014 #4
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      VaultWiki doesn't use a navbar template in vBulletin 4.2. vBulletin's built-in Navigation Manager creates the HTML automatically. I would need a link to your site to investigate but I'm aware that vBulletin < 4.2.2 (maybe 4.2.2 also) has unclosed tags in its default navbar template that can potentially cause issues.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    5. July 29, 2014 #5
      migratoria
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      migratoria is offline
      Regular Member
      Join Date
      July 26, 2014
      Posts
      64
      Rep Power
      148
      My default Navbar in template Totally pro 4.2.0


      Code:
      <div id="navbar" class="navbar">
      <div class="navbarLeft"><div class="navbarRight">
      	<ul id="navtabs" class="navtabs floatcontainer<vb:if condition="$show['member'] AND $notifications_total"> notify</vb:if>">
      		{vb:raw template_hook.navtab_start}
      		{vb:raw navigation}
      		{vb:raw template_hook.navtab_end}
      	</ul>
      
      	<vb:if condition="$vboptions['enablesearches']">
      	<div id="searchBox" class="searchBox">
      		<form action="search.php?{vb:raw session.sessionurl}do=process" method="post">
      			<vb:comment><input type="hidden" name="s" value="{vb:raw session.sessionurl}" /></vb:comment>
      			<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
      			<input type="hidden" name="do" value="process" />
      			<span class="searchBox_container"><input type="text" value="" class="textbox" name="query" tabindex="99"/></span>
      			<span class="searchBox_button"><input type="image" src="{vb:stylevar imgdir_button}/search.png" name="submit" onclick="document.getElementById('navbar_search').submit;" tabindex="100"/></span>
      		</form>
      		<ul class="searchBox_advanced_search">
      			<li><a href="search.php{vb:raw session.sessionurl_q}" accesskey="4">{vb:rawphrase advanced_search}</a></li>
      		</ul>
      	</div>
      	</vb:if>
      </div></div>
      </div>
      </div><!-- closing div for above_body -->
      
      <!-- Custom Content Wrap -->
      		<div id="contentMain">
      <!-- Custom Content Wrap End -->
      
      <div class="body_wrapper">
      <div id="breadcrumb" class="breadcrumb">
      <div class="bcLeft"><div class="bcRight">
      	<ul class="floatcontainer">
      		<li class="navbithome"><a href="index.php{vb:raw session.sessionurl_q}" accesskey="1"><img src="{vb:stylevar imgdir_misc}/navbit-home.png" alt="{vb:rawphrase home}" /></a></li>
      
      		{vb:raw navbits.breadcrumb}
      		{vb:raw navbits.lastelement}
      	</ul>
      	<hr />
      </div></div>
      </div>
      
      {vb:raw ad_location.ad_navbar_below}
      {vb:raw ad_location.global_below_navbar}
      
      <vb:if condition="$show['notices'] AND THIS_SCRIPT != 'register'">
      	<form action="profile.php?do=dismissnotice" method="post" id="notices" class="notices">
      		<input type="hidden" name="do" value="dismissnotice" />
      		<input type="hidden" name="s" value="{vb:raw session.sessionurl}" />
      		<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
      		<input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" />
      		<input type="hidden" name="url" value="{vb:raw return_link}" />
      		<ol>
      			{vb:raw notices}
      		</ol>
      	</form>
      </vb:if>
      Reply With Quote Reply With Quote

    6. July 29, 2014 #6
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      I need to be able to visit your site while the navbar is messed up, or I can't see what the problem is exactly. The picture was helpful to understanding that there is a problem, but I can't know why until I can investigate it while it's occurring.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    7. July 31, 2014 #7
      migratoria
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      migratoria is offline
      Regular Member
      Join Date
      July 26, 2014
      Posts
      64
      Rep Power
      148
      Ok
      Url: http://www.migratoria.it/forum/wiki_index.php

      The style in vbulletin forum it's named "Totalmygra2013"
      Reply With Quote Reply With Quote

    8. August 3, 2014 #8
      migratoria
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      migratoria is offline
      Regular Member
      Join Date
      July 26, 2014
      Posts
      64
      Rep Power
      148
      Hi Pegasus

      I have Send my Url but the post it's in awaiting to moderation
      Can you see?
      Reply With Quote Reply With Quote

    9. August 3, 2014 #9
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      VaultWiki pages are HTML5, so they do not have an xmlns attribute. So your custom CSS doesn't work on wiki pages:
      Code:
      html[xmlns] .clearfix {
      display: block;
      I'm not sure why that distinction needs to be made in your stylesheet. If there is an important reason, you could also add
      Code:
      .contentWrap.clearfix {
      display: block;
      }
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    10. August 3, 2014 #10
      migratoria
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      migratoria is offline
      Regular Member
      Join Date
      July 26, 2014
      Posts
      64
      Rep Power
      148
      In which files I need to add this code?
      I tried We add

      Code:
      html[xmlns] .clearfix {
      	display: block;
      }
      to

      Code:
      html[xmlns] .clearfix {
      	display: block;
      . ContentWrap.clearfix {
      display: block;
      }}
      in additional.css but does not work
      Last edited by migratoria; August 3, 2014 at 4:03 PM.
      Reply With Quote Reply With Quote

    11. August 3, 2014 #11
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      Code:
      html[xmlns] .clearfix {
      	display: block;
      }
      
      .contentWrap.clearfix {
      	display: block;
      }
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    12. August 4, 2014 #12
      migratoria
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      migratoria is offline
      Regular Member
      Join Date
      July 26, 2014
      Posts
      64
      Rep Power
      148
      I have add in additional.css

      Code:
      html[xmlns] .clearfix {
      	display: block;
      }
      
      .contentWrap.clearfix {
      	display: block;
      }
      The bar is now aligned but the links upper are not aligned to the left
      Last edited by migratoria; August 4, 2014 at 5:28 PM.
      Reply With Quote Reply With Quote

    13. August 4, 2014 #13
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      Your logo is taller than the header after it renders (by 3px), so it's pushing some stuff below it to the right. I'm not positive why it's not affecting all your forum pages, but you can fix it like so. Add:
      Code:
      #logo {
      	display: inline-block;
      	float: none;
      }
      It might be related to the use of quotation marks in your site title. The quotation marks are not escaped and are wreaking havoc in the document HEAD throughout your site. I would advise not using quotation marks at all, changing them to &amp;quot; (which may have negative side effects in email messages), or replacing them with single-quotes like 'words'
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    14. August 5, 2014 #14
      migratoria
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      migratoria is offline
      Regular Member
      Join Date
      July 26, 2014
      Posts
      64
      Rep Power
      148
      It works correctly
      Tanks Pegasus. Great Support
      Reply With Quote Reply With Quote

    Similar Threads

    1. Move Certain Page Templates to Right Menu?
      By SurferJon in forum VaultWiki Questions
      Replies: 1
      Last Post: March 25, 2016, 9:52 AM
    2. Hide wiki link in menu for guests and users. Only for mods and admins till wiki is filled
      By domenico in forum VaultWiki Questions
      Replies: 2
      Last Post: March 12, 2013, 12:39 PM
    3. How to manually add navbar dropdown menu
      By DChapman in forum VaultWiki Questions
      Replies: 7
      Last Post: March 20, 2012, 12:36 PM
    4. Changing the menu item label
      By shuett in forum VaultWiki Questions
      Replies: 3
      Last Post: April 2, 2010, 6:50 PM
    5. Drop down Menu gone.
      By Tallen in forum VaultWiki Questions
      Replies: 3
      Last Post: January 17, 2009, 4:52 PM

    Bookmarks

    Bookmarks
    • Submit to Digg Digg
    • Submit to del.icio.us del.icio.us
    • Submit to StumbleUpon StumbleUpon
    • Submit to Google Google

    Posting Permissions

    • 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 Off
    • [VIDEO] code is
    • HTML code is Off

    Forum Rules

    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 6:27 PM.
    This site uses cookies to help personalize content, to tailor your experience, and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Learn more… Accept Remind me later
  • striker
    Powered by vBulletin® Version 4.2.5 Beta 2
    Copyright © 2025 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
    Copyright © 2008 - 2024 VaultWiki Team, Cracked Egg Studios, LLC.