Tagged: x
-
AuthorPosts
-
July 18, 2016 at 2:13 pm #1092303
dthomParticipantHi, 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
July 18, 2016 at 3:27 pm #1092410
DarshanaModeratorHi 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!
July 18, 2016 at 3:48 pm #1092434
dthomParticipantThis reply has been marked as private.July 18, 2016 at 11:13 pm #1092894
LelyModeratorThis reply has been marked as private.July 18, 2016 at 11:21 pm #1092905
dthomParticipantThis reply has been marked as private.July 19, 2016 at 8:47 am #1093485
RadModeratorHi 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!
July 19, 2016 at 10:49 am #1093725
dthomParticipantThis reply has been marked as private.July 19, 2016 at 11:40 am #1093815
Nabeel AModeratorHi 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!
July 19, 2016 at 2:16 pm #1094043
dthomParticipantPerfect.
Thanks
July 19, 2016 at 2:32 pm #1094065
Nabeel AModeratorGlad we could help.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1092303 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
