Forum Replies Created
-
AuthorPosts
-
February 25, 2026 at 11:16 am in reply to: Enfold Accordion Toggles Randomly Missing (Preview + Front-End) #1495484
Thanks, 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 hours, 39 minutes ago by
Roberta.
February 13, 2026 at 9:58 am in reply to: Enfold Accordion Toggles Randomly Missing (Preview + Front-End) #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 11, 2026 at 8:29 am in reply to: Enfold Accordion Toggles Randomly Missing (Preview + Front-End) #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 2 weeks ago by
Roberta.
July 15, 2024 at 1:38 pm in reply to: Videos automatically muted (although mute option not selected in back-end) #1462089Hi Mike,
Thanks so much for your kind response and support. I followed your instructions and was able to identify the problem—it was a line of code in the functions.php file.
Thanks again so much for your help!
RobertaJuly 12, 2024 at 2:24 pm in reply to: Videos automatically muted (although mute option not selected in back-end) #1461925Hi Ismael,
I appreciate your response. We have a dev site where the Appearance > Theme File Editor should be accessible. Sharing the login below. I cloned the site yesterday so that the latest site info is available, including the cloned page.
I’d very much appreciate if you would be able to take a look. I tried following your instructions of disabling all plugins, but the page completely broke.
Thanks again,
RobertaJuly 11, 2024 at 8:02 am in reply to: Videos automatically muted (although mute option not selected in back-end) #1461825I appreciate it very much, Ismael. Sharing login credentials.
Thank you so much for your prompt and helpful responses. We discovered that our Unique timestamp setting (under Enfold->Performance->Show Advanced Options) was not set to default, which is what prevented the timestamps from being included as a query string. Thanks also for the tip on disabling post CSS files; that can be very useful in some cases!
Hi again, Rikard,
I’m not sure whether you did something during these two minutes, but I refreshed the page and everything looks perfect now.
If not, it’s a mystery, but I’m glad it’s solved!
Hi Rikard,
I have no idea why it’s happening since the last update. On our dev site (which is a literal clone of our live site as per this morning) things look good, while on the live site these functionalities do not work. For example, see:
or
We would be incredibly appreciative if you could help us figure out what is happening.
Hi Rikard,
Yes, I’m specifying a different color and font size of individual text boxes.

