muriddu
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Improve quality of woocommerce thumbnails on product pageHere is the solution!
Paste this snippet into your function.php file (make sure you have a child theme)./*change thumbnail quality in woocommerce*/ add_filter( 'woocommerce_get_image_size_gallery_thumbnail', function( $size ) { return array( 'width' => 600, //change this to edit thumbnail witdth - default 150px 'height' => 600, //change this to edit thumbnail height - default 150px 'crop' => 0, ); } );- This reply was modified 5 years, 2 months ago by muriddu.
Hi there and thanks for your reply. Ive done that already also on a fresh installation with an untouched theme, editing the settings for mobile as you said clicking on the phone icon but it didnt solve the issue. Ill try again with a new fresh installation and get back to you. Ill post also some pics this time if it is possible via link.
Thanks again for your timeForum: Plugins
In reply to: [Simple Ajax Chat – Add a Fast, Secure Chat Box] Floating chatJust to help out some users looking for the same feature:
1.Install floating div plugin
2.enter shortcode [sac_happens] into floating div plugin
3.enter floating div shortcode in the pages you want the chat
4.tweak custom css settings under simple ajax chat plugin settings to fit your needs
5.tweak floating div settings to fit your needs
6.enjoy 🙂