Forum Replies Created
Viewing 5 posts - 1 through 5 (of 5 total)
-
AuthorPosts
-
May 5, 2021 at 4:40 pm in reply to: Horizontal timeline – hide left arrow at the first and right arrow at the end #1298642

At the First Element hide the left arrow
At the last Element hide the right arrow-
This reply was modified 4 years, 6 months ago by
StephanPfluegler.
you could put this in functions php (always scroll to top af active accordion)
function accordion_top(){ ?> <script> jQuery(document).ready(function($){ $( '.toggler' ).click( function( ) { var pane = $(this); setTimeout(function(){ var $panel = pane.closest('.av_toggle_section'); $('html,body').animate({ scrollTop: $panel.offset().top }, 500); }, 500 ); }); }); </script> <?php } add_action('wp_footer', 'accordion_top');-
This reply was modified 6 years ago by
StephanPfluegler.
Here is a fix for the WordPress 4.9 Problem (Deutsch Sie)
(replace both files in wp-includes)
Download FixThank you, I cannot find this option??
-
This reply was modified 4 years, 6 months ago by
-
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)