-
This reply was modified 3 years, 9 months ago by
Roberta.
Sorry, I forgot to mention the login page is different. Please see the private section below.
Roberta
Hi Rikard,
Thanks so much, here it is.
Hi Rikard,
The issue about the background image is what I described in my initial post: when hiding a section element inside the Avia Layout Builder, the background image will no longer show on the front end and a white background shows. In order for you to replicate it, you have to hide the section element on the backend and you will be able to see it no longer shows the image. I didn’t keep it this way because it’s our main home page.
The issue with the template is indeed the background color. If you try changing the background color in that section (or creating a new one) it won’t work.
Thank you!
RobertaHi Rikard,
Thank you so much for the quick response. I was having the issue on our home page. Attaching a couple of screenshots in the private section. The first one is the hiding section element I was mentioning. I also saved a template ( called _COMEON). If you change the background color there you will see it won’t show.
Hi there,
After having updated enfold the problem came back. I just tried adding a section to the home page with an orange background color to no avail. I also tried adding a background image without success.
I also noticed another issue: when hiding a section element inside the Avia Layout Builder, the background image will no longer show on the front end and a white background shows.
Thanks in advance,
RobertaYou’re absolutely right, Rikard. I believe my cache didn’t clear after updating. It works just fine now. Thanks again!
Roberta
This worked, appreciate all your help with this!
Best,
RobertaHi Günter,
Thank you for your quick response. I tried to both save theme options as well as clearing the server and browser cache and nothing has worked so far. I created a login for you to access our site (info in private section). Thanks!
Hi there,
We are experiencing the same issue. We have updated to 4.8.6 yesterday and the background color of the color sections is still not showing. Would you be able to help, please?
Thank you!
RobertaThank you, Ismael, that makes total sense.
Best,
RobertaThis worked, Ismael, thank you SO MUCH!
Just a final question (given my very limited PHP knowledge): is it possible to add more custom post types to this code?
function avf_alb_supported_post_types_mod( array $supported_post_types ) { $supported_post_types[] = 'YOUR CUSTOM POST NAME'; $supported_post_types[] = 'YOUR CUSTOM POST NAME'; return $supported_post_types; } add_filter('avf_alb_supported_post_types', 'avf_alb_supported_post_types_mod', 10, 1);I currently have it set to the code below but would like to add more custom post types if possible.
function avf_alb_supported_post_types_mod( array $supported_post_types ) { $supported_post_types[] = 'clinical-studies'; $supported_post_types[] = 'clinical-studies'; return $supported_post_types; } add_filter('avf_alb_supported_post_types', 'avf_alb_supported_post_types_mod', 10, 1);Thank you!
Roberta-
This reply was modified 5 years, 9 months ago by
Roberta.
Ismael, I’m just seeing this message, I’m terribly sorry about that!
I will look into it and let you know. I definitely think this is an issue with the advance layout builder not being properly enabled (you helped me with a similar issue a couple of days ago). As always, thank you so much for your help. You are all incredible :)
Roberta
Hi Mike,
Thank you for your response. That worked, thank you so much! This made my day :)
Best,
RobertaHi Ismael,
I applied the template by selecting it in the page attributes section, see screenshot here.
I’m not sure I fully understand the part about the Advanced Layout Builder. I believe the Advanced Layout Builder is also active on the page that is showing up properly (the one thas the default page template applied). Would it be different for the one that has the custom page template?
Thanks for all your help,
RobertaHi Victoria,
Thanks for getting back to me. It was indeed a cache problem and it works now. Thank you!
Hi Victoria,
Thanks for getting back to me. The code you sent over more or less solved one of the issues —the responsiveness/padding on the side of the page. However, I think this is only a patch solution for this specific page, and won’t necessarily fix all other custom post type pages that have a different layout. I think the problem lies deeper. When I inspect both pages, I am seeing that for some reason, the stylesheet that is being pulled on the custom post type page is different than the one that is being pulled from the standard page one (which works fine). I’m attaching screenshots as an example.
The page that is working like it should: https://ibb.co/KbLkPHP is pulling styles from the grid.css stylesheet
The custom post type page that isn’t working properly: https://ibb.co/6ngJ416 is not pulling from the grid.css stylesheet.Ideally, we want the custom post type pages to work/look exactly the same as the standard pages so that no errors occur.
I hope this makes sense!
Warmly,
RobertaHi Victoria,
I haven’t because it’s a similar issue but not exactly the same. As mentioned in my previous message, the page has exactly the same code/content as the custom post type page. I’m attaching some screenshots below highlighting the issues I found:
1. The issue of the menu getting cut off on the custom post type page. On the normal page, it works fine.
Page — works fine: https://ibb.co/bLFsrTh
Custom Post Type Page — gets cut off: https://ibb.co/SPWQhSJ2. The responsiveness issue — on the page it is showing correctly, and on the custom post type page, you can see the padding is much narrower.
Page — works fine: https://ibb.co/stGqPvw
Custom Post Type Page — content does not show up properly, see padding-left/right: https://ibb.co/qMgdMv53. The issue related to the hiding sections on mobile devices. There is an option in enfold, where sections can be hidden on mobile and tablet devices. If I check the boxes to hide the sections on the custom post type pages, those sections will still show up. https://ibb.co/fS89Trq
I appreciate your help!
Warmly,
RobertaHi Victoria,
Thanks for your response.
The menu problem is only one of the three problems. Like I mentioned in my entry, there are at least two more problems related to the page —page responsiveness and also the avia layout problem (avia sections are still showing when they are asked to be hidden in the avia layout editor). They can all easily be identified by comparing the two pages I sent over in my previous message.
I don’t have enough knowledge on the matter, but what I’m seeing is that the page properties for mobile devices are not being pulled for the custom post types, while we would like them to. The theme is not working as it should on our custom post types on mobile.
I believe something similar as what is mentioned here is going on: https://kriesi.at/support/topic/theme-not-working-with-custom-post-type-and-pages-main-div-closing-too-early/.
Thank you,
RobertaNo further help needed, thanks!
Thanks for letting me know!
Roberta
-
This reply was modified 2 hours, 39 minutes ago by
-
AuthorPosts
