Archive for » 2012 «

Tuesday, November 13th, 2012 | Author: admin

Doctor Who

http://www.yourtvseri.es/series/doctor-who

Eureka

http://watchonlinefree.tv/tv/eureka/episodes

Scorpion

http://g2g.fm/forum/showthread.php?4975-Scorpion-Season-1-Premiere-Episode-1-Download-S01E01-1080p-Streaming-Subtitles

Category: Uncategorized  | Comments off
Tuesday, March 06th, 2012 | Author: admin

Deep focus is a nice wordpress theme by elegent themes

However it has some minor bugs. I had to fix them and may be it will help you too

Thumb nails not working for single pages.

To corect it go to theme folder open single.php

Around line 60 delete following
<!– Just delete

<a href=”<?php echo $image; ?>” class=”fancybox”>
<img src=”<?php //echo $image; ?>” alt=”<?php the_title(); ?>” />
–>

Add this instead

<!– Just add by me –>
<div class=”fancybox”>
<?php echo $image; ?>
</div>

Category: Uncategorized  | Comments off