Product layout sticky function bug
-
Hello!
Found a little bug in the custom product layout sticky function when accordion used in the product description.
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.
Hello,
Did you watch the video I linked in the private content box?
Thank you
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
Hello,
sure.
Please see Private content area.
Thank you!
We can’t connect to your server.
Also, provide us with your admin access as well.
Kind Regards
-
This reply was modified 1 year, 10 months ago by
Artem Temos.
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
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.
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