• Resolved paulmcf87

    (@paulmcf87)


    I have added the custom sidebar plugin.

    My shop pages have a product filter which does not work with my onsale page (created using the OnSale Plugin)
    this plugin displays all my products in the same manner as all my other categories and seems to import the template. similar to setting up the woocommerce shop Page, I had to create a blank page and link it to the plugin.

    I have tried editing the sidebar for this page but it does not seem to work. Is there anything I can do to change this? the plugin does not seem to over ride an imported template.

    also, if i try and do anything on the widget screen, the load screen comes up and the white dot in the grey back ground constantly spins and does not load.

    • This topic was modified 6 years, 12 months ago by paulmcf87.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey @paulmcf87,

    Hope you’re well.

    I checked the OnSale Page for WooCommerce plugin and Custom Sidebars settings not working on my test site too. I checked for a quick solution but no result yet and I asked for a recommendation from developers, once I got more information I will update this thread.

    Cheers,
    Oguz

    Hey @paulmcf87,

    I hope you’re well today.

    When we diagnose the problem we realize that “OnSale Page for WooCommerce” plugin doing something in a different way. Basically; it’s a page but that plugin converts it to archive and not set all required things (or set it too late). As a result of it, Custom Sidebars sees that page as an archive page. But it does not have correct things for archive too.

    At normal pages, is_page() returns true. At archive page, is_page() returns false, is_archive() returns true, get_post_type returns custom post type. The page that modified from “OnSale Page for WooCommerce”, is_page() returns false, is_archive() returns true, but get_post_type returns false. So it doesn’t fit any of it.

    You should talk with that plugin support about that.

    I hope that helps!

    Cheers,
    Oguz

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Side bar not replacing’ is closed to new replies.