
-
AuthorPosts
-
May 5, 2025 at 9:07 am #1483596
Hello Kriesi Team,
I’m experiencing two issues that I haven’t been able to resolve on my own. Any help would be greatly appreciated!
Editing content elements has suddenly become very slow, while other elements are unaffected. Switching the icon set to ‘Entypo Fontello (Default)’ slightly improves performance. Additionally, icons for mobile breakpoints are missing.
May 5, 2025 at 9:21 am #1483599Hey Sebastian,
Thank you for the inquiry.
We can’t reproduce the issue on our end. Where can we check the issue? Please provide the site URL and login details in the private field. Make sure that the theme is updated to version 7.1.
Best regards,
IsmaelMay 5, 2025 at 9:38 am #1483605Thank you, Ismael,
I’ve created an account for you. Please refer to the private content section for the login details. The theme is up to Date.
May 5, 2025 at 10:54 am #1483612Quick update on the missing icons:
It turned out to be an issue with my .htaccess file, which is now resolved.Unfortunately, the slow editing issue still persists.
May 6, 2025 at 5:18 am #1483654Hi,
Thank you for the update.
We were able to reproduce the issue with the Advanced Layout Builder. What is the actual specs of your server? We have noticed that loading takes quite a while when logging in, and the same delay occurs when trying to deactivate a plugin. This may be related to the server performance or a potential plugin conflict. Have you tried temporarily deactivating the plugins?
Best regards,
IsmaelMay 6, 2025 at 7:42 am #1483671Hi,
Unfortunately, I don’t know the actual specs. I could ask the provider (Hetzner). All I know for now is that it runs off NVMe drives.
I did some more digging yesterday.
The DevTools console threw a warning about a nested <select> element but i could not pinpoint it.I used the Health Check & Troubleshooting plugin in WP, which deactivates everything—themes and plugins.
I was able to reproduce the error with no plugins activated and only the Enfold theme active.May 7, 2025 at 6:01 am #1483728Hi,
What happens when you remove all modifications in the child theme’s functions.php file? If you can provide the FTP details, we’ll test this out.
Best regards,
IsmaelMay 7, 2025 at 7:51 am #1483752Hi Ismael,
First of all, thank you for your help. It is greatly appreciated. I´ll share more Information in the private content area.
May 8, 2025 at 9:07 am #1483834I did some further testing. Things I learned:
- WordPress 6.81, our settings & Enfold = slow loading backend
- WordPress 6.80, our settings & Enfold = normal loading backend
- Complete fresh install of WordPress (6.80 & 6.81) and Enfold, no modifications = normal loading backend
BUT…
Every combination threw the same:
1) Warning: a select tag was parsed within another select tag and was converted into
2) That the live version has wp.editPost…. deprecated warnings /select see pictures below:
Does this have something to do with the issue?
-
This reply was modified 1 day, 16 hours ago by
ekf_wp.
May 9, 2025 at 6:38 am #1483899Hi,
Thank you for the info.
Do you have a staging or development site where we can test it with version 6.8.0? The notices above should not affect loading speed, and wp.editPost is not directly included in the theme, so this is likely related to a plugin or a custom script.
Regarding the unclosed select tag, please edit the enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-modal-elements.php file, look for this code around line 901:
$filter .= '</select>';
Replace it with:
$filter .= '</select>';
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.