bigh3ad
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Page scroll to id] Scroll animation working only on page loadNow it’s working, thank you 🙂
Forum: Plugins
In reply to: [Page scroll to id] Scroll animation working only on page loadJust added the function on functions.php but it’s not working.
I had to change the function like this:
function ps2id_custom_script(){ wp_register_script( 'ps2id-custom-script', '', array('jquery', '', true )); wp_enqueue_script( 'ps2id-custom-script' ); wp_add_inline_script( 'ps2id-custom-script', '(function($){ $(function(){ $(document).on("click","a.dropdown-toggle.__mPS2id[href*=\'#\']:not([href=\'#\']):not(._mPS2id-h)",function(){ window.location.href=$(this).attr("href"); }); }); })(jQuery);'); } add_action( 'wp_enqueue_scripts', 'ps2id_custom_script' );“)” was missing in the second line.
I had to add “\” before the quotes inside the hrefs.
- This reply was modified 2 years, 4 months ago by bigh3ad.
Forum: Plugins
In reply to: [Page scroll to id] Scroll animation working only on page loadNow it’s working 🙂
But if i try to go on the link from another page it doesn’t work (from the footer menu it works).
Forum: Plugins
In reply to: [Page scroll to id] Scroll animation working only on page loadNo, it’s not working
Forum: Plugins
In reply to: [Page scroll to id] Scroll animation working only on page loadYou can now access the site.
Viewing 5 replies - 1 through 5 (of 5 total)