Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3702700
Woocommerce: direct to product from catalog when clicked on image
Closed

Comments

  • AlexanderBojsen started the conversation

    Hi,

    When i'm on mobile (and tablet I suppose), and I click on the image or text from the product catalog, it shows a basket icon (and the hover effect) - see the attached image. And after another click on the same product (image or text) it goes to the product page.

    I want to remove the basket icon on hover (on all devices) and go directly to the product's page when clicked the 1st time on the product (image or text). But still remain the hover effect (zoom) on computer. 

    I know it's a item customization request. But please help.

    Attached files:  Untitled (400 x 759 px) (800 x 800 px) (20).png

  •  2,582
    PenciDesign replied

    Hi,

    Unfortunately, the current version of Soledad doesn't support this workflow.

    However, we plan to add this as an option in a future theme update.

    Regards,
    PenciDesign.


  •  2,582
    PenciDesign replied

    Hi,

    Here is a custom CSS code for your case:

    .penci-product-loop-buttons {
        display: none !important;
    }
    @media only screen and (max-width: 767px) {
      .penci-product-loop-image .hover-img,
      .penci-product-loop-image .variations-img {
        display: none !important;
      }
    }

    In case it's not working and you still want to customize your site the way you want, please send me the WordPress admin account details. I’ll add some custom code to the Soledad child theme.

    Regards,
    PenciDesign.