• Resolved JPecsenyicki

    (@jpecsenyicki)


    I’m using the “Function” theme with the Woo Variation Swatches plugin for colors, and the swatches are displayed correctly. However, the select box for the attribute is also being displayed (when it shouldn’t).

    If I switch to the “Storefront” theme, this does not happen. The swatches are displayed, and the select box is not displayed.

    In both cases (using “Function” or “Storefront”), there is no visual indication on the plugin’s swatch when the user selects a color variation. (eg: if the user clicks Blue, the Black and White swatches are not grayed out).

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @jpecsenyicki,

    Could you open ticket here: https://getwooplugins.com/new-ticket/ and send your theme for testing.

    Thank You

    Thread Starter JPecsenyicki

    (@jpecsenyicki)

    I’ve managed to fix the problems with CSS.

    Swatches did not appear to be selected because the black stroke blended in with the black background of the Child theme. Changing the stroke color & increasing the stroke thickness helped a lot:

    .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
    	-webkit-box-shadow: 0 0 0 8px rgba(255,0,128,1) !important;
    }

    As for the select boxes, CSS was used to stop displaying them:

    .variations_form .variations .selector {
    	display: none;
    }

    Thanks for looking into it.

    • This reply was modified 6 years, 6 months ago by JPecsenyicki.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Select Box still displayed with Function theme’ is closed to new replies.