Thumbnail Crashed…
-
Hi I’m using ClearType theme. I mate tons of changes and now my thumbnails crashed.
https://www.orcik.netif you check the page you will see.
However, I found out something..
The original link is
However,
If I change it to https://orcik.net/wp-content/themes/orcik/includes/timthumb.php?src=/wp-content/uploads/2010/05/mac-safari-search-cache.png&h=190&w=573&zc=1
Edit:
I guess I need to make some changes in here…
function tj_thumbnail($width, $height) {
?>” rel=”bookmark”> <img src=”<?php bloginfo(‘template_directory’); ?>/includes/timthumb.php?src=<?php get_thumbnail($post->ID, ‘full’); ?>&h=<?php echo get_theme_mod($height); ?>&w=<?php echo get_theme_mod($width); ?>&zc=1″ alt=”<?php the_title(); ?>” />
It’s working but I don’t know what’s the reason? and how to solve
- The topic ‘Thumbnail Crashed…’ is closed to new replies.