• Resolved trixy546

    (@trixy546)


    website: https://leeslaw.com/ll2017

    I updated the Llorix One Lite theme this morning and now the customizer on the site will not load. It just sits there saying it’s loading, but nothing happens.

    Is there a paid version of this theme? I really like the theme and would consider a paid version.

    Thanks!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,
    llorix-one theme does not has the pro persion. You can buy the pro persion at https://themeisle.com/plugins/llorix-one-plus/ that will include the many features in themes.
    Unlimited Color Options
    Shop Section
    Portfolio Section
    Shortcodes Section
    Section Reordering
    Alternative Header Layout
    Support
    Anyway follow the steps in order to resolve the issues.

    1. Open the File Manager in your web host’s management panel.

    2. Go to the document directory of your website installation.

    3. Make a backup of wp-config.php.

    4. Open wp-config.php and insert or edit lines that control logging.

    Find this line of code:-
    define('WP_DEBUG', false);

    Replace with:-

    ini_set('log_errors','On');
    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);

    Thanks
    Mohammad

    • This reply was modified 7 years, 11 months ago by mdshak.
    Thread Starter trixy546

    (@trixy546)

    Thank you very much!!

    Any updates on the issue? Was it fixed or is it still there? ??

    Thread Starter trixy546

    (@trixy546)

    Your replacement code fixed the issue.

    Thank you.

    Glad ?? to help you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘customizer doesn’t load’ is closed to new replies.