Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1092303
    dthom
    Participant

    Hi, I have a FormidanlePro form and calendar view one on page that I would like to diable smooth scroll. I have worked with the Formidable team to address and remove other js issues that we thought were the issue and the believe is is due to the integrity theme’s use of smooth scroll. I am not running the smooth scroll extension for integrity.

    The behavior is that when I click on Formidable month change nav link, instead of changing the month – which works as it should using the WP 2016 theme (all plugins active) but minus any xtheme functionality.

    My question is. Is there a way for me disable the embedded smooth scroll js on the one page that I am using this calendar view?

    Since I am not running the smooth scroll extension i had though that would not have been the issue. So i don’t know that i need smooth scroll if it’s an on/off (not page specific) so that would be a possible solution on my end.

    Hope this makes sense and thanks in advance.

    Thanks

    #1092410
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this request, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks!

    #1092434
    dthom
    Participant
    This reply has been marked as private.
    #1092894
    Lely
    Moderator
    This reply has been marked as private.
    #1092905
    dthom
    Participant
    This reply has been marked as private.
    #1093485
    Rad
    Moderator

    Hi there,

    Another support here and it’s the same, it’s not loading on my end, on any browser. There could be security or firewall that blocks access from specific countries.

    Thanks!

    #1093725
    dthom
    Participant
    This reply has been marked as private.
    #1093815
    Nabeel A
    Moderator

    Hi again,

    To fix the issue, please add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript

    jQuery(document).ready(function($){
    	$('.frmcal-next, .frmcal-prev').click(function(){
    		var link = $(this).attr('href');
    		window.location = link;
    	});
    });

    Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!

    #1094043
    dthom
    Participant

    Perfect.

    Thanks

    #1094065
    Nabeel A
    Moderator

    Glad we could help.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1092303 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>