
PurSangGraphics(@pursanggraphics)
2 Posts
Customers
Quote from PurSangGraphics on February 22, 2023, 20:05
Hi,
We tried using your plugin in conjunction with yootheme pro theme. It seems activating the plugin breaks our shop template, which is built using yootheme pro builder.
Would you be willing to take a look into this?
Thank you
Hi,
We tried using your plugin in conjunction with yootheme pro theme. It seems activating the plugin breaks our shop template, which is built using yootheme pro builder.
Would you be willing to take a look into this?
Thank you

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on February 23, 2023, 12:55
Hello
Perhaps this is an incompatibility with ajax mode. Try to disable this option - https://share.pluginus.net/image/i20230223125320.png
If no luck - drop me exact link to the issue
Hello
Perhaps this is an incompatibility with ajax mode. Try to disable this option - https://share.pluginus.net/image/i20230223125320.png
If no luck - drop me exact link to the issue

PurSangGraphics(@pursanggraphics)
2 PostsTopic Author
Customers
Quote from PurSangGraphics on February 24, 2023, 12:39
That does fix the issue, but we were really looking forward to using the ajax mode.
The problem is that there seems to be something in the code that when rebuilding (building, really) the page, takes the entirety of the page and places everything, including the second column of our layout inside the same element that makes up the first column.
Broken [spoiler]
[/spoiler]
Correct (i simply moved the section outside) [spoiler]
[/spoiler]
Do you think this could be fixed?
That does fix the issue, but we were really looking forward to using the ajax mode.
The problem is that there seems to be something in the code that when rebuilding (building, really) the page, takes the entirety of the page and places everything, including the second column of our layout inside the same element that makes up the first column.
Broken
Correct (i simply moved the section outside)
Do you think this could be fixed?

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on February 24, 2023, 13:56
Hello
Yes! you need to customize the theme template
This template should have two hooks: woocommerce_before_shop_loop AND woocommerce_after_shop_loop
Hello
Yes! you need to customize the theme template
This template should have two hooks: woocommerce_before_shop_loop AND woocommerce_after_shop_loop