Home Forums WoodMart support forum Attribute Product Square and Line around the quantity

Attribute Product Square and Line around the quantity

Viewing 30 posts - 1 through 30 (of 30 total)
  • Author
    Posts
  • #402354

    simone.cavalli
    Participant

    Hello, is it possible to change the attribute label from round to square like the attachment photo? thanks and again, is it possible to remove the border that encloses the quantity? remove the line before and after the quantity number as in the photo, thanks

    Attachments:
    You must be logged in to view attached files.
    #402447

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under THeme Settings >> Custom CSS.

    .swatch-on-single.swatch-with-bg.swatch-size-large {
        border-radius: 0;
    }
    
    input.minus {
        border-right: 0 !important;
    }
    
    input.plus {
        border-left: 0 !important;
    }

    Best Regards

    #402490

    simone.cavalli
    Participant

    the line between the quantity disappears “- 1 +” , but to change the attribute “size” and the attribute “color” from round to square? thanks…

    also, the shopping cart button no longer works:

    VIEW CART button – send to homepage and the
    CHECKOUT button – open the png file

    MY ACCOUNT button – send to shop page

    It’s possible to solve it? thank you

    Attachments:
    You must be logged in to view attached files.
    #402519

    Hello,

    Your issues have been Resolved. Please clear cache and check back.

    Best Regards

    #405403

    simone.cavalli
    Participant

    thanks … and is it possible to add another type?

    I have: default – Large – Extra Large … is it possible to add “custom”? where can i choose width and height? or adding 2 other types: “small” and “medium”?
    thank you..

    thanks soo much, because 2/3 of the type is little

    #405460

    Hello,

    You are Most Welcome.

    You can set the width Custom as you require using the following Custom CSS.

    .swatch-on-single.swatch-with-bg {
        border-radius: 0;
        height: 50px;
        width: 50px;
    }

    Best Regards

    #407080

    simone.cavalli
    Participant

    thank you, but why the alignment it’s not correct for all the line?

    thank you, and why do I always have to reload the page twice to see the size of the correct attributes?

    thank you

    Attachments:
    You must be logged in to view attached files.
    #407176

    Hello,

    Please provide the URL of the product to check it myself and help you out accordingly.

    Best Regards

    #407178

    simone.cavalli
    Participant

    yep, thank you

    #407354

    Hello,

    Please deactivate the cache plugin then check back. The issue seems to be caused by caching.

    Best Regards

    #407460

    simone.cavalli
    Participant

    Hi, I deleted the W3 cache plugin, but nothing change… for show correct the swatch attribute i need to refresh the page two time…

    #407548

    Hello,

    Please deactivate all the third party plugins and tell me then we will troubleshoot with the theme plugins.

    Best Regards

    #407565

    simone.cavalli
    Participant

    I have disabled all plugins except:
    -elementor
    -woocommerce
    -woodmart core

    and keep doing the same problem

    how can I do?

    thank you

    #407672

    Hello,

    I did not see the issue, the variations are showing fine:

    https://ibb.co/V39xQgR

    Best Regards.

    #407875

    simone.cavalli
    Participant

    If you reload the page you will see, the real size of the attribute… the pool tables icon need to be more big… and only on reload page, we can see it…

    thank you

    it’s possibile to add another size attribute?

    default
    large
    extra-large

    it’s possibile to add Medium o Little? on the next theme upgrade…

    thank you soo much, your theme it’s the best theme on themeforest.

    #407950

    Hello,

    I have checked on the different computers but still do not find any issue with the attributes, they are showing fine as I have already sent you the screenshot in my previous reply: https://ibb.co/V39xQgR

    No, you can not change the size of the attributes, but you can change it through custom CSS code.

    Best Regards.

    #409389

    simone.cavalli
    Participant

    I try to solve it, because, Not always, but sometimes the problem reappears,
    I have another question, it’s possibile to add hover effect on attribute?

    when I hover the Pool tables surface, the color i choose, went bigger… it’s possible to add this hover effect?

    thank you

    Attachments:
    You must be logged in to view attached files.
    #409515

    Hello,

    1. The issue seems to be with caching. Because I checked various times and the issue did not appear for me.

    2. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-swatch.swatch-on-single.swatch-with-bg.wd-tooltip.swatch-size-default.swatch-enabled.wd-tooltip-inited:hover {
        width: 50px;
        height: 50px;
    }

    Best Regards

    #409517

    simone.cavalli
    Participant

    it works quite well, only the last one in the row, going to the head to create a bit of confusion, is it possible that it is better to insert a larger preview instead of a hover effect? like the zoom you see when you hover the mouse over the product image?

    ps. thank you for your assistance and try to solve every request, the theme is worth more than all, thank you soo much

    LINK VIDEO: https://www.loom.com/share/4ecc17b56b504ba78d1b404726471996

    #409662

    Hello,

    Sorry but there is no option in Theme Settings available for that.

    It requires customization and this is out of our theme support scope.

    Best Regards

    #410346

    simone.cavalli
    Participant

    thank you so much, i would try to do it by myself with custom css and js,
    but now i have another problem, after updating the theme to 7.0.0
    the boundary radius has been reset to the default state

    how can i reshape all dimensions? removing the edge?

    now i use these, how should i change the class?

    .swatch-on-single.swatch-with-bg {
    border-radius: 0! important;
    height: 40px;
    width: 40px;
    }

    .swatch-on-single.swatch-with-bg.swatch-size-large {
    border-radius: 0! important;
    height: 70px;
    width: 70px;
    }

    .swatch-on-single.swatch-with-bg.swatch-size-xlarge {
    border-radius: 0! important;
    height: 120px;
    width: 120px;
    }

    thank you

    Attachments:
    You must be logged in to view attached files.
    #410554

    Hello,

    Please go to Theme Settings >> CLick the save changes button once to update the theme options you have set with the old theme.

    Best Regards.

    #410632

    simone.cavalli
    Participant

    sorry but don’t work..

    it’s possible I have to change this? .swatch-on-single.swatch-with-bg.swatch-size-large

    in this: .swatch-on-single.swatch-with-bg.swatch-size-l or .swatch-on-single.swatch-with-bg.swatch-size-xl ecc?

    #410820

    Hello,

    Please share the WP admin login details of your site so I will check and give you the updated custom CSS code.

    Best Regards.

    #410825

    simone.cavalli
    Participant

    I write on private content, thank you

    #410899

    Hello,

    Sorry for the inconvenience.

    Actually, after the Theme Update the classes have been changed a bit.

    So, as far as making Swatches square is concerned, it has now been made on your Site with the following CSS applied: https://ibb.co/ZN0PyJY

    So, the same goes with the Swatches Images classes too. To increase their width and height, the following CSS has been applied on your Site: https://ibb.co/xggQBCy

    Best Regards

    #411093

    simone.cavalli
    Participant

    thank you soo much, I thought about it…

    and it’s possible to insert:

    border-top: 0em
    border-left: 0em
    border-bottom: 0em
    border-right: 0em. ???

    because I need to take it off thank you

    Attachments:
    You must be logged in to view attached files.
    #411180

    Hello,

    Instead of using multi-line CSS to remove Border from the required 4 places you can simply use a single-line CSS to hide the Border, which has been applied on your Site. Please see the following Image to know about it: https://ibb.co/ZdMzXS2

    Best Regards

    #411198

    simone.cavalli
    Participant

    Great! I have never seen assistance like yours … you are fantastic, thank you!

    #411200

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Attribute Product Square and Line around the quantity’ is closed to new replies.