go41

the info you need to know

Seo, nonsense oder nicht?


von Joern
Keine Kommentare

Bevor das Jahr um ist sollte ich doch noch etwas SEO nonsense von mir geben... SEO, was ist das eigentlich? Da kämpfen (oder spielen?) die Leute mit den Suchmaschinen um einen besseren Pagerank zu bekommen. Sicher, ein besserer Rang in…


von Joern
Keine Kommentare

good, thank you,there is still an image not loading on your site:#navbar-wrapper { width:960px; background: url(images/navbar-wrapper.png);}it's not needed anyway so you could uncomment or delete that line like this:/* background: url(images/navbar-wrapper.png); */more again, (sorry I am 'playing' with your css..)the…


von Joern
Keine Kommentare

hi, welcome backthe background of the text in the slider is indeed an overlay, it's an image actually!In your style.css the div class="info" tries to load this 'transparent-bg.png' image:#myslider .ui-tabs-panel .info{ position:absolute; top:240px; left:0; width:610px; height:70px; background: url('images/transparent-bg.png');}So what you…


von Joern
Keine Kommentare

lucky you are, was thinking of youI realized this already on your site, did you change the entry in your 'Image' customfield?Actually the developer said you should enter this path like this: (sample)wp-content/uploads/2011/11/Occupy-Toronto-Flag.pngthis should in sourcecode result in....timthumb.php?src=/wp-content/uploads/2....your sourcecode for…


von Joern
Keine Kommentare

great, you did it...!actually you need to remove in index.php stuff just below<?php if(file_exists(TEMPLATEPATH . '/myslider.php')) {include (TEMPLATEPATH . '/myslider.php'); } ?>from here:<div id="top" class="clearfloat"><div id="headline">blabla bla bla down to this part:</div></div></div><?php endwhile; ?></div></div>KEEP the next line and everything below:<div…