This topic has 6 replies, 4 voices, and was last updated 8 months ago ago by Andrew Mitchell
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.
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
Awesome thank you – any idea about the add to cart button query please?
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;
}
}
Best Regards,
The 8Theme Team
Awesome – works a treat, thank you 🙂
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
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