benjcampbell
Forum Replies Created
-
Hey @artankrasniqi1988 I came across your post trying to figure this out myself, but ended up finding a temp/hacky solution for this until Elementor adds this functionality ??
<script> if (window.matchMedia('(max-width: 768px)').matches) { // Select all accordion items var accordionItems = document.querySelectorAll('.e-n-accordion-item'); // Loop through each accordion item accordionItems.forEach(function(item) { // Close the accordion item item.removeAttribute('open'); }); } </script>
I’ve got this in a HTML block on the page, and works for two separate accordions that I have on the page! Good luck ??
Forum: Plugins
In reply to: [Dynamic Visibility for Elementor] Plugin Slowing down Website@lambdalous I am also using that, however I wanted to make heavy use of this plugins time-based visibility. I may look into reverting to an older version of this plugin as I believe I have had success with that in the past. Best of luck and thank you for the recommendation.
Forum: Plugins
In reply to: [Dynamic Visibility for Elementor] Plugin Slowing down WebsiteHey, I also had this problem with the plugin and ended up having to remove it completely. I look forward to seeing an update which will fix this issue. My project also has more than 5 members on the site, which seems to be the main issue?
Any thoughts @dynamicooo?
Hey David,
Thanks for your extremely rapid response! That all makes sense. I appreciate the little context on the memory amount, which has given relief to the some concern about how much was being used by the site (I read it as ~400Mb, so I think I need to put my head back into some books!).
Thanks for your time!
Ben