Tagged: message above a page layout
-
AuthorPosts
-
January 8, 2026 at 11:42 am #1493714
I created a layout in WordPress 6.9 with Enfold 7.1.3 and PHP 8.4.16. At the 41st revision, more than half of my layout suddenly disappeared in the preview.
I have now recreated the layout from scratch twice. Both times I encountered the same problem. I restored the page from a backup. That worked fine, but when I saved it again and previewed it, most of the layout had disappeared once more.
I currently have about 30 sites running this WordPress Enfold setup and have never had this problem before.
Do you have any idea how we can solve this?
I look forward to hearing from you.Kind regards,
Bert
Translated with DeepL.com (free version)
January 8, 2026 at 3:46 pm #1493721Hey Bert,
If you have disappering content then there is open html markup somewhere in your content, most likely just above where it starts disappearing.
Best regards,
RikardJanuary 8, 2026 at 5:05 pm #1493728Hi Rikard,
Can you help me find it?
I have a page before my lay-out disappeared:
And after the lay-out disappeared:
I hope to here from you.
Kind regards,
Bert
p.s if you give me your email i can entrance to the back-end
January 9, 2026 at 5:15 am #1493749Hi,
Thank you for the inquiry.
We noticed multiple strong tags in the heading “Onze diensten”, which is unnecessary and could be an indication of incorrect html, such as missing closing tags or similar issues.
<strong><strong>Onze diensten</strong></strong>To assist you further, please provide us with your login credentials by following these steps:
- Install and activate the “Temporary Login Without Password” plugin. You can find it here.
- Once activated, navigate to “Users > Temporary Logins” in the left-side menu.
- Click on “Create New” to generate a temporary login.
- Enter the email address for the account (you can use (Email address hidden if logged out) ) and select the highest possible role. Set the expiry date to around four days to ensure enough time for debugging.
- Click “Submit” to create the temporary account.
- In the private section, provide us with the URL that allows us to access the temporary login and assist you.
Please note that once your issue is resolved, you can remove the plugin. Alternatively, if you prefer not to use the plugin, you can manually create an admin user and share the login credentials in the “private data” field.
If you have any further questions or concerns, please let us know.
Best regards,
IsmaelMarch 31, 2026 at 5:21 pm #1496472Hi,
I logged in today after a month or two and got this message above a page layout. What can I do to get rid of the message?
Notice: Functie WP_Styles::add werd verkeerd aangeroepen. De stijl met de handle “avia-module-audioplayer” is ingevoegd met afhankelijkheden die niet zijn geregistreerd: avia-layout. Lees Foutopsporing in WordPress voor meer informatie. (Dit bericht is toegevoegd in versie 6.9.1.) in /var/www/vhosts/denbreejenhoveniers.nl/httpdocs/wp-includes/functions.php on line 6131
April 1, 2026 at 7:19 am #1496494Hi,
This should help: https://kriesi.at/support/topic/not-registered-dependencies-for-enfold-css-and-js/#post-1495467
Best regards,
IsmaelApril 1, 2026 at 11:26 am #1496499i almost did it.
but i have still on line to fix:Notice: Functie WP_Scripts::add werd verkeerd aangeroepen. Het script met de handle “avia_analytics_js” is in de wachtrij gezet met afhankelijkheden die niet zijn geregistreerd: avia_builder_js. Lees Foutopsporing in WordPress voor meer informatie. (Dit bericht is toegevoegd in versie 6.9.1.) in /var/www/vhosts/denbreejenhoveniers.nl/httpdocs/wp-includes/functions.php on line 6131
it’s nice when you can help
Best regards,
Bert
April 2, 2026 at 5:57 am #1496517Hi,
Thank you for the feedback.
Have you tried replacing the whole enfold/config-templatebuilder/avia-template-builder/php/class-save-buildertemplate.php file as described in the following thread?
— https://kriesi.at/support/topic/not-registered-dependencies-for-enfold-css-and-js/#post-1495805
Make sure to use this hook:
— https://kriesi.at/support/topic/not-registered-dependencies-for-enfold-css-and-js/#post-1495556
Let us know the result.
Best regards,
IsmaelApril 2, 2026 at 1:25 pm #1496530installed the hook in the functions.php: https://kriesi.at/support/topic/not-registered-dependencies-for-enfold-css-and-js/#post-1495556
I replaced the whole enfold/config-templatebuilder/avia-template-builder/php/class-save-buildertemplate.phpAnd still have this notification in wordpress Pages-Media and Blogs: on top of the page
Notice: Functie WP_Scripts::add werd verkeerd aangeroepen. Het script met de handle “avia_analytics_js” is in de wachtrij gezet met afhankelijkheden die niet zijn geregistreerd: avia_builder_js. Lees Foutopsporing in WordPress voor meer informatie. (Dit bericht is toegevoegd in versie 6.9.1.) in /var/www/vhosts/denbreejenhoveniers.nl/httpdocs/wp-includes/functions.php on line 6131Translation:
Notice: Function WP_Scripts::add was called incorrectly. The script with the handle “avia_analytics_js” was queued with dependencies that are not registered: avia_builder_js. See Debugging in WordPress for more information. (This post was added in version 6.9.1.) in /var/www/vhosts/denbreejenhoveniers.nl/httpdocs/wp-includes/functions.php on line 6131April 3, 2026 at 6:24 am #1496542Hi,
For the avia_analytics_js issue, please edit the themes/enfold/config-rank-math/config.php file, look for this code around line 28:
if( is_null( $screen ) || $screen->post_type == '') { return; }Replace it with:
if( is_null( $screen ) || $screen->post_type == '' || ( $screen->base != 'post' && $screen->base != 'post-new' ) ) { return; }Let us know the result.
Best regards,
IsmaelApril 3, 2026 at 4:55 pm #1496558sorry
still the same problem in the back end:
Notice: Functie WP_Scripts::add werd verkeerd aangeroepen. Het script met de handle “avia_analytics_js” is in de wachtrij gezet met afhankelijkheden die niet zijn geregistreerd: avia_builder_js. Lees Foutopsporing in WordPress voor meer informatie. (Dit bericht is toegevoegd in versie 6.9.1.) in /var/www/vhosts/denbreejenhoveniers.nl/httpdocs/wp-includes/functions.php on line 6131
-
AuthorPosts
- You must be logged in to reply to this topic.
