-
AuthorPosts
-
July 18, 2024 at 10:31 am #1462371
Hello,
I use Enfold for a while and encountered some strange issue with accordions when updating to the last 6.x versions.
The headline text value is being continuously set for every single unopened accordion element. Looking at it in the browser inspector, I can see my elements’ HTML representation flickering as the headline text is repeatedly being changed to the exact same value. Is there some sort of callback or update function that shouldn’t have been called ? I can imagine this being a symptom of deeper performance issues too.
I can see the same issue on your documentation pages : https://kriesi.at/documentation/enfold/accordion/
code example :
<p id="toggle-toggle-id-13" data-fake-id="#toggle-id-13" class="toggler av-title-above " itemprop="headline" role="tab" tabindex="0" aria-controls="toggle-id-13" data-slide-speed="200" data-title="Add Accordion tabs" data-title-open="" aria-expanded="false">Add Accordion tabs<span class="toggle_icon"><span class="vert_icon"></span><span class="hor_icon"></span></span></p>
Thanks in advance.
OlivierJuly 18, 2024 at 11:59 am #1462379Hey ofeuillet,
Thank you for using Enfold and for reporting this.
I missed a check for that.
Will be fixed in next release 6.0.3.
If you want to test the fix please update the 2 files
..\config-templatebuilder\avia-shortcodes\toggles\toggles.js
..\config-templatebuilder\avia-shortcodes\toggles\toggles.min.jswith
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_6_0_2/config-templatebuilder/avia-shortcodes/toggles/toggles.js
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_6_0_2/config-templatebuilder/avia-shortcodes/toggles/toggles.min.jsDo not forget to make a backup for a fallback and save theme options in case you use merged js.
Best regards,
GünterJuly 18, 2024 at 2:22 pm #1462394Hello! We have the same issue on iOS deviced (iPhone / iPad) in Chrome and Safari browser.
Opening a accordeon / toggles causes flickering and a permanent reload of the page.
I’ve updated the JS files and the theme itself (currently running 6.0.2) and I turned off caching modules, but the issue is not solved.I created a simple page to test it (find it in private content)
Any idea?
Thanks in advance!
NicolasJuly 18, 2024 at 2:33 pm #1462396Yes it seems to solve our problem ! Thanks for your quick answer. Looking for 6.0.3 to be released very soon ! Olivier
July 19, 2024 at 10:33 am #1462478 -
AuthorPosts
- The topic ‘Accordion header issue since Enfold 6.01’ is closed to new replies.