• Hi, i just updated WordPress to ver5.6 and noticed that the category (tag) buttons in the featured gallery on the frontpage doesn’t work anymore. The rest of the theme functions seems to work fine. Perhaps its a javascript problem with the updated version of jquery in the new wordpress version. Is there someone familiar with js/jquery/isotope who could help figure out this problem?
    It doesn’t shows any errors in the browser console, only a info: “JQMIGRATE: Migrate is installed, version 3.3.2”
    Can someone help?

    • This topic was modified 3 years, 11 months ago by meckl.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • I confirm, doesn’t work.

    Hi,

    I fixed the theme incompatibility with jQuery 3.5.1.
    I will put a negative rating because of the lack of support.

    I share the fix here for the featured gallery anyway:

    in js/isotope-setting.js,

    replace
    jQuery(window).on('load',function(){
    by
    jQuery(document).ready(function(){

    To improve compatibility, you can also fix js/photograph-main.js and for all occurrences:

    replace

    .scroll(function(
    .click(function(

    by

    .on('scroll',function(
    .on('click',function(

    Regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Category (tag) buttons in Featured gallery stop working after update to WP5.6’ is closed to new replies.