• Resolved mkonicek

    (@mkonicek)


    Hello,

    first of all really great plugin.
    I am working on a clients site, where i didn′t program the Theme,
    and only do support and updates.

    I use on every single artist page your Gallery, but somehow the scrolling on several devices is not working correctly, the first row of pics is cutted.

    I gave an example link, but you can see on every page, where i have more then 3 pictures in it.

    Somehow masonry/number of pics and the scrolling is not working together.
    Please, can someone give me a hint or solution for this issue.

    I am just editor/graphic designer, i can change/read php but my programming skills are only beginner.

    Thank you in Advance, regards
    Michael

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @mkonicek,

    Thank you for reaching out to us!
    I believe we have a fix for you.
    Can you please go to your theme’s functions.php and add the following code there at the very end?

    if (jQuery('#mycustomscroll').find('.modula').length > 0) {
    	jQuery(document).on('modula_api_after_init', function(event, inst) {
    		inst.reset();
    		console.log('check console to see if script runs, after you can delete this line ');
    	});
    } 

    This should fix it.

    Before making changes to that file and adding this code I recommend doing a back-up first – it shouldn’t case any issues, but it’s always better to be on safe side.

    Please let me know how it goes!

    Warmly,
    Mihaela

    Thread Starter mkonicek

    (@mkonicek)

    Hi,

    thank you for your quick reply.

    I get following message/error while saving new functions.php:

    syntax error, unexpected ‘,’, expecting variable (T_VARIABLE)

    is there a comma in wrong place or other semicolon?

    Thank you, warmly
    Michael

    Thread Starter mkonicek

    (@mkonicek)

    Hi again,
    my client needs really help to this and as i wrote immediately after your answer, i receive always a Syntax error.

    I get following message/error while saving new functions.php:
    syntax error, unexpected ‘,’, expecting variable (T_VARIABLE)

    thank you for your fast reply, regards
    Warmly, Michael

    Hi Michael,

    I apologize for the delayed reply – I missed your first response!
    Please remove that code I initially sent.
    And please install this plugin: https://www.ads-software.com/plugins/insert-headers-and-footers

    And then through that plugin add this code in the footer:

    <script>
    jQuery(document).on( 'modula_api_after_init', function(){
    	if ( 'undefined' != typeof fleXenv ) {
    		fleXenv.updateScrollBars();
    	}
    });
    </script>

    This article may help you see how to add a script in the footer using that plugin: https://www.wpbeginner.com/wp-tutorials/how-to-easily-add-javascript-in-wordpress-pages-or-posts/
    Just scroll to: Method 1. Add JavaScript Site-Wide Using Insert Headers and Footers

    Warmly,
    Mihaela

    Thread Starter mkonicek

    (@mkonicek)

    Hi,

    don’t worry. Meanwhile i tried several things by myself, but still with no effect.

    I did what you asked me for, deleted cache, and on many pages it seems to work, but on several pages still not, for example:
    https://www.diabelli.com/artists/singer-male/paul-kribbe/
    https://www.diabelli.com/artists/singer-female/dorina-garuci/

    AND: in Firefox it doesn′t seem to work at all, i have Safari, Firefox and Chrome, all on Mac.

    I am getting confused because used theme, pages, everything is the same on every Artist page. so why??

    I would appreciate further help and advice.
    Thank you so much !

    Warmly,
    Michael

    • This reply was modified 3 years, 7 months ago by mkonicek.

    Hi Michael,

    How did you add the script I sent?
    It seems to be loading before jQuery is added to the page. It needs to be added after the jQuery in order to work.
    Could you move it after?

    Warmly,
    Mihaela

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘scrolling with masonry grid’ is closed to new replies.