Forums

Magaling(theme) Theme Thumbnail Issue (7 posts)

  1. enacuous
    Member
    Posted 2 years ago #

    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

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

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

  2. enacuous
    Member
    Posted 2 years ago #

    bump

  3. enacuous
    Member
    Posted 2 years ago #

    please help

  4. enacuous
    Member
    Posted 2 years ago #

    bump

  5. dudepress
    Member
    Posted 2 years ago #

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

    Thanks,

  6. MaxiesGal
    Member
    Posted 2 years ago #

    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 100x16 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

  7. Cylent
    Member
    Posted 2 years ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.