Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author simplethemes

    (@simplethemes)

    Are you using the Jigoshop child theme by chance?
    https://github.com/simplethemes/skeleton-jigoshop-childtheme

    Either way, look in your active theme’s functions.php and if you see the skeleton_thumbnailer() function.

    If you don’t (or if you do) then just add/change to this:

    function skeleton_thumbnailer($content) {
    	return $content;
    }
    add_filter('the_content','skeleton_thumbnailer');
    Thread Starter danieltjohns78

    (@danieltjohns78)

    That worked thank you but now I have the issue below

    withe the book cover being squashed!

    Dan

    Thread Starter danieltjohns78

    (@danieltjohns78)

    Please update me with a fix.

    Theme Author simplethemes

    (@simplethemes)

    It looks like you have the CSS enabled in Jigoshop. If you’re using the older version of the theme with Jigoshop support, then you need to disable the styles imposed by Jigoshop in the plugin settings.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘One and a half images and description at the bottom’ is closed to new replies.