Home › Forums › WoodMart support forum › Size of catalog thumbnails
Size of catalog thumbnails
- This topic has 18 replies, 3 voices, and was last updated 6 years, 9 months ago by Artem Temos.
-
AuthorPosts
-
January 16, 2018 at 6:30 pm #33709
FreeRiderNSKParticipantHello 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?
January 16, 2018 at 6:34 pm #33713
Artem TemosKeymasterHi,
You can change your products images size in WooCommerce -> Settings -> Products -> Display. Don’t forget to regenerate all thumbnails after changes also.
Regards
January 16, 2018 at 8:57 pm #33733
FreeRiderNSKParticipantThank 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.January 17, 2018 at 7:08 am #33754
Artem TemosKeymasterLess 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.
January 17, 2018 at 10:52 am #33792
FreeRiderNSKParticipantIs there not a netbook with this permission?
January 17, 2018 at 1:32 pm #33812
Artem TemosKeymasterOnly 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.
January 17, 2018 at 10:19 pm #33910
FreeRiderNSKParticipanthttp://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!January 18, 2018 at 7:13 am #33925
Artem TemosKeymasterYes, 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.
January 18, 2018 at 1:45 pm #34028
FreeRiderNSKParticipantOK. 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 screensAttachments:
You must be logged in to view attached files.January 18, 2018 at 2:00 pm #34034
Artem TemosKeymasterTry to use the following CSS snippet to center it
.woodmart-shop-loader { margin: 0 auto!important; }
January 21, 2018 at 10:38 am #34547
FreeRiderNSKParticipantHello! 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.January 21, 2018 at 10:39 am #34549
FreeRiderNSKParticipantAnd another question! Can I disable for optimization migrate.js?
January 21, 2018 at 5:48 pm #34594
Bogdan DonovanKeymasterPlease, 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; }
February 5, 2018 at 11:53 am #37488
FreeRiderNSKParticipantHello! 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.February 5, 2018 at 12:44 pm #37511
Artem TemosKeymasterIt 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?
February 5, 2018 at 8:12 pm #37664
FreeRiderNSKParticipantAll 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.February 6, 2018 at 7:13 am #37710
Artem TemosKeymasterThese 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.
February 18, 2018 at 8:52 pm #40749
FreeRiderNSKParticipantI do not plan to update the topic. Do not tell me how to fix it?
February 19, 2018 at 7:35 am #40785
Artem TemosKeymasterIn this situation, you can simply ignore them since they are absolutely harmless.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register