• have linked 4 products, but only 1 product page shows all variations. 2 product pages doesnt show variations at all, and the last product page shows 2 variations. the plugin is great and i have added all 4 products on wpclever Linked variations. have exact same attributes as style name.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sheenu2

    (@sheenu2)

    never mind, it was a cache issue. what a wonderful plugin this is. thank you so much. have 1 more question, is there a way that we can reduce button size for linked products showing as variations.

    Plugin Author WPClever

    (@wpclever)

    Hi @sheenu2

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .wpclv-attributes .wpclv-terms .wpclv-term {
        height: 32px;
        line-height: 30px;
    }
    
    .wpclv-attributes .wpclv-terms span, .wpclv-attributes .wpclv-terms a {
        padding: 0 10px;
        height: 24px;
        line-height: 24px;
    }

    And the result https://www.screencast.com/t/EDGL9HY5DZ

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Linked Variants not showing on all products’ is closed to new replies.