Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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)

    #1493721

    Hey 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,
    Rikard

    #1493728

    Hi 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

    #1493749

    Hi,

    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:

    1. Install and activate the “Temporary Login Without Password” plugin. You can find it here.
    2. Once activated, navigate to “Users > Temporary Logins” in the left-side menu.
    3. Click on “Create New” to generate a temporary login.
    4. 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.
    5. Click “Submit” to create the temporary account.
    6. 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,
    Ismael

    #1496472

    Hi,

    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

    #1496494
    #1496499

    i 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

    #1496517

    Hi,

    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,
    Ismael

    #1496530

    installed 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.php

    And 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 6131

    Translation:
    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 6131

    #1496542

    Hi,

    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,
    Ismael

    #1496558

    sorry

    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

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.