-
AuthorPosts
-
February 10, 2026 at 7:00 pm #1494935
Hi Enfold Support Team,
We’re running into an issue where the 2025 accordion on this page is not working:
https://wearesrna.org/shaping-the-future/research/funded-research-publications/The toggle items don’t show at all in both the Avia preview and the front-end, with no clear trigger. It also seems random which toggles disappear.
What we’ve tried so far (no change):
• Checked whether special characters were causing issues (removed/adjusted)
• Reviewed the content inside the toggles for anything unusual
• Rebuilt the accordion and created a brand-new one
• Still seeing the same behavior (missing toggles)Could you please take a look on your side? We’d really appreciate it, as this section is currently blocking updates.
Thank you in advance.
Best,
RobertaFebruary 11, 2026 at 6:22 am #1494960Hey Roberta,
Thank you for the inquiry.
The toggles seem to be working correctly when we checked. Did you figure out the issue? Please see this short clip showing the toggles.
Best regards,
IsmaelFebruary 11, 2026 at 8:29 am #1494967Hi Ismael,
Thanks for checking and for the clip. Unfortunately, it’s not fixed on our end.
The issue is that the 2025 accordion should show 11 studies, but only 8 are appearing in both the Avia preview and the front-end. Please see the screen share recording, which shows the missing items.
You’ll also notice in the video that when we try to reorder/move certain toggles, some of the missing ones may briefly appear—but then other toggles vanish. It’s very inconsistent, and we can’t identify what’s triggering it.
Could you please take another look based on the recording and advise what might be causing the toggles to randomly drop?
Best,
Roberta-
This reply was modified 4 weeks, 1 day ago by
Roberta.
February 12, 2026 at 6:10 am #1495010Hi,
Thank you for the update.
Looks like a large number of html tags have been used or added within each toggle. Please review the last entry as well as the other entries that were removed and check for any invalid html. Make sure all tags are properly closed. It’s possible that malformed html is breaking the toggle layout and causing the last entries to disappear. Let us know the result.
Best regards,
IsmaelFebruary 13, 2026 at 9:58 am #1495054Hi Ismael,
Thanks for the prompt response. Would you mind giving an example of this and what you’re seeing? I thought I had checked the html and everything looked fine on my end.
Thanks again!
RobertaFebruary 16, 2026 at 8:23 am #1495119Hi,
There was text in the toggle content that used brackets, e.g., [2/7], [3/12], etc, which WordPress interprets as shortcodes. You should avoid using them. You can replace the brackets with parentheses ( ). We applied this change to the toggle content and it fixed the issue, now showing all toggle items.
Best regards,
IsmaelFebruary 25, 2026 at 11:16 am #1495484Thanks, Ismael, this was helpful. However, since yesterday we’re running into a much bigger issue: the Avia Layout Builder won’t load. It just keeps spinning indefinitely when we try to edit existing pages, and the same happens when we try to create a new page.
https://share.vidyard.com/watch/okSNMuPopQXogWjUfiN2oe
At the moment we’re unable to make any changes in the backend because the builder never finishes loading.
Could you please help us troubleshoot this?
-
This reply was modified 2 weeks, 1 day ago by
Roberta.
February 26, 2026 at 6:21 am #1495512Hi,
We can see a lot of script errors when we try to edit the same page. Did you install a plugin recently? Please try deactivating all plugins temporarily, then reactivate them one at a time to identify which one is causing the script errors.
Let us know the result.
Best regards,
IsmaelFebruary 26, 2026 at 8:56 am #1495524Hi Ismael,
Thank you so much for looking into this further.
We have not installed any new plugins recently. However, we have been updating existing plugins, as well as the Enfold theme. The last changes we pushed from our dev environment to live were the Enfold theme update and the Yoast plugin update five days ago, and we believe that may be when this issue started.
What I find especially interesting is that I checked our dev site, and the builder appears to be working properly there, while the issue is happening on our live site. I’m sharing the dev login credentials below as well in case it is helpful for comparison.
One other thing that may be worth mentioning: last month I made a change to the functions.php file because our EveryAction (our nonprofit CRM we use for donations, data collection) forms that are embedded throughout our website had stopped working on the backend (same issue, infinite spinning, but just on the pages were the forms were embedded). I added a script there to fix that issue, and it resolved the problem. Since everything was working fine afterward, I do not think that is the cause here, but I wanted to mention it just in case it may be relevant. I’m also sharing the code changes below for reference.
Unfortunately, as a very small nonprofit, we do not have in-house developers. I am largely self-taught and far from an expert, so I would be very grateful if you could please help us identify what is causing this issue and what might be going wrong. We edit our site on a daily basis, so not being able to access or use the builder properly is a significant issue for us right now.
Thank you again for your help, we really appreciate it.
Roberta
February 26, 2026 at 11:07 am #1495534Hi Ismael,
I wanted to follow up with one additional detail that may be relevant.
Around the same time this issue started, we were also investigating a possible increase in bot or automated traffic on the site. In response, some changes were made on the Cloudflare side. Since the timing overlaps with when the Avia Layout Builder stopped working properly, I wanted to share that in case it helps identify the cause.
The Cloudflare-side changes that were made included the following:
• Bot Fight Mode enabled
• Rate limiting / protection rules added for:
• /wp-admin/admin-ajax.php
• /wp-json/*
• Custom WAF / firewall rules added to:
• block or restrict unusual hostnames
• challenge traffic hitting /cdn-cgi/
• Performance-related settings enabled, including:
• Rocket Loader
• Auto Minify
• possibly other optimization / caching-related settings
• Cache rules added for some localized pathsBecause Avia relies heavily on JavaScript and AJAX in the WordPress admin, I am wondering whether one or more of these Cloudflare changes could be interfering with the builder load process. In particular, I wanted to mention:
• whether Rocket Loader could be affecting script execution in the admin
• whether requests to /wp-admin/admin-ajax.php are being throttled, challenged, or blocked
• whether /wp-json/* requests that the builder depends on are being affected
• whether any caching or optimization is unintentionally touching admin/backend requestsWe are also checking this from the Cloudflare side, but I wanted to make sure you had the full picture in case this helps explain the script errors you mentioned seeing.
We edit the site daily, so this is quite urgent for us. I would be very grateful if you could please let us know whether these types of changes could plausibly cause the Avia Layout Builder to fail to load, and whether there is anything specific you would recommend checking.
Thank you again for your help.
Roberta
February 27, 2026 at 6:38 am #1495557Hi,
Thank you for the details.
The Cloudflare-side changes that were made included the following:
• Bot Fight Mode enabled
• Rate limiting / protection rules added for:
• /wp-admin/admin-ajax.php
• /wp-json/*We did find an access error for admin-ajax, so this might be what caused the builder to not work correctly. Try removing the rate limiting configuration for this.
• /wp-admin/admin-ajax.php • /wp-json/*We tried creating a test page (see private field), and the builder seems to be loading correctly. However, we noticed that another builder (WP Bakery) is enabled, which might be conflicting with the theme.
Best regards,
IsmaelMarch 2, 2026 at 5:55 pm #1495665Hi Ismael,
Thanks for the response, this has been fixed. It had indeed to do with the Cloudflare settings—we were being too stringent. Thanks for helping!
March 2, 2026 at 10:01 pm #1495675Hi,
Glad that Ismael could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.Best regards,
Mike -
This reply was modified 4 weeks, 1 day ago by
-
AuthorPosts
- The topic ‘Enfold Accordion Toggles Randomly Missing (Preview + Front-End)’ is closed to new replies.
