srikat / oxygenthemeenabler

A WordPress plugin that makes it possible to use the active WordPress theme when Oxygen site builder plugin is active
https://wpdevdesign.com/oxygen-theme-enabler-plugin/
GNU General Public License v2.0
62 stars 18 forks source link

Not working after Oxygen 3.7 #6

Closed AlkoKod closed 3 years ago

AlkoKod commented 3 years ago

Hello, at first, thanks for nice plugin. It was working really good for me.

Now I updated the site I am working on to Oxygen 3.7 and it looks like coditions for pages which should use the Oxygen templates are not working anymore.

Can you help?

srikat commented 3 years ago

Just tested and it is working fine here.

Oxygen 3.7.1 and Twenty Twenty-One 1.2.

How can the problem be reproduced?

AlkoKod commented 3 years ago

Hello, try to use this settings:

Theme: Astra free

Used conditions: return is_woocommerce(); return is_page( 'shop' );

AlkoKod commented 3 years ago

It was my mistake in PHP code. Sorry for disturbing. Set this to return (is_shop() || is_woocommerce() || is_product()); - works again.