• Hello. Thanks for the plugin, it works really well.
    But there is a question: When loading any page, the main menu block is first loaded as a high size, then it becomes normal. The page “jumps”. Look at any page: https://avefrance.com/
    Maybe you need to exclude the main menu from lazy loading? Or what needs to be done? Thanks. I apologize for my english ??

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter avefrance

    (@avefrance)

    Added a filter and stopped jumping ??

    function rocket_lazyload_exclude_class( $attributes ) {
    	$attributes[] = 'class="logo-';
    
    	return $attributes;
    }
    add_filter( 'rocket_lazyload_excluded_attributes', 'rocket_lazyload_exclude_class' );

    Did you do it right?

    Thread Starter avefrance

    (@avefrance)

    *

    • This reply was modified 3 years, 4 months ago by avefrance.
    • This reply was modified 3 years, 4 months ago by avefrance.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The main menu began to “jump”’ is closed to new replies.