Home Forums WoodMart support forum Categories with SVG icons

Categories with SVG icons

Viewing 30 posts - 31 through 60 (of 60 total)
  • Author
    Posts
  • #39165

    Artem Temos
    Keymaster

    In this case, you need to contact plugins developers for help.

    #39347

    bubienok
    Participant

    whats the name of plugin ?

    can I setup this plugin?

    why the answer of searching is ,,no post found,, ? but I want to find product, not post.

    #39349

    bubienok
    Participant

    there is not question ,, Search for product,, but ,,Search for project,,

    thats wrong

    #39379

    Artem Temos
    Keymaster

    Sorry, but we are a bit confused now. Could you please describe the problem you have now?

    #40159

    bubienok
    Participant

    Hi

    please look at attached picture

    is it OK ,,Search for project,, ?

    I need ,, Search for PRODUCT,,

    thank you

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

    Artem Temos
    Keymaster

    You can change the search post type in Theme Settings -> Header -> Search.

    #40584

    bubienok
    Participant

    thank you

    is it possible that all the squares have the same height, independently of lenght of text and height of images?

    thx

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

    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.

    #40765

    bubienok
    Participant

    can I show only 32characters of productÅ› name ?

    #40810

    Artem Temos
    Keymaster

    Hi,

    Try to use some custom solution described in this article https://businessbloomer.com/woocommerce-shorten-product-titles/
    Try 2nd and 3rd options.

    Regards

    #41040

    bubienok
    Participant

    I add thi scode to Custom CSS, but it doesnt work

    / Note: this is simple CSS that can be placed in your custom.css file
    // This CSS also adds 3 dots … at the end of each product title
    .woocommerce ul.products li.product h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }

    #41070

    Artem Temos
    Keymaster

    As we said, you need to try 2nd and 3rd options, not CSS solution.

    #41270

    bubienok
    Participant

    thank you

    problem is that it doesnt work with ,Product tabs, on homepage

    the same problem is with ,Woo title limit, //wordpress.org/plugins/woo-title-limit/

    Product titles arent shorter on ,Product tabs,

    thank you for your help

    #41294

    Artem Temos
    Keymaster

    Please, provide us your FTP access so we can try to do this for you. And please, add the code that works for the shop page but doesn’t work for product tabs on the home page.

    #41314

    bubienok
    Participant

    private content

    #41338

    Artem Temos
    Keymaster

    We can’t connect to the server.

    #41510

    bubienok
    Participant

    /public/wp-content/themes/woodmart-child/functions.php

    Plz can you edit functions.php ?

    attached file

    #41542

    Artem Temos
    Keymaster

    Sorry, but we can’t do this on our side. The point here is to check why it doesn’t work on your website.

    You can also try to use CSS solution to limit the title for one line of text only

    .product-grid-item .product-title {
    	overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
    }
    #41578

    bubienok
    Participant

    thank you

    how can I change it to limit for 2 lines of text ?

    #41581

    Artem Temos
    Keymaster

    Sorry, but it can’t be limited to two lines with that CSS.

    #42199

    bubienok
    Participant

    thank you

    plz how can I add width and height parameters to my SVG ICONS to be shown normal ?

    attached svg

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

    Artem Temos
    Keymaster

    Hi,

    You need to open your SVG icons file with some editor like Sublime Text or default system text editor and add height and width attributes to your <svg> tag like it is shown on the screenshot https://gyazo.com/83fd36b0bb9628bb1aed2bd3d5d063c5

    Regards

    #43018

    bubienok
    Participant

    thank you

    I updated theme and now I have problem with categories menu on header.

    How can I change width of this part ?

    attached picture

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

    Artem Temos
    Keymaster

    Hello,

    You need to clear your browser cache to see the changes after update. Here is a website with tutorials and guides how to clear the cache in different browsers and devices http://www.refreshyourcache.com/en/home/

    Regards

    #48542

    bubienok
    Participant

    Hello

    how can I change this shopping cart ( replace with image ) ?

    thank you very much

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

    Artem Temos
    Keymaster

    Hi,

    Do you mean you want to change the add to cart button? It is possible with additional code customization only.

    Regards

    #48559

    bubienok
    Participant

    yes

    I would like this style (attached picture)

    thank you

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

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom JS on document ready area in Theme Settings to fix this issue.

    jQuery( '.product-grid-item' ).addClass( 'hover-width-small' );
    
    jQuery(document).on('pjax:complete', function(xhr, textStatus, options) {
        jQuery( '.product-grid-item' ).addClass( 'hover-width-small' );
    });
    #48606

    bubienok
    Participant

    thank you very much, you are great 😀

    #48631

    Artem Temos
    Keymaster

    You are welcome!

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

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