Home Forums WoodMart support forum Please, I have two questions

Please, I have two questions

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #223902

    guzman88
    Participant

    Good morning.

    Sorry for my english but i’m using google translator.

    I’m writing because I have two questions:

    1. How can I make the product category appear as an attachment in the photo?

    2. How can I make the product description always visible without having to pass the mouse over it as an attachment in the photograph?

    Thank you very much in advance.

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

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    You need to enable “Show product category next to the title” in the Theme Settings > Shop > Product Styles, then enable “Show summary on hover” there.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woodmart-hover-base .fade-in-block {
    position: static;
    	opacity: 1;
    	visibility: visible;
    }
    .content-product-imagin {
    margin-bottom: 0 !important;
    }
    body .woodmart-hover-base.hover-ready .fade-in-block {
        visibility: visible;
        opacity: 1;
        transition: opacity .3s ease,visibility 0s ease;
    }
    body .woodmart-more-desc {
    max-height: none;
    }
    body .woodmart-hover-base .product-information:hover .woodmart-more-desc-btn {
    display: none;
    }

    Best Regards

    #223952

    guzman88
    Participant

    Good Morning,

    Thank you very much for answering. Sorry for my English but I am using Google Translate.

    The first question was resolved, thank you very much.

    But the second question, I would like you to please, if possible, look like in the attached image.

    That the text is not 100% visible. That only one part is visible with the three dots under the text

    Could it be possible?

    Thank you very much in advance.

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

    Hello,

    Please provide your site admin access to the private area. Your site is under construction I cannot view anything.

    Best Regards

    #223999

    guzman88
    Participant

    oh, sorry, done. I wait you, Thanks you

    #224031

    Hello,

    I do not see the problem now https://besscosmetics.com How can I reproduce the problem?

    Best Regards

    #224111

    max06accesso
    Participant

    Hello, I take the liberty of participating. Have you found a way to limit the number of characters in the description? That would be great for thumbnail alignment.

    Thanks in advance

    #224193

    Hello,

    Initially, it was provided by the collapsable block on hover https://prnt.sc/ucwzt9 we have customized it for your needs and now these options is removed.

    You can compose and insert the equal length of excerpt into the product page and it would be much better as the text would not be cut or contain entrance worthless information which usually begins the product description.

    Best Regards

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