• For some reason, the sidebar is suddenly empty. It does contain the DIVs for each menu section but the DIV is empty. I don’t believe anything changed, other than maybe a plugin update.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Corbett Enders

    (@cenders)

    I have solved the issue, it was my litespeed cache plugin. After disabling the plugin, the sidebar started populating correctly. Very weird.

    Thread Starter Corbett Enders

    (@cenders)

    Well, I’ve noticed that my sidebar is blank again… and I no longer have the litespeed cache plugin… so no idea why.

    Thread Starter Corbett Enders

    (@cenders)

    Ok, disregard… I found the problem. I had customized the template menu-sidebar-section.php.

    I had:

    <?php echo $this->current_section->name; ?></div>

    where the original file from the latest version of the plugin is using:

    <?php echo $this->current_section->title; ?></div>

    Updated my template, all is good.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sidebar blank / empty?’ is closed to new replies.