Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #599975

    I use this theme on my other site and installed it on another today. The big issue is that when I click on the Advanced Layout Editor nothing happens. I uninstalled wordpress and reinstalled as well and then installed Enfold and still the same issue. Any ideas? I read the other threads and they don’t seem to be working. I love this theme on my site and I’m hoping to get it to work for this site. Thanks!

    #599984

    Hi,
    add
    define(‘CONCATENATE_SCRIPTS’, false);

    to your wp-config.php just after the table prefix definition

    Had the same issue and this fixed it!

    #599987

    Unfortunately, that didn’t seem to do anything. Any other ideas?

    #599994

    Can yo install “TinyMCE Advanced” and check whether this solves the problem in connection with the wp-config ammendment?

    #599995

    … and did you verify, that your “Disable the visual editor when writing” option in the user-profile is unchecked?

    #599998

    I’m not sure how to use TinyMCE Advanced. I did verify that the check box in the user-profile was unchecked.

    #600008

    Just donwload, install and activate it … It like a minimized word alike visual editor …
    You might like the functionality, but its more to understand your issue …
    additionaly, did you activate debuging?

    #600029

    How do I activate debuging?

    #600030

    add to WP-CONFIG.PHP

    error_reporting(E_ALL); ini_set(‘display_errors’, 1);
    define( ‘WP_DEBUG’, true);
    define(‘WP_DEBUG_LOG’, true);
    define(‘WP_DEBUG_DISPLAY’, true);
    define( ‘SCRIPT_DEBUG’, true );

    debug file will be created unter WP-CONTENT

    #600032

    I’m not sure if I inserted that code in the right place. Now I’m getting a bunch of weird code at the top of each page of the wordpress interface.

    #600034

    this is the code that pops up at the top and pushes everything down.

    Notice: Use of undefined constant ‘display_errors’ – assumed ‘‘display_errors’’ in /home/arisevideo/public_html/wp-config.php on line 63

    Notice: Use of undefined constant ‘WP_DEBUG’ – assumed ‘‘WP_DEBUG’’ in /home/arisevideo/public_html/wp-config.php on line 64

    Notice: Use of undefined constant ‘WP_DEBUG_LOG’ – assumed ‘‘WP_DEBUG_LOG’’ in /home/arisevideo/public_html/wp-config.php on line 65

    Notice: Use of undefined constant ‘WP_DEBUG_DISPLAY’ – assumed ‘‘WP_DEBUG_DISPLAY’’ in /home/arisevideo/public_html/wp-config.php on line 66

    Notice: Use of undefined constant ‘SCRIPT_DEBUG’ – assumed ‘‘SCRIPT_DEBUG’’ in /home/arisevideo/public_html/wp-config.php on line 67

    Warning: Cannot modify header information – headers already sent by (output started at /home/arisevideo/public_html/wp-config.php:63) in /home/arisevideo/public_html/wp-content/plugins/wpclef/includes/lib/wp-session/class-wp-session.php on line 124

    Warning: Cannot modify header information – headers already sent by (output started at /home/arisevideo/public_html/wp-config.php:63) in /home/arisevideo/public_html/wp-includes/option.php on line 820

    Warning: Cannot modify header information – headers already sent by (output started at /home/arisevideo/public_html/wp-config.php:63) in /home/arisevideo/public_html/wp-includes/option.php on line 821

    #600037

    Hey!


    @buhlig
    thank you for helping out.


    @mcanale
    This issues could be with a plugin conflict… please undo any changes you made prior to this and let’s find out if there is a plugin conflict first.

    To find the plugin in conflict please follow the below steps

    1. Goto plugins page > Deactivate all active Plugins
    2. Updated WordPress and Enfold to latest version if you have not.
    3. Activate one plugin at a time… refresh the page and check for the issue.
    4. Make sure the plugins are all updated

    Best regards,
    Vinay Kashyap

    #600042

    Hi Vinnie,

    Still not working. Maybe I’m not doing it right I’m pretty sure I did everything that you mentioned.

    Thanks,
    Matt

    #600088

    Hey!

    We checked the issue and the Advanced layout builder is working correctly.

    If you have any questions please elaborate the issue you are facing…

    Best regards,
    Vinay Kashyap

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