- This topic has 2 replies, 3 voices, and was last updated 9 years, 3 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 › WP Photo Seller selection not visible on mobile
Hi, WP Photo Seller is a great plugin that I have been using for some time but I have just realized that when trying to make a purchase on a mobile device you cant see the options because thy arent responsive, I am not sure if I am missing something but I really need to fix it ASAP because I have an event coming up and most people will be using mobile devices.
Any ideas you have on how I can fix it would be fantastic.
URL to see what I mean is [http://www.5thgear.com.au/photo_details/1/1047/DSC_8885/view/]
Cheers.
Here’s a relatively easy but effective solution which will make your mobile output much more user friendly.
1) Go to Photo Seller Settings -> Advanced Settings page
2) Enable the foillowing checkbox:
Set Photo Variation Default Quantity To 1
3) Go and grab the following plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
4) Then add the following CSS code in the settings of the above plugin:
table.wps_digital_details_table tr>td:first-child,
tr>th:first-child {display:none;}
so yes, this works, the default add to cart is cut on mobile so consider replacing with “+” which works well to mobile screen size.
Only issue is that the “buy the complete gallery” table shows price and add but no description making it unclear.
In my example I have full size, half, quarter but the complete gallery shows 3 prices but not description as it is below on mobile. Client will find this confusing. Hope to find a solution…