• 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 How-Tos
    • VaultWiki Questions
    • Aesthetics but important, help needed please

    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 8 of 8

    Thread: Aesthetics but important, help needed please

    • Thread Tools
      • Show Printable Version
    1. June 14, 2010 #1
      Jella
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      Jella is offline
      Regular Member
      Join Date
      May 1, 2009
      Location
      Lampland, MA
      Posts
      119
      Rep Power
      191

      Aesthetics but important, help needed please

      On my main wiki page http://tvlampforum.com/showwiki.php the main image and the boxes are done it PX but I use fluid widths on my sites and this page needs to be fluid width. I have tried a few combinations but everything (boxes) goes to the left... tips please. I am reading here http://unstoppablerobotninja.com/entry/fluid-images/ but I don't know if its what I need?

      So all I care about making 100% fluid width is the vault logo with the boxes centered and left right like they are now. Many still use a 600 width screen and it looks awful.

      +++++++++++
      I have spent no exaggeration, at least 100 hours trying to find a resolve or fix this one....

      This is NOT exclusive to my sites, I have seen this on other vbulletins that run vaultwiki & (vb's) vblogs... and this occurs no matter what browser is used... this is not a browser issue either... I think its a Javascript issue?

      In my navbar if you run your mouse under Favorites - Tools - Search - Petz and Media (which I created) ALL the highlighted underlines are perfect and do NOT go past the last letter on the right... yet it does on the wiki and Blogs links....... oh, and blog creator at vb is useless, if he answers at all.

      http://tvlampforum.com/showwiki.php?...pecial:Bookshp

      I have tried cleaning up the JS in templates not that I know anything at all about JS, (I have not touched the php files nor do I know which ones to even look at) I am going mad trying to make it stop having that extended link underline off right....... on both these links.

      I have looked here
      HTML Code:
      <td class="vbmenu_control"><a id="wiki_links" href="$show[nojs_link]#wiki_links">$links[wiki_name]</a> <script type="text/javascript"> vbmenu_register("wiki_links"); </script>
      </td>
      and this appears correct

      If the other work right then these can be fiixed.... I did see them wrapped in body tags that don't appear on other JS links???

      Can someone tell where to look please?
      Regards, Jella
      Forbidden Wiki - called Jiki
      Auto Wiki - Not installed yet!
      Lamp Wiki - called Lamppedia
      Reply With Quote Reply With Quote

    2. June 14, 2010 #2
      Jella
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      Jella is offline
      Regular Member
      Join Date
      May 1, 2009
      Location
      Lampland, MA
      Posts
      119
      Rep Power
      191
      I can't even edit my posts here at VW, my mouse jumps all over the box, awful.
      Regards, Jella
      Forbidden Wiki - called Jiki
      Auto Wiki - Not installed yet!
      Lamp Wiki - called Lamppedia
      Reply With Quote Reply With Quote

    3. June 15, 2010 #3
      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,934
      Blog Entries
      18
      Rep Power
      659
      Okay the fluid style you wanted for the home page is difficult but should work. It was originally done in fixed width because getting the items to center in IE6 required fixed widths. However, this is now calculated using Javascript so it seems switching to fluid width is okay, and it should also look fine on other fixed widths without having to change the VW CSS.

      That said, it will of course still look ugly if the browser is not wide enough to show the namespaces side-by-side, and how low it will scale gracefully is dependent on the length of the box contents. There's not much we can do about this, but I've tested it down to 600px with the titles we have here.

      These are essentially the changes:
      Code:
      ul.namespace_list {
      	width: auto;
      }
      .namespace_list li {
      	width: 49%;
      	margin: 0;
      }
      .namespace_list h2.vw-head {
      	margin: 6px 40px;
      }
      As for the underline, this is a strange quirk of vBulletin's Javascript, but apparently it underlines less when the id attribute is moved to the table cell (rather than on what you want it to underline). If you want to modify your blogs drop-down now, that's what you have to do.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    4. June 15, 2010 #4
      Jella
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      Jella is offline
      Regular Member
      Join Date
      May 1, 2009
      Location
      Lampland, MA
      Posts
      119
      Rep Power
      191
      oh thank you for the answer I will try that on the main page... now for the JS issue, your so funny baby... you talk like I have a clue or remote idea... did you fix it on the lamp site, you must have or it was divine magic??? Tell me what you did so I can fix it on the forbidden site........ and give me a clue on the blog link

      First I need to look up what an ID attribute is, let me first look at what you did on the wiki link at the lamp site... I'll be back.
      Last edited by Jella; June 15, 2010 at 2:11 PM.
      Regards, Jella
      Forbidden Wiki - called Jiki
      Auto Wiki - Not installed yet!
      Lamp Wiki - called Lamppedia
      Reply With Quote Reply With Quote

    5. June 15, 2010 #5
      Jella
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      Jella is offline
      Regular Member
      Join Date
      May 1, 2009
      Location
      Lampland, MA
      Posts
      119
      Rep Power
      191
      I got it, fixed on both sites including blog... don'y forget to add to you next build Its so nice to deal with a master coder!!!! Now I will have a look at the main wiki page.
      Regards, Jella
      Forbidden Wiki - called Jiki
      Auto Wiki - Not installed yet!
      Lamp Wiki - called Lamppedia
      Reply With Quote Reply With Quote

    6. June 16, 2010 #6
      Jella
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      Jella is offline
      Regular Member
      Join Date
      May 1, 2009
      Location
      Lampland, MA
      Posts
      119
      Rep Power
      191
      Peg you have no idea how happy its made me that the lines are gone in the navbar... ecstatic.

      I gave this a try
      Code:
      ul.namespace_list {
      	width: auto;
      }
      .namespace_list li {
      	width: 49%;
      	margin: 0;
      }
      .namespace_list h2.vw-head {
      	margin: 6px 40px;
      }
      However it did not work for me (boxes went crazy)........ but maybe I did it wrong? So I will try again later. Maybe I need to make the 40px; wider on Forbidden? Due to my renamings... for example of Category to Wiki Categories

      My question on that is, ... its not the boxes per say that need to be fluid or moved it looks to me like it might be whats behind it that needs to be fluid like either the vault logo image width or page width??? Though looking at the code its all JS, is that correct? In that case I can do nothing.

      So do the boxes sit on top of the background?
      Regards, Jella
      Forbidden Wiki - called Jiki
      Auto Wiki - Not installed yet!
      Lamp Wiki - called Lamppedia
      Reply With Quote Reply With Quote

    7. June 16, 2010 #7
      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,934
      Blog Entries
      18
      Rep Power
      659
      Yes the boxes and the background are already fluid, but their container is not. The changes I mentioned above should also make the container fluid so that everything centers correctly.

      Since they have to be read last, make sure you add those lines to the end of the template vw-important-tabbed.css.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    8. June 16, 2010 #8
      Jella
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      Jella is offline
      Regular Member
      Join Date
      May 1, 2009
      Location
      Lampland, MA
      Posts
      119
      Rep Power
      191
      OH geez..... you know what I did, I replaced the ones that kinda of looked the same... Teddy I need kindergarten instructions, I had NO idea I had to add it... LOL..... worked perfectly. Thanks again.
      Regards, Jella
      Forbidden Wiki - called Jiki
      Auto Wiki - Not installed yet!
      Lamp Wiki - called Lamppedia
      Reply With Quote Reply With Quote

    Similar Threads

    1. Redirecting issues and questions important help needed and error
      By Jella in forum VaultWiki Questions
      Replies: 3
      Last Post: June 19, 2010, 7:42 PM
    2. Simplify Wiki Links - anything special needed for this to work?
      By ILTK in forum VaultWiki Questions
      Replies: 2
      Last Post: September 1, 2008, 11:51 AM

    Tags for this Thread

    able, aesthetics, appears, because, browser, com, control, creator, deal, did, don, down, few, files, find, get, gone, hey, image, images, important, issue, know, left, links, logo, looking, looks, main, many, mat, matter, media, off, other, page, perfect, right, run, same, screen, search, see, should, special, sure, tabbed, templates, that, their, them, under, useless, vault, vaultwiki, was, wiki, work, worked

    View Tag Cloud

    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 3:53 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 © 2023 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2023 DragonByte Technologies Ltd.
    Copyright © 2008 - 2013 VaultWiki Team, Cracked Egg Studios, LLC.