Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25739

    When i insert an image on a page an enlarged 2nd version of that image appears top of page

    Happens regardless of whether image is uploaded, inserted from URL, or image links settings (Custom URL, Media File, None etc)

    Doesn’t happen for posts, just pages.

    eg **http://livedealer.org/dev/test/**

    help appreaciated

    cheers

    #128036

    Did you set this image as post thumbnail (featured image)? If you want to get rid of the post thumbnail on pages open up wp-contentthemesenfoldincludesloop-page.php and replace

    if($thumb) echo "<div class='page-thumb'>{$thumb}</div>";

    with

    //if($thumb) echo "<div class='page-thumb'>{$thumb}</div>";

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘image added to page appears 2nd time’ is closed to new replies.