Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #971666

    Hi Enfold Team,

    I was building my page ‘Blog’.
    Unfortunately after I’ve added the ‘blog’ element it keeps on spinning.
    I’ve tried everything but unfortunately the problem is still there.

    How can I solve this?

    Kind Regards,
    Eefke

    #971677

    This is also happening to me! *subs thread*

    #972258

    Hi Enfold Team!

    Any suggestion on this question yet?

    Thanks in advance!

    #972560

    Hi,

    Thank you for using Enfold.


    @shedoesitcoaching
    : Add this code in the functions.php file to enable the debug mode. We would like to check the shortcodes in the page.

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    	return "debug";
    }

    Best regards,
    Ismael

    #972811

    Hi Ismael,

    When I do that I get an error:

    Cannot redeclare builder_set_debug() (previously declared in wp-content/plugins/contact-form-7/includes/functions.php:375)

    See the private area for my website details so you can have a further look.

    Thanks!

    #973182

    Hi shedoesitcoaching,

    What element did you add? Does it happen just on the blog page?

    Best regards,
    Victoria

    #973186

    Hi Victoria,

    On the page I’ve added the’blog-element’.
    Yes it only happens only on this page.

    It looks ok on the homepage but I can’t do anything in the editor anymore because it just keeps spinning :(.

    I hope you can check it and will have a solution!
    Thanks!

    #973290

    Hi shedoesitcoaching,

    Best regards,
    Victoria

    #974219
    This reply has been marked as private.
    #974305

    Hi shedoesitcoaching,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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