badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Remove page menus

#42918

Hi John,

As this is the same issues related with the wooCommerce. After fixing wooCommerce Plugins this problem will solved too. You can hide this sidebar using below custom css.

.single-gallery #sidebar {
    display: none;
}

Thank you!