• Resolved kerl

    (@kerl)


    I’ve discovered some bugs in the Botiga theme. Is this only caused by Botiga or can this be caused by any other plugin? I’ve tested with other Botiga installs and the result is still the same.

    1) When allowing the user to log in during the checkout, the whole login form above the checkout is a checkbox, and credentials cannot be entered.

    2) When using only the billing address, the HTML is broken in My Account -> Addresses page.

    Pictures of the bugs:

    Botiga bugs

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @kerl,

    Thank you for reporting the issue.

    Just quick checking, which version of Botiga are you running?

    Can you provide a link to your website for direct inspection, as perhaps additional scripts/plugins may override the default styles from the theme?

    Regards,
    Kharis

    Thread Starter kerl

    (@kerl)

    Hi @kharisblank,

    I tried disabling all other plugins on my local WordPress install, but the problems are still present. I have only aThemes Botiga and WooCommerce installed. I have fixed those problems on my live website, so there is nothing to see there.

    Thank you for getting back @kerl!

    1) When allowing the user to log in during the checkout, the whole login form above the checkout is a checkbox, and credentials cannot be entered.

    I did some checking with this, and if I got it right as reported, to fix it, you’d add this CSS code to Appearance > Customize > Additional CSS from dashboard.

    .woocommerce-form-login .clear {
      clear: both;
    }

    2) When using only the billing address, the HTML is broken in My Account -> Addresses page.

    I did checking with it as well. And seems likely it is showing fine on my screen. See https://imgur.com/yWqNXMr. Perhaps you’re using older web browser? If so, can you update to the latest version?

    Regards,
    Kharis

    Thread Starter kerl

    (@kerl)

    Thanks for the reply @kharisblank!

    Adding that additional CSS worked perfectly! Thank You!

    The billing address bug occurs when you change the shipping destination to “Force shipping to the customer billing address” in WooCommerce settings. WooCommerce > Settings > Shipping > Shipping options.

    Thank you for getting back @kerl!

    I can replicate the issue now. The fix for this will come in upcoming release of the theme.

    Meanwhile, you can add this CSS code to Additional CSS.

    .col-1.woocommerce-Address {
      max-width: 100%;
    }

    Regards,
    Kharis

    Thread Starter kerl

    (@kerl)

    Thank you for helping me, @kharisblank!

    You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Botiga HTML bugs’ is closed to new replies.