Home Forums WoodMart support forum Categories with SVG icons

Categories with SVG icons

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

    bubienok
    Participant

    Hi

    can I replace icons of categories with SVG icons ?

    thx

    #23008

    Artem Temos
    Keymaster

    Hi,

    Yes, you can upload SVG images for your categories while editing them in Dashboard -> Products -> Categories.

    Regards

    #23038

    bubienok
    Participant

    but I thing this…attached picture

    thx

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

    Artem Temos
    Keymaster

    Yes, you can change these icons while editing your categories in the Dashboard.

    #23045

    bubienok
    Participant

    sorry, I found it

    problem is with align

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

    Bogdan Donovan
    Keymaster

    We checked your SVG icon and added width and height parameters to it. Now it looks normal.

    Regards

    #23091

    bubienok
    Participant

    thank you

    was the problem with size of svg ?

    and pls why is underline so long ?

    attached picture

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

    Bogdan Donovan
    Keymaster

    Yes, for proper display, each SVG image must have a given width and height so that its aspect ratio is correctly calculated by the browser. https://gyazo.com/a6bc0983e0e0c251966b15b03ba661bc

    When text wraps to the next line, the text container is stretched to the full width. https://gyazo.com/d3aa08e2d700a7dc4da67c7b867da53e

    Regards

    #23120

    bubienok
    Participant

    thats mean I have to write shorter text ? or how can I solve this?

    #23122

    Artem Temos
    Keymaster

    Yes, this effect works best with one line of text links. Otherwise, we can disable it for your dropdowns links.

    #23242

    bubienok
    Participant

    can you write me how can I disable it ?

    thank you

    #23253

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    li li .woodmart-nav-link span:after {
        display: none!important;
    }
    #38172

    bubienok
    Participant

    Hello

    Pictures on ,Products tabs, have the same size (600×600) but there is different height on frontend. can you tell me why ? 😀

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

    Artem Temos
    Keymaster

    It happens because you have different aspect ratio for images uploaded to your products. If you want to make all products inline you need to upload all images with the same proportion. Otherwise, you can enable hard crop in WooCommerce -> Settings -> Products -> Display and regenerate all thumbnails. But it will crop your images and in some cases, it may look incorrect.

    #38226

    bubienok
    Participant

    thank you

    plz can you send me link to this svg ? (attached picture)

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

    Artem Temos
    Keymaster

    Hi,

    Sorry, but we can’t provide you a direct link for this icon but you can find all the similar icon and this one as well on this resource https://www.flaticon.com/

    #38918

    bubienok
    Participant

    OK

    can you send me psd format of logo (woodmart) ?

    thank you

    #38959

    Artem Temos
    Keymaster

    Sorry, but there is no PSD for our logo. It is available in SVG format only.

    #38980

    bubienok
    Participant
    #38984

    bubienok
    Participant

    I need help with ,Promo Banner settings,

    I would like CONTENT STYLE = COLOR MASK with (box-shadow: 0 10px 20px -9px rgba(0,0,0,.5);)

    is it possible ?

    thank you

    #38987

    Artem Temos
    Keymaster

    Here is no such functionality as in the plugins you sent.
    Could you please provide us a screenshots and link so we can try to help you with the banner?

    #38997

    bubienok
    Participant

    plz look Private content

    #38998

    Artem Temos
    Keymaster

    Hi,

    Could you please reupload your screenshots in a size smaller than 512KB?

    Thank you in advance

    #39008

    bubienok
    Participant

    uploaded

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

    Artem Temos
    Keymaster

    Try this code snippet

    .banner-hover-zoom {
        box-shadow: 0 10px 20px -9px rgba(0,0,0,.5);
    }
    #39049

    bubienok
    Participant

    thank you

    I have some problem with plugin. it search no product.
    can you check it please ?

    #39087

    Artem Temos
    Keymaster

    Check if this problem appears with our theme only first. Try to switch to default WordPress theme and compare how it works.

    Thank you in advance.

    #39111

    bubienok
    Participant

    hi

    I dont know where is problem

    plz can you check it ?

    #39112

    Artem Temos
    Keymaster

    Did you test how it works with default WordPress theme?

    #39136

    bubienok
    Participant

    It found only words from posts

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

The topic ‘Categories with SVG icons’ is closed to new replies.