• Resolved bluerage

    (@bluerage)


    Yesterday I updated my website to a new theme called Academic. Custom Sidebars was working just fine with my test site, also with Academic(child theme).

    When I click on the page, the menu to select specific menus in Sidebars doesn’t show. Only the Max Mega Menu widget.

    I now see after enabling the I see this above my Pages section:
    Notice: session_start(): ps_files_cleanup_dir: opendir(C:\Windows\temp) failed: No error (0) in D:\website\wp-content\plugins\custom-sidebars\inc\external\wpmu-lib\inc\class-thelib.php on line 145

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @bluerage

    I trust you’re doing well!

    The above line it is just a notice and should not cause an issue in how the site or a plugin functions. Please access your site’s files a locate the wp-config.php file.

    Edit and add the following lines to hide these errors completely:

    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    define('WP_DEBUG_DISPLAY', false);

    Make sure there is no second line added like define('WP_DEBUG', false); or define('WP_DEBUG', true);. If it is there, please replace it with the above define lines.

    Let us know how it went!

    Kind regards,
    Nastia

    Thread Starter bluerage

    (@bluerage)

    Thank you for the reply. I meant to say that after I changed my theme, the sidebars no longer appeared in the pages. I assumed that warning was related to the the sidebars drop down not appearing on the right when I edit my pages.

    Hello there @bluerage

    The Custom Sidebars are replacing the theme’s default sidebar with a custom one. Please make sure that the theme that you’re using has a sidebar. If there is a sidebar make sure it is allowed to be replaced.

    Please see this screenshot:
    https://take.ms/wdkrD

    Kind regards,
    Nastia

    Thread Starter bluerage

    (@bluerage)

    Thank you so much! This fixed my problem!!!! Fast reply too!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Sidebars stopped work after theme change’ is closed to new replies.