cuentacanciones

Forum Replies Created

list of topics you have created till now.

  • cuentacanciones
    Participant

    I have found the issue, is the plugin: WPBakery Visual Composer, when is deactivated all works fine.

    cuentacanciones
    Participant

    I’m not sure if these js errors (you can see them when you inspected the page) are related (By the way i haven’t modified any file):

    cannot call methods on isotope prior to initialization; attempted to call ‘reloadItems’r @ isotope.pkgd.min.js?ver=4.3.5:7t.fn.(anonymous function) @ isotope.pkgd.min.js?ver=4.3.5:7(anonymous function) @ (index):8l @ jquery.min.js:2c.fireWith @ jquery.min.js:2v.extend.ready @ jquery.min.js:2A @ jquery.min.js:2
    isotope.pkgd.min.js?ver=4.3.5:7 cannot call methods on isotope prior to initialization; attempted to call ‘reLayout’r @ isotope.pkgd.min.js?ver=4.3.5:7t.fn.(anonymous function) @ isotope.pkgd.min.js?ver=4.3.5:7(anonymous function) @ (index):8l @ jquery.min.js:2c.fireWith @ jquery.min.js:2v.extend.ready @ jquery.min.js:2A @ jquery.min.js:2
    isotope.pkgd.min.js?ver=4.3.5:7 no such method ‘reLayout’ for isotope instance

    Note: I have your last theme version

    cuentacanciones
    Participant

    I have this issue too, Ihave added your code (actually all combinations). right now my external Js code is:

    jQuery(document).ready(function($)
    {

    $(‘.rm-button-open’).click(function() {
    $(‘#filters li’).eq(1).find(‘a’).trigger(‘click’);
    $(‘#filters li’).eq(0).find(‘a’).trigger(‘click’);
    });
    $( ‘.portfolio-items’ ).isotope( ‘reloadItems’ );
    $( ‘.portfolio-items’ ).isotope( ‘reLayout’ );

    });

    It works on computers but not on mobile version. Here you can see the problem (On your mobile):
    http://elprofesionalweb.com/

Viewing 3 posts - 1 through 3 (of 3 total)