• Suddenly my gallery ist hidden and there ist a class “hide-gallery” added to one of it’s divs. Where does this come from and how can I disable it?

    Kind Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Fotis

    (@markwaregr)

    Hi there,
    First make sure another plugin or Elementor module is not hiding the gallery. If you still cannot find any add this

    .hide-gallery{
    display:block!important;
    }

    in your custom CSS box or send me a URL so I can have a closer look.

    Thread Starter harzkind

    (@harzkind)

    Thanks for the answer. I found the problem:

    I unhooked jQuery and queued the current version myself. Somehow elementor expects jQuery to be loaded earlier then what I get via the wp_enqueue_script function.

    Thx tho.

    Plugin Support Fotis

    (@markwaregr)

    Glad you worked this out!
    I’d like to ask you, if you like the plugin and could take a minute to review it here it would help us a lot!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gallery Plus suddenly hidden’ is closed to new replies.