Home Forums WoodMart support forum Size of catalog thumbnails

Size of catalog thumbnails

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #33709

    FreeRiderNSK
    Participant

    Hello Friend! Why on my site is the width of the miniature store 600 pics? I need less. You have about 400 pixels on the demonstration. Is this configured in the theme? I tried to change the default settings of media files – it does not help. What to do?

    #33713

    Artem Temos
    Keymaster

    Hi,

    You can change your products images size in WooCommerce -> Settings -> Products -> Display. Don’t forget to regenerate all thumbnails after changes also.

    Regards

    #33733

    FreeRiderNSK
    Participant

    Thank You!!!
    Another question! Why does the filter show a scroll bar, on screens less than 1025 pixels?

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

    Artem Temos
    Keymaster

    Less than 1025 screens size have tablets and mobile phones and they will not have this scroll bar. So you don’t need to worry about that.

    #33792

    FreeRiderNSK
    Participant

    Is there not a netbook with this permission?

    #33812

    Artem Temos
    Keymaster

    Only if you resize your browser to this width. We show this default scroll bar and hide our custom JS bar for better performance on mobile devices.

    #33910

    FreeRiderNSK
    Participant

    http://zoom.cnews.ru/goods_card/item/200844/samsung-nc110-a01
    This netbook has a resolution of 1024 pixels wide. Maybe you made a mistake (max-width or min width???) by 1 pixel? Did not you think? Now these strips will be shown on this netbook!

    #33925

    Artem Temos
    Keymaster

    Yes, but these devices are too old and their part is less than 0.1% according to our analytics. But in the same time there are a lot of tablets with this resolution. Unfortunately, we can’t recognize is visitor comes with notebook or tablet.

    #34028

    FreeRiderNSK
    Participant

    OK. Please help me. I do not like how they are made in the category of the catalog category and I customized it.
    1. I added the calling code of the html-block to the file ‘woocommerce/archive-product.php’
    with the condition.
    2. An additional class was added to the html-block
    3. In “function.js” in parameter “ajaxlinks” added its own class.

    All works, but the loader is not in the middle, but with a shift to the right. How to fix. There are css?
    Problem in screens

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

    Artem Temos
    Keymaster

    Try to use the following CSS snippet to center it

    .woodmart-shop-loader {
    	margin: 0 auto!important;
    }
    #34547

    FreeRiderNSK
    Participant

    Hello! You gave me the code to display the logo in the sticky header in the center. In the browser IE 11 is rendered inaccurate = (

    Try to put this code snippet for desktop devices only in Theme Settings -> Custom CSS

    div.sticky-header .main-nav {
    	-webkit-box-ordinal-group:2;
    	    -ms-flex-order:1;
    	        order:1;
    	-webkit-box-flex:1;
    	    -ms-flex:1 0 0px;
    	        flex:1 0 0;
    }
    
    div.sticky-header .site-logo {
    	-webkit-box-ordinal-group:3;
    	    -ms-flex-order:2;
    	        order:2;
    }
    
    div.sticky-header .right-column {
    	-webkit-box-ordinal-group:4;
    	    -ms-flex-order:3;
    	        order:3;
    	-webkit-box-flex:1;
    	    -ms-flex:1 0 0px;
    	        flex:1 0 0;
    }
    
    div.sticky-header .main-nav .menu {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
    }
    Attachments:
    You must be logged in to view attached files.
    #34549

    FreeRiderNSK
    Participant

    And another question! Can I disable for optimization migrate.js?

    #34594

    Bogdan Donovan
    Keymaster

    Please, replace that code with code snippet below to fix the issue in Internet Explorer.

    div.sticky-header .main-nav {
    	-webkit-box-ordinal-group:2;
    	-ms-flex-order:1;
    	order:1;
    	-webkit-box-flex:1;
    	-webkit-box-flex: 1;
    	-ms-flex-positive: 1;
    	flex-grow: 1;
    	-ms-flex-negative: 0;
    	flex-shrink: 0;
    	-ms-flex-preferred-size: 0;
    	flex-basis: 0;
    }
    
    div.sticky-header .site-logo {
    	-webkit-box-ordinal-group:3;
    	 -ms-flex-order:2;
    	 order:2;
    }
    
    div.sticky-header .right-column {
    	-webkit-box-ordinal-group:4;
    	-ms-flex-order:3;
    	order:3;
    	-webkit-box-flex:1;
    	-webkit-box-flex: 1;
    	-ms-flex-positive: 1;
    	flex-grow: 1;
    	-ms-flex-negative: 0;
    	flex-shrink: 0;
    	-ms-flex-preferred-size: 0;
    	flex-basis: 0;
    }
    
    div.sticky-header .main-nav .menu {
    	-webkit-box-pack: start;
    	-ms-flex-pack: start;
    	justify-content: start;
    }
    #37488

    FreeRiderNSK
    Participant

    Hello! In update 1.10, I have a broken header on mobile devices and tablets. There is a custom code that you gave me. When you clear styles in a child theme. everything works, but the top bar disappears. What to do?

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

    Artem Temos
    Keymaster

    It works well for us at the moment. Maybe you have some kind of cache in the browser? Could you please try to clear the cache and check again?

    #37664

    FreeRiderNSK
    Participant

    All ok. How can I correct these errors? I’m using the cache plugin wp rocket and BWP minify. Your demonstration has the same problem.

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

    Artem Temos
    Keymaster

    These errors are harmless and shown in the Chrome only. They say that there are a few duplicate elements on the page. For example search form in the header and in a sticky header. We will try to correct them in the next update.

    #40749

    FreeRiderNSK
    Participant

    I do not plan to update the topic. Do not tell me how to fix it?

    #40785

    Artem Temos
    Keymaster

    In this situation, you can simply ignore them since they are absolutely harmless.

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