• Hi Anders,
    The posts Masonry layout isn’t working correctly in Baskerville after the updating to WP 5.5

    Cheers.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @overthewallplanet,

    It looks like the error is in the Zilla Likes plugin, which is no longer being supported. I’d recommend you to either deactivate it or update the code yourself. If you opt for the latter, open the zilla-likes.js file and replace the following line:

    $('.zilla-likes').live('click',

    …with this:

    $(document).on('click', '.zilla-likes',

    — Anders

    Thread Starter overthewallplanet

    (@overthewallplanet)

    Thank you so much Anders. Zilla is rarely used, I should I have deactivated by now… so I have… & all is well. Thanks again!

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