Results 1 to 6 of 6

vBSEO link template colour clash

This is a discussion on vBSEO link template colour clash within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi, sorry for the odd title. It's not really anything to do with how vBSEO works, it's simply a case ...

  1. #1
    Junior Member
    Real Name
    Draiman
    Join Date
    Aug 2008
    Posts
    4
    Liked
    0 times

    vBSEO link template colour clash

    Hi, sorry for the odd title.

    It's not really anything to do with how vBSEO works, it's simply a case of the 'Content Relevant URLs by vBSEO 3.2.0' at the bottom of my site not showing correctly.

    Because I have a black backround on my site, the copyright reads like this; Content Relevant URLs by vBSEO 3.2.0. (only the backround is black and the text white)

    I've tried changing the colour settings - but everything I've done affects my other text colour. The vBSEO text isn't altered by my backround settings - it's altered in my 'body' settings. If it was set to the backround, I could just set the text to white.

    Any suggestions?

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    edit your footer template.

    wrap your footer area with the vb copyright prints and thus the vbseo one prints in something like

    <div id="myfooter">

    //cron
    //copyright
    //etc
    </div>

    and then in the main css
    in the bottom block for extras, add

    #myfooter a, #myfooter a:hover { color: white; }

  3. #3
    Junior Member
    Real Name
    Draiman
    Join Date
    Aug 2008
    Posts
    4
    Liked
    0 times
    Hi, thank you for the reply.....but I'm gonna freely admit - I'm pretty stupid at the inner workings of the internet. I'm lost as to where to add the extra code/html/script (I really am this dumb)

    This is my footer thing;
    </strong>
    </div>
    </td>
    </tr>
    </table>
    <br />
    <div align="center">
    <div class="smallfont" align="center">
    <!-- Do not remove this copyright notice -->
    $vbphrase[powered_by_vbulletin]
    <!-- Do not remove this copyright notice -->
    </div>
    <div class="smallfont" align="center">
    <!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
    $cronimage
    <!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
    $vboptions[copyrighttext]
    </div>
    </div>
    </form>
    $ad_location[ad_footer_end]
    <if condition="$show['dst_correction']">
    <!-- auto DST correction code -->
    <form action="profile.php?do=dst" method="post" name="dstform">
    <input type="hidden" name="s" value="$session[sessionhash]" />
    <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
    <input type="hidden" name="do" value="dst" />
    </form>
    <script type="text/javascript">
    <!--
    var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];
    var utcOffset = new Date().getTimezoneOffset() / 60;
    if (Math.abs(tzOffset + utcOffset) == 1)
    { // Dst offset is 1 so its changed
    document.forms.dstform.submit();
    }
    //-->
    </script>
    <!-- / auto DST correction code -->
    </if>
    <script type="text/javascript">
    <!--
    // Main vBulletin Javascript Initialization
    vBulletin_init();
    //-->
    </script>
    Now yes, I'm not gonna lie here - I am activly seeking you to pretty much do it for me so all I have to do is c&p it into my admincp.

    Also, where do I add the extra's? Is it the 'Body' or the 'Page Backround' box?

    Again, thanks for any help

  4. #4
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    replace this part from above:

    Code:
    <div align="center">
    <div class="smallfont" align="center">
    <!-- Do not remove this copyright notice -->
    with this:

    Code:
    <div align="center" id="myfooter">
    <div class="smallfont" align="center">
    <!-- Do not remove this copyright notice -->

    and in your main CSS, scroll ALL the way to the bottom. the very last textarea
    enter the css from above.

    Code:
    #myfooter a, #myfooter a:hover { color: white; }

  5. #5
    Junior Member
    Real Name
    Draiman
    Join Date
    Aug 2008
    Posts
    4
    Liked
    0 times
    Excellent. Thank you so much, dude. Worked perfectly.

    Really appreciated, thank you

  6. #6
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    no prob

Similar Threads

  1. Clash With SubDreamer?
    By Nate Benton in forum Pre-Sales Questions
    Replies: 1
    Last Post: 07-26-2008, 02:09 PM
  2. Changing new post thread colour
    By Lee G in forum Off-Topic & Chit Chat
    Replies: 3
    Last Post: 07-07-2008, 12:23 PM
  3. Trackback link in custom postbit template
    By sinucello in forum General Discussion
    Replies: 6
    Last Post: 05-22-2008, 07:32 AM
  4. Where do I change colour in Welcome mesage tabel
    By inparadise in forum vBSEO.com Styles
    Replies: 1
    Last Post: 02-20-2008, 10:51 AM

Posting Permissions

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