Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter fearRacious

    (@fearracious)

    Hey Guys,,

    I just transfer the development website to https://dunsmuirdental.ca/ so,you can see the plugin slideshow..

    Thank you

    Plugin Author todiadiyatmo

    (@todiadiatmo)

    Hi,

    You can’t set featured image right ??

    So it is known problem to severals theme, the problem is some theme define post-thumbnails support only for several type of post-type, overriding my plugin.

    Solution is, go to your theme find this or similiar one :

    add_theme_support( ‘post-thumbnails’,array(‘post’) );

    replace with

    add_theme_support( ‘post-thumbnails’ );

    Thread Starter fearRacious

    (@fearracious)

    Thank you, todiadiyatmo,

    Ill try this one..Thank you

    Plugin Author todiadiyatmo

    (@todiadiatmo)

    Hi,
    Please update to 0.9.6 should fix the issue ??

    Regards,
    Todi

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Featured Image not working’ is closed to new replies.