Concerning scroll to top and floating button
-
Hello,
I use generatepress template and activated the scroll to the top footer icon.now I see, that both don’t work together, as
your code
echo ' <div class="fcb-header"><a href="#" class="close-fcb-modal">
and there php snippes
add_filter( 'generate_smooth_scroll_elements', function( $elements ) { $elements[] = 'a[href*="#"]'; return $elements; } );
both use href*=”#”
what could I do to avoid this problem?Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Concerning scroll to top and floating button’ is closed to new replies.