• Hello,
    I’m using the plugin on another site and it run great, a nice piece of work thanks,
    However i want to implement it on another site but it not possible to add a featured image to the slide. In the theme being used all pages, post and custom posts have the featured image function.
    Do you have any suggestions?

    Because its a live site its not possible to change themes.

    https://wordpress.org/plugins/flexslider-hg/

Viewing 1 replies (of 1 total)
  • Plugin Author Hal Gatewood

    (@halgatewood)

    Most of the time this is caused by the theme or another plugin. Maybe you could try adding this in your functions.php file in your theme:

    add_post_type_support('slides','thumbnail');

    I would add it as low on the page as you can, so if something is blocking it then this would get registered after.

Viewing 1 replies (of 1 total)
  • The topic ‘Cannot add image’ is closed to new replies.