Home Forums WoodMart support forum important

important

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #266590

    moh962018
    Participant

    Hello

    thanks for your good support i have several questions

    1- i want to change the size of the circles ( discount + new ) as they are big compared to the picture
    2- i want to show the number of reviews not only the average stars in the shop page for example four star with (10 review )
    3- if i want the product at the shop page to be alignment ( look at the attachment ) when some product have a color variation for example and other one dont have they will not be alignment
    4- when i share a product i want the picture of the product i share to be appear in the link how i can do that?
    5- i want to add a brief description under the product at the shop page

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

    Hello,

    1. In order to change the style of the badges please add this code to the Theme Settings > Custom CSS > Global:

    body .labels-rounded .onsale { 
    color:#ffffff; 
    background-color:#000000; 
    font-size:12px; 
    }
    /*hot*/
    body .labels-rounded .featured {
    color:#ffffff;
    background-color:#000000;
    font-size:12px;
    }
    /*new*/
    body .labels-rounded .new{
    color:#ffffff;
    background-color:#000000;
    font-size:12px;
    }

    2. Sorry this is not possible without customization and it is beyond our support services.

    3. Do you want to change the height of the product grid while it has the attributes or not? Do you want the same height?

    4. You can try fixing this with the Yoast SEO plugin which provides full control over metadata and there you could be able to upload your own image.

    You can also read the following article for further help:
    https://yoast.com/snippet-preview/

    5. You should select the product layout for the shop page from Theme Settings >> Shop >> Product Styles: https://ibb.co/5sBd5XL

    Best Regards.

    #266675

    moh962018
    Participant

    thanks for quick response
    about number 3 ( suppose i have 1 product with color attribute and one without attribute ) it should look like this

    picture picture
    attribute blank
    price price

    so they have the same picture size however if one has attribute the other one will be plank so they will be aligned to each others

    2- one another question about question number 1 ( can i add new budget label ? for example points budget ) or any thing can i do that

    #266685

    moh962018
    Participant

    also another question

    font-size:12px;

    this will control the font size how ever i want to control the circle or rectangle size not the font size!

    #266689

    Hello,

    Can you please share the WP admin login details of your site so I will check and solve the issue on your site?

    Best Regards.

    #266694

    moh962018
    Participant

    ok thank you

    #266803

    moh962018
    Participant

    did you check it ?

    #266878

    Hello,

    3) Sorry but it is not possible and there is no option in Theme Settings available for that.

    1) You could not create a custom label. You can try creating an attribute and set the attribute label to be displayed on the product images.

    Screenshot for Clarification: https://ibb.co/k9sYR83

    So when the attribute is assigned to any product then its label will be displayed on the product image.

    2) To control the size of the labels try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .labels-rounded .product-label {
        min-height: 30px;
        min-width: 30px;
    }

    Best Regards.

    #266903

    moh962018
    Participant

    why did you ask for the wordpress admin login if its not possible to solve number 1

    2- when i create a new attribute the attribute will be under the picture not in the picture

    3- i want to add a brief description under the product at the shop page but i want it under the picture not at the hover is that possible ?

    #266912

    Hello,

    2) If you enable the option to display the “show attribute labels on the products” then the attribute will be displayed on the image.

    Screenshot for Clarification: https://ibb.co/k9sYR83

    3) Sorry but it is not possible to show a detailed description of the product on the shop page. You can only display a short description or additional information on the products.

    You can choose the product styles according to your needs from Theme Settings >> Shop >> Product Styles.

    Screenshot for Clarification: https://prnt.sc/zphn4i

    After enabling the product style please provide the URL of the shop page to check whether it is possible to show summary content without hover or not using Custom CSS.

    Regards.
    Xtemos Studios.

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