Home Forums WoodMart support forum Product layout sticky function bug

Product layout sticky function bug

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #499178

    Beachboy
    Participant

    Hello!

    Found a little bug in the custom product layout sticky function when accordion used in the product description.

    #499282

    Hello,

    If you turn on this option, the section with description will be sticky when you scroll the page.
    So, the Short Description area of the Product should be a bit higher than the Product Image then the Sticky Product option works correctly.

    If you have any questions feel free to contact us.

    Best Regards.

    #499295

    Beachboy
    Participant

    Hello,

    Did you watch the video I linked in the private content box?

    Thank you

    #499387

    Artem Temos
    Keymaster

    Hello,

    Could you please send us your admin and FTP access so we can check what is wrong with this function on your website?

    Kind Regards

    #499388

    Beachboy
    Participant

    Hello,

    sure.

    Please see Private content area.

    Thank you!

    #499522

    Artem Temos
    Keymaster

    We can’t connect to your server.
    Also, provide us with your admin access as well.

    Kind Regards

    • This reply was modified 1 year, 5 months ago by Artem Temos.
    #499532

    Beachboy
    Participant

    Login details updated.

    #499695

    Artem Temos
    Keymaster

    Hello,

    Unfortunately, it is not possible to make the sticky column work if initially it is smaller then the right column. If we reinit it after opening the accordion you will get a “jump” effect which will look ugly. So if your columns are almost equal we recommend disabling this option completely.

    Kind Regards

    #501658

    Beachboy
    Participant

    Could you help by sending me the script in the attached image so that the plugin developer can help me? They need the woodmart sticky script. Plese see attached image. Thank you

    Attachments:
    You must be logged in to view attached files.
    #501735

    Artem Temos
    Keymaster

    Hello,

    Here is a code that can be used to init the sticky column function

    	var $stickyColumn = jQuery('.wd-elementor-sticky-column > .elementor-widget-wrap');
    
    	if ( $stickyColumn && $stickyColumn.data('sticky_kit') ) {
    		setTimeout(
    			function () {
    				$stickyColumn.removeData('sticky_kit');
    				$stickyColumn.trigger('sticky_kit:detach');
    				$stickyColumn.stick_in_parent({
    					offset_top: 20
    				});
    			},
    			400
    		);
    	}

    Kind Regards

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