Home Forums Basel support forum Update 1.5 swatch issue

Update 1.5 swatch issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1027

    hazard161
    Participant

    Hey Guys,
    Awesome new update you just released! But one problem, somewhere is the code the swatches is a missing space on the css class builder. When the html is outputted it puts the classes for the swatches like this.

    class="basel-swatch basel-tooltip colored-swatchtext-only swatch-size-default swatch-enabled"

    When I add the space between colored-swatch and text-only, it works.

    Thanks in advanced,
    Jordan

    #1030

    Artem Temos
    Keymaster

    Hello,

    Thank you so much for the report. We will fix this in the next update.

    At this moment you can leave empty “Enable swatch” checkbox and fill only image or color field for attribute term

    term

    In case it wont help try to add a space between CSS classes by your own in the file basel/woocommerce/single-product/add-to-cart/variable-swatches.php

    Find this line
    $class .= 'text-only';

    And replace with this
    $class .= ' text-only';

    Kind regards
    Xtemos

Tagged: ,

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

The topic ‘Update 1.5 swatch issue’ is closed to new replies.