• Resolved johmarjac

    (@johmarjac)


    Hi,

    I just installed WP Slick Slider Plugin and started creating some slides. However if I want to click the “Add Media” Button nothing happens. I can just insert text and links and the title of the slide but I cannot add images to it. Why doesnt it do anything when clicking add media button? I am on a fresh installation of wordpress

    Edit: I know already that it is because I am using a self made theme, because if another theme is activated it works. What does my theme need to be working with the slider plugin?

    • This topic was modified 5 years, 8 months ago by johmarjac.
Viewing 1 replies (of 1 total)
  • Plugin Support Rafik

    (@rafikwp)

    Hello,

    Thanks for reaching here.

    You need to add support for post-thumbnails in your theme like this way

    add_theme_support( 'post-thumbnails' );

    you can take reference of other themes

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Add Media Button not working’ is closed to new replies.