• Hello! I’m having a problem display the gallery via WPAPI. I’ve inpsected the HTML code generated and it seems that the tags in the content retrieved via WPAPI does not have attributes that make the plugin work. Any workaround with this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Arno Welzel

    (@awelzel)

    The gallery must be part of the HTML output sent by the server. Anything which will be added later using JavaScript will not be seen by the plugin, since it works as a content filter for the output buffer of WordPress.

    Plugin Author Arno Welzel

    (@awelzel)

    However – I’m interested in the technical details of your solution, maybe this can be solved with additional hooks, so even content requested using Ajax can be handled properly. If you want to get in touch with me you find my e-mail address on my website: https://arnowelzel.de/en/about-me

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Working with WPAPI’ is closed to new replies.