• Resolved grahamclements

    (@grahamclements)


    When I update to the latest version of all-in-one gallery, a feature image now appears at the top of the page. I don’t want it there and don’t seem to be able to find out how to get rid of it. I am using the classic editor and elementor.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor wpvideogallery

    (@wpvideogallery)

    1. Kindly go to the “Video Gallery => Settings => General (tab) => Featured Images (submenu)” from your WordPress Admin Dashboard, uncheck the “Hide on Single Video Pages” option, save the changes and check now.

    2. In case the issue remains, kindly add the following CSS code under “Appearance => Customize => Additional CSS” from your WordPress Admin Dashboard,

    .single-aiovg_videos #content .thumbnail { 
        display: none; 
    }

    Hope this solved your issue!

Viewing 1 replies (of 1 total)
  • The topic ‘feature image now showing after update’ is closed to new replies.