Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter JonneN

    (@jonnen)

    No one can help?

    Plugin Author Jules Colle

    (@jules-colle)

    another gallery is overwriting parts of the plugin. Probably your theme is overwriting all galleries to fit the design. Try and search for this text in your themes folder:

    'post_gallery'

    or

    "post_gallery"

    You should find a line that looks something like this:

    add_filter( 'post_gallery', 'my_theme_gallery', 10, 2 );

    Comment this line out or remove it. That should do the trick.

    Thread Starter JonneN

    (@jonnen)

    Hi Jules,

    Thank you very much for your response.
    Up till now I have found the add_filter rule in functions.php, no where else. Tried to remove the line, but that did not solve the problem…

    Any suggestions?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Responsive Gallery Grid doesn't replace default gallery’ is closed to new replies.