This topic has 21 replies, 4 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp
Hi guys,
the icons are not longer visible for customers. Icons like View as: or +/- in categoriy sidebar. How can I fix that?
Thanks for reply.
Best,
Farid
Hello,
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
Hi Robert,
attached you will find it!
Best,
Farid
Hello,
The icons are shown with parent IDStore theme.
You should check the changes you made in the child theme.
Regards,
Eva Kemp.
Hello,
thank you. Another question! Is it possible to change gallery image layout (single product page) like 500*500? I would like to add square images. Right now, images look warped. How can I fix that?
Thanks for reply.
Best ,
Farid
Hello,
Did you mean 50px*50px? If your gallery images are 500px*500px they will be huge.
Try to use this code in custom.css file:
.product_image .views-gallery.thumbs-count-4 .slide img {
width: 50px;
height: 50px !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Regards,
Eva Kemp.
My apologies. I mean, if I click on gallery image the huge image above has to be square. How can I fix that?
Thanks for reply,
Best Farid
Hello,
I’ve added this code in child style.css file:
#product-page .main-image {
width: 500px;
height: 500px;
right: 120px;
}
.product_image .main-image img {
width: 500px !important;
height: 500px !important;
}
Please check images now.
Regards,
Eva Kemp.
Great, thank you!
There is something kind of weird. If I set the delivery time on single product it don´t work. It will not updating it.
Why?
Example: http://casaplanta-gartenmoebel.de/produkt/fermob-gartenmoebel-luxembourg-bartisch/
Thanks for reply!
Best Farid
Hello, FaridJa
Please check if this issue is present with default wordpress theme like twenty-fouteen and reply us back.
Regards,
Brian johnson
Hello, thank you.
One more question. How to remove category description as hover (title tag)?
Thanks for reply!
regards,
Farid
Hello,
You should remove description in Products > Categories > edit a category > Description section.
Regards,
Eva Kemp.
Hello Eva,
if I do so, there is no content above a category. I just want to remove the title tag hover effect.
How to remove this? I just see it in Internet explorer and firefox.
Thanks for reply,
regards,
farid
Hello
Please add following code into the custom.css:
#products-sidebar .mask{display:none!important}
Regards,
Brian Johnson
Hello,
unfortunately it doesn´t work.
Regards,
Farid
Hello
I have corrected code in style.css. Please check your site now.
Regards,
Brian Johnson
Hello,
Please provide us with FTP credentials.
Thank you.
Regards,
Eva Kemp.
Hello Brian,
it don´t works, sry.
Hello Eva,
attached you will find ftp-data.
Regards,
Farid
Hello
I have added following Jquery code into the footer.php of the parent theme:
<script type="text/javascript">
jQuery('document').ready(function($){
$('.cat-item a').removeAttr('title');
});
</script>
Please check your site now.
Regards,
Brian Johnson
Thanks, it works.
Best regards,
Farid
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Icons are not longer visible’' has been successfully resolved, and the topic is now closed for further responses