Problem with theme and WooCommerce
-
Hi,
I’m having a problem with theme and WooCommerce. I need to use it at subdomain only for a blog, but the new version of theme works only with WooCommerce installed, updated and ACTIVATED…. 🙁
I don’t need WooCommerce at my blog, so its doing site slower, and its not necessary …
Do you have any suggestion to solve it?
Tks,
Lucas.
Hello,
Could you please provide us your admin and FTP access to the website where you are using our theme for blog only so we can check it?
Thank you
We need your FTP access, not Dashboard only.
Try to edit the file basel/inc/functions.php
and change this code
if ( ( is_shop() || is_product_category() ) && ( $hide_sidebar_desktop && $sticky_footer ) ) {
to this one
if ( basel_woocommerce_installed() && ( is_shop() || is_product_category() ) && ( $hide_sidebar_desktop && $sticky_footer ) ) {
Hi, any news about the problem?
I was checking here, there are another erros at inspector …
Could you help me with this?
Tks!
You don’t need to have any coding skills for that. Just replace one line of code in the file we sent you.