Home Forums Basel support forum Problem with theme and WooCommerce

Problem with theme and WooCommerce

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #51096

    lucassp
    Participant

    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.

    #51137

    Artem Temos
    Keymaster

    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

    #51252

    lucassp
    Participant

    Tks for your reply!

    #51253

    Artem Temos
    Keymaster

    We need your FTP access, not Dashboard only.

    #51268

    lucassp
    Participant

    Ok!

    🙂

    #51270

    Artem Temos
    Keymaster

    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 ) ) {

    #51271

    lucassp
    Participant

    Tks for your reply…

    #51293

    lucassp
    Participant

    Hi, any news about the problem?

    I was checking here, there are another erros at inspector …

    Could you help me with this?

    Tks!

    #51339

    Artem Temos
    Keymaster

    You don’t need to have any coding skills for that. Just replace one line of code in the file we sent you.

Viewing 9 posts - 1 through 9 (of 9 total)