• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
    • Wiki
    • Support
      • Manage Subscriptions
      • FAQ
      • Support For
        • VaultWiki 4.x Series
        • VaultWiki.org Site
    • What's New?
    • Buy Now
    • Manual
    • 
    • Support
    • VaultWiki 3.x Series
    • Bug
    • Whacked css need HELP

    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.

    Issue: Whacked css need HELP

    • Issue Tools
      • View Changes
    1. issueid=1658 June 8, 2010 4:18 PM
      Jella Jella is offline
      Regular Member
      Whacked css need HELP
      Getting desperate now

      Before I even try to fix all those php files I have everything looking OK except for the last 4 hours HOURS I have been pulling my hair out and need help.

      On the main vault page of the BLACK theme I changed the text color and box colors to what I want.....and the damn boxes all lined up instead of being staggered... and I need the right side box text to be yellow like left side and highlight yellow too when clicked on (same for the other 2 themes).



      On the LIGHT theme same thing on the vault main page



      Then the captions on the tops of all wikis are white and highlight blue (both these need to be black)



      On the Red EGYPTIAN Theme, same thing on the vault main page



      NO MATTER what I've tried for hours on end... nothing works.

      These are the only problems remaining looks wise......... everything else looks good.

      PLEASE fix this peg, I am close to a breakdown here.
    Issue Details
    Issue Number 1658
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Install / Upgrade
    Status Duplicate
    Priority 3 - Loss of Functionality
    Affected Version 3.0.0
    Fixed Version (none)
    Milestone VaultWiki 3.0.0
    Software DependencyAny
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags Style




    1. June 8, 2010 6:33 PM
      pegasus pegasus is offline
      VaultWiki Team
      I fixed the alignment. When it comes to colors and such, I highly recommend using Mozilla Firefox to work on your CSS. It will save you a LOT of hours and headaches.

      1. Simply by right-clicking an element on the page and clicking "Inspect Element" pops up a window that shows you all the styles on the element and how they are working together.

      2. You can then mess with the CSS in the window until it looks right.

      3. Do a search in your templates for the CSS class you modified.

      4. Make the changes to match what you did in Firefox.
      Reply Reply  
    2. June 8, 2010 7:28 PM
      Jella Jella is offline
      Regular Member
      If you look at this page logged in using the light color theme http://theforbiddentruth.net/showwik...l:Specialpages you can see that the top captions above Maintenance reports are still white on white... and you can't see them...I'm really lost peg.

      You mean use the FF browser? I use IE8 not FF but I will dl it and install. I will start on the php files after... remember peg I an challenged when it come to this stuff. I would like to know how this persons boxes are rounded? http://www.vaultwiki.org/threads/4473/#post11311

      Ok I will relax and see what I can do.
      Reply Reply  
    3. June 9, 2010 12:44 AM
      pegasus pegasus is offline
      VaultWiki Team
      The Firefox tool I mentioned really makes working with styles more like a dream. While you should continue to use IE8 for browsing if that's what you're used to, you should really use FF for designing.

      vBulletin 4 makes more use of rounded corners, so I would expect that person is using vBulletin 4.
      Reply Reply  
    4. June 9, 2010 6:35 AM
      Jella Jella is offline
      Regular Member
      FF helped allot.... thanks Peg for letting me know about that, though it didn't help he with the wiki style code because I have no CSS knowledge BUT.......... It HELPED me with some other issues.... i also use Dreamweaver8.....so....After a migraine, burning eyes... no sleep woke up with a headache......and I'm so late for work today, I may as well not go in.... I have managed to sort out all CSS issues through the vbulletin styles..... which many wiki colors feed off of (I wish they didn't??????) .... except for one line color on my RED Egyptian theme bottom border.... it feeds of of (table border) which MUST remain tan on the forum but I need to make it RED on the wiki and this line feeds off of table border....... see here



      and a red border around the popup



      Is there anything I can do in the wiki style CSS to force that red? If so, be specific.

      After this I can get to the dreaded php edits

      http://theforbiddentruth.net/showwiki.php


      Oh yes I also need the fix for this... notice how some boxes have only one line break between the words YET other have 2 line breaks??? I have 2, it need to look the same as the left boxes... I highlight the space on the right with my mouse.... it also does this on my lamp site and looks like crap. I noticed other don't have this??? How can it be fixed. Thanks Teddy.
      Reply Reply  
    5. June 9, 2010 10:20 AM
      pegasus pegasus is offline
      VaultWiki Team
      The only things you can adjust are:
      Force the popup border to be red:
      Code:
      .autolink_preview { border-color: red; }
      The line breaks involve a bug in Internet Explorer where it wraps white-space. In order to prevent the double-line for boxes where the first line is longer than the second line, you would have to remove all the white-space between the SPAN tags in template special_search_namespacebit.
      Reply Reply  
    6. June 9, 2010 4:16 PM
      Jella Jella is offline
      Regular Member
      ahhh thank you so much I will get to that now.

      I have 2 questions and one bug issue.

      Question: 1. What does IE do that... it looks awful. Rounded edges I can live without... but xtra line break drive me crazy. So glad you told me about FF, it helps.

      http://theforbiddentruth.net/showwik...cial:Imagelist

      ... and 2.) Is there anyway I can change this (file desc text color, left column on Imagelist page... on my black theme only) to white through 'wiki' css....... I need the white on vbulletin because the theme is black... I have tried a number of vbulletin combos... and then my black theme does not look right... the Imagelist page seems to feed off of the vbulletin Table Border which must remain that way on the forum.... though I removed all the white text colors on Table vbulletin CSS and left them blank, it still leaves my vbulletin white as it must be...... just not on the Imagelist page... GRRRRRR

      EDIT this
      Code:
      .autolink_preview { border-color: red; }
      did not work... however I tried this
      Code:
      .autolink_preview { border: 1px solid #931B0F; }
      and it worked great.
      Reply Reply  
    7. June 9, 2010 4:32 PM
      pegasus pegasus is offline
      VaultWiki Team
      Try:
      Code:
      .bodyContent .alt1 a, .bodyContent .alt2 a { color: #fff; }
      You may have to do the same for hovers, etc I'm not sure.
      Reply Reply  
    8. June 9, 2010 4:42 PM
      Jella Jella is offline
      Regular Member
      Ummm, what box and where in said box should I try that?
      Reply Reply  
    9. June 9, 2010 5:27 PM
      pegasus pegasus is offline
      VaultWiki Team
      You could try adding it to template vw-links or you could add it to the additional CSS box in the Style Manager.
      Reply Reply  
    10. June 9, 2010 10:03 PM
      Jella Jella is offline
      Regular Member
      I think that worked peg, I added it to the bottom of the vw.links... I am looking and it appears to have worked great, everywhere including my main page box links so I will make the background blue there a bit darker.... that's all.

      On my black theme in any regular wiki page the black line under the the caption of the wiki like here http://theforbiddentruth.net/showwik...in&redirect=no

      black line is not there like on the other 2 themes, I need to get the black line back please
      +++++++

      Now for a REAL BUG ...... whenever I edit my own posted wiki there is no problem BUT when I edit anyone else wiki, the bottom right box where is says, last edited by... is missing my name or the editors name... see? You can see it at the bottom of the Page above I posted...... AND it does not show the new edit date of today, at 10:00 p.m.

      Created by SazzyLilSmartAzz, 06-06-2009 at 10:28 pm
      Last edited by , 05-26-2010 at 06:06 am
      0 Comments, 131 Views
      Reply Reply  
    11. June 9, 2010 11:27 PM
      pegasus pegasus is offline
      VaultWiki Team
      In template vw-title.css you have too many zeros in the border-bottom on the titleBox.

      As for the REAL bug, the editor is not updated when a user makes a "minor" edit. Since you have not made non-minor edits on that page since you upgraded from 2.5.x, I believe this was a bug with 2.5.x that was fixed with the changes to the system made in 3. Unfortunately, the last edit info will continue to be broken until someone makes a REAL edit.
      Reply Reply  
    12. June 10, 2010 4:34 AM
      Jella Jella is offline
      Regular Member
      I didn't realize there was an extra zero in there... that fixed it.
      ++++

      Well there is something wrong with the Last edited by , and date... I made major edits last night to numerous wikis' done by others and the Last Edited By, name and date does not work.............. however if I edit one of my own wikis' it works fine.

      See examples... (even the old wrong date of the wikis I edited are missing the edited by NAME is BLANK

      This is my wiki and my edit, it works fine as all my own wikis and edits work fine http://theforbiddentruth.net/showwik...i=Austin+J+App

      Missing name last edited and wrong date http://theforbiddentruth.net/showwik...r+Incorporated
      Missing name last edited and wrong date http://theforbiddentruth.net/showwik...i=Bugsy+Siegel
      Missing name last edited and wrong date http://theforbiddentruth.net/showwiki.php?jiki=Yiddish
      Missing name last edited and wrong date http://theforbiddentruth.net/showwik...+Anti-Semitism
      Missing name last edited and wrong date http://theforbiddentruth.net/showwik...strial+Complex
      Missing name last edited and wrong date http://theforbiddentruth.net/showwiki.php?jiki=Pakistan


      Even old wikis that were posted by someone else and edited by me 2 days ago or 6 months ago...... are wrong.... they all show the SAME OLD edited date of 5/29/2010..... and MISSING the Edited by name....all of them. This is not a coincidence. There is something wrong.
      Reply Reply  
    13. June 10, 2010 5:05 AM
      Jella Jella is offline
      Regular Member
      Example for this revision: Trailing this particular wiki posted by a member, then edited by me

      It is showing the correct revision here (name & date correct) http://theforbiddentruth.net/showwik...espace=Default

      .... to the History page (correct) http://theforbiddentruth.net/showwik...34&oldid2=2963

      DIFF & HIST (name & date correct) .........BUT when you go to the actual revised wiki page (name & date incorrect) at the bottom, see here http://theforbiddentruth.net/showwik...he+Jewish+Tool

      saying last edited by WITH NO NAME and the incorrect date of 5/29/.2010
      Reply Reply  
    14. June 10, 2010 10:25 AM
      pegasus pegasus is offline
      VaultWiki Team
      All of the pages you listed have only had minor edits in the past 6 months... so yes, it's not a coincidence. You can check the History tab on any of the pages and you will see. This is consistent with what I described in my post above. I am confident that the next non-minor edit will fix any of these pages.
      Reply Reply  
    15. June 10, 2010 12:09 PM
      Jella Jella is offline
      Regular Member
      Even if that were true the NAME of the editor of this minor revision on someone else's wiki was NEVER BLANK before the upgrade.

      OK I see something changed during the upgrade and I now have to reedit almost 400 wikis that checked of minor revision prior to the upgrade, and edit ...... NOT checking off minor update........ to get the correct date and the editors name to show up.
      Reply Reply  
    + Reply

    Assigned Users
    Loading Please Wait
    Tags
    Loading Please Wait
    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 6:01 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.