Home / Forums / WoodMart support forum / Product layout sticky function bug
Home › Forums › WoodMart support forum › Product layout sticky function bug
Product layout sticky function bug
- This topic has 9 replies, 3 voices, and was last updated 2 years, 1 month ago by
Artem Temos.
-
AuthorPosts
-
September 25, 2023 at 7:44 pm #499178
BeachboyParticipantHello!
Found a little bug in the custom product layout sticky function when accordion used in the product description.
September 26, 2023 at 10:36 am #499282
Aizaz Imtiaz AwanKeymasterHello,
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.
September 26, 2023 at 11:04 am #499295
BeachboyParticipantHello,
Did you watch the video I linked in the private content box?
Thank you
September 26, 2023 at 3:59 pm #499387
Artem TemosKeymasterHello,
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
September 26, 2023 at 4:08 pm #499388
BeachboyParticipantHello,
sure.
Please see Private content area.
Thank you!
September 27, 2023 at 9:29 am #499522
Artem TemosKeymasterWe can’t connect to your server.
Also, provide us with your admin access as well.Kind Regards
-
This reply was modified 2 years, 1 month ago by
Artem Temos.
September 27, 2023 at 9:58 am #499532
BeachboyParticipantLogin details updated.
September 27, 2023 at 4:41 pm #499695
Artem TemosKeymasterHello,
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
October 4, 2023 at 6:43 pm #501658
BeachboyParticipantCould 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.October 5, 2023 at 9:22 am #501735
Artem TemosKeymasterHello,
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
-
This reply was modified 2 years, 1 month ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register