Home Forums WoodMart support forum Problem med product pictures when im using sticky product pictures.

Problem med product pictures when im using sticky product pictures.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #372832

    Hello,
    Se attached video. When using sticky product pictures on singel products, after loading the product it jumps down a few px. Its very annoying. Do you know why?

    #372958

    Artem Temos
    Keymaster

    Hello,

    You can try to avoid this jump effect by adjusting the sticky product offset point. It is now set to 150 px. Try to add the following code snippet to the functions.php file in play with the 100 value there to get the best result.

     add_filter( 'woodmart_sticky_product_details_offset', function () {
    	return 100;
    } );

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)