• Resolved mistagoji

    (@mistagoji)


    Hi,

    I am using Avada for WP. I’ve installed plugin TP Product Image Flipper for Woocommerce to hover images on my product list.

    Hover is working but now I am dealing with double Featured image (Vertical double up, image below the main image)

    How can I disable or remove it?

    Thank you for your help.

    Br, Da?o

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author TPlugins

    (@tplugins)

    Hi mistagoji
    Can you give me your site url? I will try to hellp you.

    I also have this double vertical image issue, can you share how it was resolved? It is a really cool plugin if it works though.

    I am using hestia theme, I am sure there’s something simple I can do to fix this double product image issue.

    My site is not live yet but I am more then happy to screen share, I would certainly leave a 5 star review!!

    Thank you very much @tplugins

    • This reply was modified 3 years, 9 months ago by valerieskye1.
    • This reply was modified 3 years, 9 months ago by valerieskye1.
    Plugin Author TPlugins

    (@tplugins)

    Hi
    Basically our plugin remove the default product image from site loop by using this hook:

    remove_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10);

    Sometimes there are themes that override this hook and then you will see 2 images.
    1 is from your theme and 1 is from our plugin.
    In such cases you need to identified the theme image and try to display none on it in your style.

    If i can see your site i can tell you what exactly you need to put and where …

    • This reply was modified 3 years, 9 months ago by TPlugins.

    Hello, Thank you kindly for your reply, Could you tell me how I can show you my site? Is there a way without me launching it? For example I am happy to zoom call and screen share to show you.

    Thanks again

    @tplugins

    Plugin Author TPlugins

    (@tplugins)

    Hi valerieskye1
    I looked at the theme you are using (hestia theme) and if you want to fix this you need to open this file:
    themes/hestia/assets/css/woocommerce.min.css
    search for this class change from this:

    .card-product.pop-and-glow .card-image{
    overflow:visible
    }

    to this:

    .card-product.pop-and-glow .card-image{
    overflow:visible;
    display: none;
    }

    Hello @tplugins

    Thank you so much, it has worked! At first it didn’t but after an hour it seemed to work haha. Brilliant thanks so much! I will rate your product for you 5 star ??

    Best,

    • This reply was modified 3 years, 9 months ago by valerieskye1.
    • This reply was modified 3 years, 9 months ago by valerieskye1.
    Plugin Author TPlugins

    (@tplugins)

    Hi valerieskye1
    If its work for you after 1 hour it’s because browser cache.
    glad to help you, thanks:)

    Hello,

    I would like to display my shop and products on the home/front page as well as the shop page. However, the products display without any image (since I disabled image with your code). Do you know any quick fix for this, or your plugin does not allow us to display products on our home/front page?

    Thanks so much.

    You can access my site here if needs be; impossibleclothes.com

    @tplugins

    Plugin Author TPlugins

    (@tplugins)

    Hi valerieskye1
    If you have products on your home page it means you are using a theme or plugin that built it, if they built it without the woocommerce hooks our plugin and no other plugin will work.

    Hello yes hestia allows product on the home page however me and you disabled my default images so now on the shop page my product shows but with no image, should I contact hestia to see if they have hooks? Thanks

    Plugin Author TPlugins

    (@tplugins)

    Hi valerieskye1
    So if you want to see the images in your home page you need to add this line after the code you added above:

    .home .card-product.pop-and-glow .card-image{
    display: block;
    }
    • This reply was modified 3 years, 9 months ago by TPlugins.

    Hello, thank you very much,

    I have tried adding this code;

    .home .card-product.pop-and-glow .card-image{display:block;}

    but it still hasn’t worked, I feel very bad taking up so much of your time, so feel free to discontinue the discussion, I wont be offended and understand this is not for you to fix ??

    Thanks as always @tplugins

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘2 main product images’ is closed to new replies.