Havouza Posted April 22, 2023 Posted April 22, 2023 Go to https://jv74.se/saxlyftare The category image show very small. If the image is downloaded it is as it should, 871x217 pix. If you inspect the code it say the image is 871x217 as it should. What can be wrong. The same problem with all categories The category image settings is 871x217 in settings for images Have no clue what to do.
the.rampage.rado Posted April 22, 2023 Posted April 22, 2023 The theme is coded this way, to show on the left a small category image and description to the right. IMHO very slick implementation. If I was you I would use this to put in the description some SEO and optimize my images accorddingly. Big banner-like images in categories do not provide any benefit both to customers and to Google. Text does provide some results in Google if it's shown on top of the page but keep it short so your main content (products) are above the fold. EDIT: Also one more recomenndation - keep your horizontal menu to 1 row max. Either increase the width (if the theme permits) or reduse the lengts of each item in the menu.
e-com Posted April 23, 2023 Posted April 23, 2023 Image has class col-xs-12 col-sm-2, and category name has class col-xs-12 col-sm-10. That is, on phones image will take up 100% of the width, and on screens small and larger 1/6 or 16.7% of the screen width. In bootstrap, number 12 is the whole thing or 100%. If you make image and category name with classes col-xs-12 col-sm-6, they will occupy equally 50% each on screens small and larger. We modify category.tpl template. https://www.w3schools.com/bootstrap/bootstrap_grid_system.asp
wakabayashi Posted April 23, 2023 Posted April 23, 2023 Category images are kind of broken as we have two inputs, but only one image is saved. In my image rewrite branch, I have tackled this issue. But ofc (some) themes have to be adjusted accordingly.
e-com Posted April 24, 2023 Posted April 24, 2023 On 4/22/2023 at 8:53 AM, Havouza said: The category image settings is 871x217 in settings for images Now category_default you have made 200x200px. Much too small. On phones there will be blurry images. There is a different layout of blocks on phone. Category image fills 100% of the screen width.
Havouza Posted April 24, 2023 Author Posted April 24, 2023 #e-com Well I have tested to set it to other values but it does not matter. As someone else say, it is how the theme is built like that, and we will live with it. very, very few of our customers use a phone when they shop so its no problem
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now