• Resolved maraza9090

    (@maraza9090)


    size of color samples on product page very small

    I have configured a large size within the color option 32 but I would like 50 however when I do this when I show the color options on the store page they appear very large, I have tried to solve it with the “override global settings” option and configuring a small size in this section but apparently it does not work when I activate it because the size is still large, I have tried to leave all the sizes by default and activating this “override global settings” option with smaller sizes only for the store and It doesn’t work, they are still the same size. In conclusion, I would like to know if there is any way to change the size of the small colors in the store, and the large ones on the product sheet. I would also like to know if there is a way to show these colors also in other parts of my website, for example if I put a list of products in parts of my blog. Thanks in advance the plugin for everything else works very well ?? Blessings.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Aamir

    (@aamiribsf)

    Hello @maraza9090,

    Greetings for the day!

    For the swatch size settings, please share some screenshots with us so we can see what size you have set and try to check the same on the shop page.

    Regarding the second query, By default, the variation swatches work on the default WooCommerce shop/archive pages and product pages.

    If you want to display the swatches on other pages, you can enable it on any page by using this filter

    add_filter( 'cfvsw_requires_shop_settings', function( $status ){
    if( is_page() ) {
    return true;
    }
    return $status;
    });
    is_page can be replaced by the desired condition.

    If you’re not sure how to use this custom Code, please refer to the following article on our knowledge base:

    How and Where to Add the Custom JS, CSS & PHP Codes?

    Hope this helps.

    Let me know how it goes.

    Plugin Support Aamir

    (@aamiribsf)

    Hello @maraza9090,

    It’s been a while since we haven’t heard from you so we are marking this thread as resolved.

    If you faced any other issues while using our product, feel free to start a new thread.

    Best regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.