Forum Replies Created
-
AuthorPosts
-
February 26, 2021 at 2:15 pm in reply to: Animations triggers too late (offset issue) on pages with easy slider #1283845
Looks like this was causing the issue:
ul.avia-slideshow-inner { height: auto !important; }
Guess I had to set different widths for different devices and height was a problem (can’t recall right now).
Why is that?
Thanks Ismael, this helped, but with the “easy code”, not the one from Enfold docs.
Solution
» Add this to functions.php ofr your child theme:<script> (function($){ $(document).ready(function(){ $('#toggle-color-section').addClass('notseen'); $('.avia-button-wrap.color-section-toggler a').click(function () { $('#toggle-color-section').toggleClass('notseen'); }); }); })(jQuery); </script>
Ad this to custom CSS:
.notseen { display: none; }
Give the color section the ID: “#toggle-color-section”
Give the button the class: “color-section-toggler”
Gibe the button the link target: “javascript:void(0)” (so the page doesn’t reload)There was a code for changing button text as well out there on the forums, in case someone is interested.
- This reply was modified 3 years, 8 months ago by mc_wa.
February 25, 2021 at 10:24 am in reply to: Animations triggers too late (offset issue) on pages with easy slider #1283619Thanks for the reply. Deactivated Enfold caching and caching plugin.
It think it could be related to custom css, going to nail it down to the respective command. Still, all the css commands are sizing and positioning only.Hi Rikard,
thanks for your reply. Disabling the plugin didn’t yield other results. Still no luck with toggling.
Thanks for your reply, posted the link in privat area.
October 17, 2019 at 8:48 am in reply to: Thin grey border for color sections with arrow-down-borders (mobile) #1148819Ah sorry, forgot to mention that this issues occurs on tablets and mobile phones when requesting the desktop version (desktop version is required to showcase the site with animations which otherwise wouldn’t play).
- This reply was modified 5 years, 1 month ago by mc_wa.
October 15, 2019 at 1:27 pm in reply to: SimpleSlider is auto-upscaling images (increased file size) #1148068This reply has been marked as private.October 14, 2019 at 4:28 pm in reply to: SimpleSlider is auto-upscaling images (increased file size) #1147866Worked that way, thx. Was just curious that Enfold upscales the pictures instead of just stretching the image.
Best regards,
Martin -
AuthorPosts