Issue with wishlist page showing url as: /account/?et-wishlist-page instead of /wishlist/

This topic has 6 replies, 4 voices, and was last updated 8 months ago ago by Andrew Mitchell

  • Avatar: Niddy
    Niddy
    Participant
    March 25, 2024 at 12:59

    Hi

    Please can you advise how we set the correct page url for wishlist as for some reason it is reading wrong and shows the wrong url – yet if you go to the main wishlist page (/wishlist) all you see is the shortcode and not the wishlist i.e. [yith_wcwl_wishlist]

    Also, on mobile the add to basket button takes up 100% – how can I set it so that the quantity and add to cart button is in-line on the same line? See attached image.

    Please see private and do not publish the domain or anything that will recognise the url / website as it is private.

    Thank you.

    Please, contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    5 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    March 25, 2024 at 13:32

    Hello, @Niddy,

    Thank you for reaching out to us with your query regarding the Wishlist functionality on your website.

    1/ We invite you to view the instructional video at the following link: https://youtu.be/ZyjZ-vCx0pE. This video will guide you on how to convert the Dynamic Wishlist page into a static one by utilizing our provided shortcode.

    We would like to inform you that the URL for the wishlist page can be https://blackpearlspro.com/xswpspa/wishlist/ or https://blackpearlspro.com/xswpspa/my-account/?et-wishlist-page.

    We hope this helps.

    Best Regards,
    The 8Theme Team

    Please contact administrator
    for this information.
    Avatar: Niddy
    Niddy
    Participant
    March 25, 2024 at 13:43

    Awesome thank you – any idea about the add to cart button query please?

    Avatar: Justin
    Luca Rossi
    Support staff
    March 25, 2024 at 15:42

    Hi @Niddy,

    To achieve that, please add the following custom CSS codes under Theme Options > Theme Custom CSS > Global CSS:

    
    @media (max-width: 480px){
        .single-product-builder .et_product-block form.cart {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
        }
        .single-product-builder .et_product-block .cart .quantity {
            width: 40%;
            min-width: auto;
            margin: 0;
        }
        .single-product-builder .et_product-block form.cart .quantity-wrapper:before {
            transform: none;
            position: relative;
            top: 0;
            height: 38px;
            line-height: 38px;
            left: -5px;
        }
        .single-product-builder .single_add_to_cart_button.button {
            width: 50%;
            min-width: auto;
        }
    }
    

    https://prnt.sc/sEivbIiAlMbb

    Best Regards,
    The 8Theme Team

    Avatar: Niddy
    Niddy
    Participant
    March 25, 2024 at 16:31

    Awesome – works a treat, thank you 🙂

    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    March 25, 2024 at 16:31

    Dear Niddy,

    We hope you’re reveling in the experience our theme brings! Your enthusiasm is what fuels our passion. Would you be so kind as to channel that energy into a 5-star rating on ThemeForest? Your feedback is the spark that lights our way!

    Click here to spread the love: https://themeforest.net/downloads

    Thank you for being an integral part of our journey!

    Best Regards,
    The 8Theme Team

  • Viewing 6 results - 1 through 6 (of 6 total)

The issue related to '‘Issue with wishlist page showing url as: /account/?et-wishlist-page instead of /wishlist/’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.