New Landing How can we help? Themeforest Theme Support Dante Dante & WooCommerce questions

Viewing 15 posts - 1 through 15 (of 18 total)
  • Posted in: Dante
  • #68611
    kaixer
    Member
    Post count: 19

    I have compiled a few questions for you.

    1. How to make Product Meta auto expand or expand by default?

    View post on imgur.com

    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.

    View post on imgur.com

    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. ๐Ÿ™‚

    Custom Product Tabs Lite for WooCommerce


    http://www.woothemes.com/products/woocommerce-tab-manager/

    #68676
    kaixer
    Member
    Post count: 19

    Hi,

    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.css

    Help me fix this please. thank you ๐Ÿ™‚

    #68681
    kaixer
    Member
    Post count: 19

    Okay, I think I almost done with my website, but I only don’t know how to fix image blurry.

    #68699
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    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 Ideas

    #68735
    kaixer
    Member
    Post count: 19

    Hi,

    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.

    #68738
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please put this code at functions.php under theme directory

    add_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 Ideas

    #68739
    kaixer
    Member
    Post count: 19

    Hi,

    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 ๐Ÿ™‚

    #68760
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom code

    body.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 Ideas

    #68767
    kaixer
    Member
    Post count: 19

    HI,

    Still appear in product page. :/
    Any idea?

    Thank you.

    #68888
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    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 Ideas

    #69180
    kaixer
    Member
    Post count: 19
    This reply has been marked as private.
    #69193
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    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 Ideas

    #69194
    kaixer
    Member
    Post count: 19

    As 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.

    #69207
    kaixer
    Member
    Post count: 19

    Hi,

    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? ๐Ÿ™‚

    #69217
    kaixer
    Member
    Post count: 19

    Weird, I need to upload same size Thumbnail and product image to make it work!

Viewing 15 posts - 1 through 15 (of 18 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register