This topic has 12 replies, 2 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
Hi
Firstly I love the Legenda theme and I’ve spent a few days setting it up and it looks great. I’ve watched all the video tutorials and read through the forum but can’t find how to solve the following issues if you can help please. You can visit my current site at http://www.muobu.com
First question – category images
I know I need to upload larger image sizes on the shop homepage, but I can’t see how to switch off the hover over on them. When you hover over a broken link appears. I want to switch this off altogether so that the category images have no animation.
Second question – wishlist
When I add items to the wish list on the product page but then view the wish list page it is empty.
Third question
When you go to an individual product page, below the add to basket button the product tags links are black so you can’t see them, although the commas in-between the tags are white. How do I change these link colours please?
Thanks
Ian
Hello,
1. Please add this code in custom.css file:
.product-category .mask-container .block-mask {
display: none;
}
How to create custom.css you can watch in this tutorial.
2. I’ve just added a product to wishlist and it’s shown on the Wishlist page. Please check again and clear browser cache.
3. Add this code in custom.css:
.single-product-page .product-info .tagged_as a {
color: white;
}
Thank you.
Regards,
Eva Kemp.
Thank you. This has worked for both of these, but now the category image can not be click to link through to the products page, you can only click on the small text below it. Can the main image also be a link too please?
Thanks
Ian
Hello,
Unfortunately it can be done only if “link” icon is enabled but you decided to hide it. Sorry.
Regards,
Eva Kemp.
Ah, not sure what I am doing wrong with the product images then as I couldn’t get them to work.
I have now removed as I want the images to be links too as the words are quite hidden below
.product-category .mask-container .block-mask {
display: none;
}
from custom.css. How do you make the product images work correctly when you hover over them please? I just got the broken link image in the centre of them.
Thanks
Ian
Hello,
That is not a broken link, that is the link that redirects to other page that image is linked to.
So this is not an issue, it’s normal configuration.
Regards,
Eva Kemp.
Sorry, that isn’t what I meant. If you visit http://www.muobu.com and look at the category pictures on the page, when you hover over them the images don’t change size like they do in your demo and a link image appears in the middle of them. In your demo when you hover over the images enlarge slightly in the area without this link image. This is what I want to recreate. I can not find the documentation for how to get this working anywhere and I have read through everything.
Thanks
Ian
Hello,
You can add this code in custom.css file to fix the issue with images sizes:
.product-category img {
width: 100%;
}
Thank you.
Regards,
Eva Kemp.
Thank you Eva – almost there and I can leave you in peace! Just one last question please. I want the categories to appear on the front page and all the subcategory pages exactly the same as the products – ie quite small and 5 on a line at a time, so that the categories look like this page
http://www.muobu.com/product-category/face/foundation/
Thanks
Ian
Hello,
We’re sorry but there is no option to select how many categories to show per row. It’s available for products only.
Please take our apologies.
Regards,
Eva Kemp.
Ah, is it possible to have the category images as a link too please? Not with the hover over that is the default in the theme, but just like a static product picture please?
Thanks
Ian
Hello,
We’ll take your query into our account and try to implement this in future update.
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up