talpazzo
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Display category image on single product pageI found the solution trying different options.
For the images:
max-width: 50px; height: auto;
For the container:
display: inline-flex;The result is wonderful!
Forum: Plugins
In reply to: [WooCommerce] Display category image on single product pageHi everybody and thank you for the code!
I just have a little problem, maybe you can help me: what I’m trying to do is put the images of the category under the product image but chaging the image size of $image and display them inline (multiples category).
I tried with <img width=”20″ height=”20″ src=”‘.$image.'”> and also with a custom class I created (height:20px; !important; width:20px; !important) but it does not work and I cannot change the original category_thumbnail size because I need it in the shop front page. Do you have a suggestion to change the size of thoose images without changing the global size of the thumbnail?
This is an example: http://puu.sh/6DwaS/c999ab4704.jpg
Thank you very much for every suggestion.Forum: Plugins
In reply to: [Lazyest Gallery] [Plugin: Lazyest Gallery] Navigation bar on topThank you very much! It works and it’s correct.
In my case it’s better
.lg_gallery.slide .lazyest_navigator { position: absolute; top: 80px; }cause I got the name of the folder where you placed the navigator (top:30px).