Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #780215

    HI, i’m trying to install a test version on a server for but i’m having a lot of trouble with the theme
    I can’t get the layout builder to word, can you please help out?
    Regards

    #780308

    Hey druzes,

    I almost have the certain that your theme was corrupted, but first, we need to check the issues enabling the WP_DEBUG following this tutorial: https://codex.wordpress.org/WP_DEBUG

    Best regards,
    John Torvik

    #780433

    Ok, i’ve already set it
    thanks

    #780808

    Hi,

    Can you give us ftp access? so we can check on this further.

    Best regards,
    Nikko

    #780904

    Here it goes

    #782238

    Hi, do you have update?
    Regards

    #782969

    Hi,

    Error was related to wp-settings.php file which is on the root of your WordPress installation.
    I changed following line

    
    WP_DEBUG ? include( WP_CONTENT_DIR . '/advanced-cache.php' ) : @include( WP_CONTENT_DIR . '/advanced-cache.php' );
    

    to following one

    
    WP_DEBUG ? include( WP_CONTENT_DIR . '/wp-cache-config.php' ) : @include( WP_CONTENT_DIR . '/wp-cache-config.php' );
    

    and it helped. Please review your website now

    Best regards,
    Yigit

    #783375

    Hi, i still can’t activate the editor once a create a new page. I click the button to activate the editor and noting happens.
    I send you the login for administration.

    #785185

    Hi,

    The site is using an old version of the theme, 3.8.4, which is not compatible with WordPress 4.7.4. Please upgrade to version 4.0.5.

    Best regards,
    Ismael

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