Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter paracleteweb

    (@paracleteweb)

    That is on the top level display, the single display is fine without errors

    Plugin Author dinamiko

    (@dinamiko)

    Hi paracleteweb,
    looks like a javascript error, can you post a link where I can see it?

    Best

    Thread Starter paracleteweb

    (@paracleteweb)

    I’ve emailed you a link. Thanks for your help and dportfolio

    Plugin Author dinamiko

    (@dinamiko)

    Hi paracleteweb,

    comment the line 122 in assets/js/multipleFilterMasonry.js

    change this:
    $(‘.filters li[data-filter=’+window.location.hash.replace(“#”, “”)+’]’).addClass(‘selected’);

    to this:
    //$(‘.filters li[data-filter=’+window.location.hash.replace(“#”, “”)+’]’).addClass(‘selected’);

    another solution may be deactivate the plugin that is conflicting with dportfolio and see if the syntax error persists or not.

    Best

    Thread Starter paracleteweb

    (@paracleteweb)

    That worked, perfect, thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘unrecognized expression: .filters li[data-filter=]’ is closed to new replies.