This topic has 6 replies, 2 voices, and was last updated 9 years ago ago by Eva Kemp
Hi, great theme and I slowly get the hang of it. BUT need help here:
1)Footer: No matter what I do,I can’t get the company text *2nd row, to display correctly. It is not left aligned, messes with everything all the time. Updated it , html coded it, and for some reason it changes by itself. Guess I put wrong code in or something. Can you please add you “woofers company” info in that row, so i can just update with our information? Don’t know where to find that exakt block.
2) Product images. they don’t resize. I have installed Regenerate thumbnails and run it multiple times, but all images are different sizes. What can I do to get neat nice lines?
3) Get “read more” on my buttons instead of “buy”. Where can I change this?
4) Black overlay (guess grid setting?), don’t display full text but get cut off. Where do I change this? /see the product slider http://www.sportscater.se
5)when I sort products in shop as list, is there any chance I can remove images/minimize so the list is more compressed?
Hello,
1. You can find the code for footer in the documentation:
https://www.8theme.com/demo/docs/woopress/#!/0_footer
2. Please use this code in Theme Options > Custom CSS > Custom CSS for desktop:
.product-content-image img {
height: 300px;
}
3. Please refer to this article:
https://support.woothemes.com/hc/en-us/articles/203006565-Change-Add-to-Cart-button-to-Go-to-Product-in-the-Shop-Page
4. Sorry, but your issue is unclear. Please show us screenshot for better understanding.
5. Use this code in Custom CSS for desktop:
.row-count-4.products-list .product-content-image img {
height: 200px;
}
or
.row-count-4.products-list .product-content-image img {
display: none;
}
Regards,
Eva Kemp.
Hi Eva, so I added the code to custom CSS. now all images are skewed…
1. Ok, i tried that multiple times and it doesn’t work out. Will try again..
2.ok. But now all images are skewed…
3.in you demo store it is “add to cart” and not read more. Why is one “read more”? Saw the code you sent me to, but I don’t know where to put that. I just want to add products to the cart instead of redirecting to product page. Do I have to code that?!?!
4.I have attached 2 screenshots.
Hello,
2. In this case you have to upload all images with original sizes 870px × 1100px approximately.
3. Some your products have “Read more” button because they are out of stock or you set this option in product editor.
4. Your screenshots are invisible. Please reupload the pictures to any web storage (dropbox, for example).
Regards,
Eva Kemp.
Ok, new try with screenshots;
https://www.dropbox.com/sh/zl7dd70l0flocrt/AACVuBSi_drO7gBn0sW9x_z3a?dl=0
Hello,
Please add this code in Custom CSS for desktop:
.footer-product {
transform: translateY(45px);
height: 45px;
}
Regards,
Eva Kemp.
Tagged: footer, messing, product pictures, resizing, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up