Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Dante › Dante & WooCommerce questions
New Landing › How can we help? › Themeforest Theme Support › Dante › Dante & WooCommerce questions
- This topic has 17 replies, 4 voices, and was last updated 10 years by Kyle – SUPPORT.
-
Posted in: Dante
-
April 20, 2014 at 7:01 am #68611
I have compiled a few questions for you.
1. How to make Product Meta auto expand or expand by default?
2. How to rearrange single product layout? I tried to arrange with priority but nothing change.
I want Short Description/Excerpt below Add to Cart.3. Can you make woocommerce tabs plugin work with your Dante default theme? Only work if we use Product Tabs, but I dont plan to use Tabs. ๐
April 20, 2014 at 6:01 pm #68676Hi,
How to fix image blur in Woocommerce?
My demo site: http://slidepro.biz/shop/x-factor-keynote-10-in-1-bundle/I did resize my product image and detail area from this tutorials, but image still generate and use old size.
http://support.swiftideas.net/knowledgebase/resize-the-product-image-details-area/I tried to fix this problem with tutorials I found but product image still blur.
1. regenerate thumbnails
2. change product image size and regenerate (http://i.imgur.com/83f3B8e.png)
3. change woocommerce.cssHelp me fix this please. thank you ๐
April 20, 2014 at 9:27 pm #68681Okay, I think I almost done with my website, but I only don’t know how to fix image blurry.
April 21, 2014 at 4:28 am #68699Hi,
Please use IMAGE MAGIK PHP EXTENTION for better quality images instead GD IMAGE EXTENTION that is being used by you currently . You should contact to your hosting provider to change the image extension GD to IMAGE MAGIK .Thanks ๐
With Best Regards
Swift IdeasApril 21, 2014 at 7:24 am #68735Hi,
Thank you. I think everything fine now.
1 more question. How do I remove/hide Featured Image in woocommerce product gallery? Just featured image that I use for thumbnail, not the whole gallery.
Here is screenshots: http://i.imgur.com/Y3M3AlV.png
Live website: http://awesomenism.com/item/powerpoint/simplex-business-powerpoint/Thanks in advance.
April 21, 2014 at 8:40 am #68738Hi,
Please put this code at functions.php under theme directoryadd_filter('woocommerce_single_product_image_thumbnail_html', 'remove_featured_image', 10, 3); function remove_featured_image($html, $attachment_id, $post_id) { $featured_image = get_post_thumbnail_id($post_id); if ($attachment_id != $featured_image) { return $html; } return ''; }
Thanks ๐
With Best Regards
Swift IdeasApril 21, 2014 at 8:58 am #68739Hi,
Thanks for quick reply.
I did put it on main theme functions.php and child theme. But both seems not working. thumbnails and featured images still appear. OR am I doing it wrong?
Let me explain again, visit this page: http://slidepro.biz/shop/x-factor-keynote-10-in-1-bundle/
First image is featured image/thumbnail and I want only Second Image appear on this page. So I don’t need to scroll/slide to view 2nd image.
Thank you ๐
April 21, 2014 at 10:05 am #68760Hi,
Please use this custom codebody.single-product div#product-img-nav ul.slides li:first-child{display :none;} body.single-product div#product-img-slider.flexslider ul.slides li:first-child{display :none;}
Thanks ๐
With Best Regards
Swift IdeasApril 21, 2014 at 10:18 am #68767HI,
Still appear in product page. :/
Any idea?Thank you.
April 21, 2014 at 4:58 pm #68888Hi,
Please provide website URL and wordpress admin login detail so i can check and try to resolve the issues easily .Thanks ๐
With Best Regards
Swift IdeasApril 22, 2014 at 3:59 pm #69180This reply has been marked as private.April 22, 2014 at 4:28 pm #69193Hi,
Are you using any cache plugin or server cache ? Because any changes is not taking effect . I stop script buy its still not working anymore . I activated wordpress standard theme but it is still showing dante .Thanks ๐
With Best Regards
Swift IdeasApril 22, 2014 at 4:38 pm #69194As for Slidepro I didn’t use any cache plugin because it’s just demo site which I would like to do some test before I use it on Live site.
Any idea how to fix this?
By the way, I do own this dedicated server, if this is because of server, would you mind to help me to take a look? I’m not good with server, obviously. ๐
OR I need to activate any cache plugin first? I’ll give it a try.
April 22, 2014 at 5:59 pm #69207Hi,
I did try to upload your functions with your action to the main site and add custom CSS, but still not change. I use W3 Total cache. Also same problem still happening on my localhost and Slidepro.
I guess this is not server or cache problem. or I am wrong? ๐
April 22, 2014 at 7:46 pm #69217Weird, I need to upload same size Thumbnail and product image to make it work!
-
Posted in: Dante
You must be logged in and have valid license to reply to this topic.