- This topic has 4 replies, 2 voices, and was last updated 8 years, 4 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › Photo Seller – Shoppging cart and album link
Hi
I don’t get the back and shopping basket (show cart) link on the detail site etc.
Further, how can I back to an album when I’m in the details page of pictures oder also in the shopping cart?
The album can be found here: [http://www.funke-foto.ch/event-galerie/album1/]
PW: Villa
Christian
Hi Christian,
I can see that your “continue shopping” button is being somehow hidden because of CSS code probably coming from your theme.
It is easy to fix this – just do the following:
1) Go and grab the following plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Then add the following CSS code in the settings of the above plugin:
.wps_photo_details_continue_shopping_section .wps_gallery_details_continue_shopping span{
opacity: 1 !important;
display: inline !important;
}
Regarding the cart link:
You can add a compact cart widget to your sidebar by choosing the widget named “WPS Shopping Cart”, OR, you can use the following shortcode anywhere on the page – [WPS_display_compact_cart]
Hi Peter
I got now the link back to the gallery overview. But I still miss the link into the shopping cart (basket).
Christian
I still need the solution…
Hi,
I misunderstood you the first time – I thought you wanted a cart widget or link.
So back to your original issue:
Your theme is hiding the buttons in the info box after you add a photo to the cart.
To fix this add the following custom css:
.wps_photo_details_view_cart, .wps_photo_details_continue_shopping{
opacity: 1 !important;
display: inline !important;
}