• I can’t get this thumbnail thing to work I even found a solution on these forums that doesn’t work either.

    <?php
    			$customfields = get_post_custom();
    			$scrp = get_bloginfo('wpurl') . '/tt-scripts/timthumb.php?';
    			if (empty($customfields['paddimage'][0])) {
    				$imgpath = $scrp . 'src=' . get_bloginfo('wpurl') . '/wp-content/themes/magaling/images/thumbnail.png' . '&w=83&h=83&zc=1';
    			} else {
    				$imgpath = $scrp . 'src=' . get_bloginfo('wpurl') .  $customfields['paddimage'][0] . '&w=83&h=83&zc=1';
    			}
    		?>

    thats where the code should be working

    https://macombinvestments.net/?page_id=8

    is where the blog page is as you can see the thumbnails are not working

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter enacuous

    (@enacuous)

    bump

    Thread Starter enacuous

    (@enacuous)

    please help

    Thread Starter enacuous

    (@enacuous)

    bump

    I am having this same issue…did you get this fixed? It looks like it on your site. Please advise.

    Thanks,

    Me three.

    Actually it looks like enacuous changed his ‘thumbnail.png’ to all one picture for each thumbnail image. You can locate that image at: “/wp-content/themes/magaling/images/”

    Do you, like me, want to create a different thumbnail for each post ?

    Adding ‘paddimage’ as the name/key in ‘custom fields’ along with the link isn’t doing squat for me. It changes to a 100×16 box with words in it ????

    The “Featured Content Gallery” crew, who I think created the top rotating image photo thingee AND the thumbnail thingee, suggest using “thumbnailimg” as their name/key, but THAT doesn’t work either.

    Any kind soul out there have a clue what’s going on please ?

    Thanks,
    Cat

    cylent

    (@cylent)

    Im having the same problem on the same theme. Paddsolutions has not responded to my emails yet. Anyone know a fix yet?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Magaling(theme) Theme Thumbnail Issue’ is closed to new replies.