Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3582542
Wishlist action not working in product page
Open

Comments

  •  1
    Orestis started the conversation

    Hello, I just bought to get support for this WIshlist plugin. It does what I wish very well and offers great functionality, I also like the way your pricing is so you will be getting more selling from me in the future.

    For now I need some help with this website I build.
    https://staging.starshaker.com/

    If you look at a category page

    https://staging.starshaker.com/product-category/jiggers/

    I have managed to style the links of wishlist and quickview but I would prefer to style them not with Absolute so they can be just under the image and side by side. I havent found a way with css.

    2nd Issue

    I find out that in the product page where I use the shortcode the link does not work well since the div with id woosw_wishlist is shown but no modal is created.
    Maybe it has to do with the slider of products I have lower. There the wish list works fine, except the styling that doesnt show well because I have disabled it in the product page. 

    I guess I will find a way to have different styling of the links (wishlist, quickview) for category, brands, sliders etc and the product page.

    P.S. I attach an image where it shows that a js gives an error and probably thats the issue.

    Attached files:  2024-02-12 09_28_32-Japanese Strainer Oak Handle - Starshaker.png

  •  767
    Janilyn replied

    Hi Orestis,

    Thanks for contacting WPC Support Forum. We are just back from our one-week long Lunar New Year celebration so today we are able to respond to your request.

    We’ve received your ticket and assigned one of our developers to help you with that. He’ll be looking into your question and responding with specific instructions as soon as possible. 

    Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  1,222
    Dustin replied

    Hi Orestis,

    #1. Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .breakdance-woocommerce ul.products li.product {
        display: block;
    }
    .breakdance-woocommerce ul.products li.product .woosq-btn, .breakdance-woocommerce ul.products li.product .woosw-btn {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        display: inline-block;
    }

    And the result https://app.screencast.com/05tl5JxYqJmse

    #2. On a single product page, please use the shortcode [woosw] only.

    Best regards,
    Dustin

  •  1
    Orestis replied

    Thanks a lot. It is showing fine now and also works fine in the product page.