vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO 3.2.0 Patch Release for vB 3.8 vBSEO Total Support Team Launches DeskPro vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

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 ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > Troubleshooting

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 09-05-2008, 01:59 AM
Junior Member
 
Real Name: Draiman
Join Date: Aug 2008
Posts: 4
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 09-05-2008, 02:04 AM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,802
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; }
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 09-06-2008, 08:05 AM
Junior Member
 
Real Name: Draiman
Join Date: Aug 2008
Posts: 4
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;
Quote:
</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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 09-06-2008, 07:01 PM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,802
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; }
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 09-06-2008, 07:12 PM
Junior Member
 
Real Name: Draiman
Join Date: Aug 2008
Posts: 4
Excellent. Thank you so much, dude. Worked perfectly.

Really appreciated, thank you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 09-06-2008, 08:10 PM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,802
no prob
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
Reply

Thread Tools

Posting Rules
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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Clash With SubDreamer? Nate Benton Pre-Sales Questions 1 07-26-2008 03:09 PM
Changing new post thread colour Lee G Off-Topic & Chit Chat 3 07-07-2008 01:23 PM
Trackback link in custom postbit template sinucello General Discussion 6 05-22-2008 08:32 AM
Where do I change colour in Welcome mesage tabel inparadise vBSEO.com 1.0 Style 1 02-20-2008 11:51 AM


All times are GMT -4. The time now is 11:30 PM.


Powered by vBulletin Version 3.8.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.