Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › Photo Seller – Price table displaying too narrow
Tagged: Price List
- This topic has 4 replies, 3 voices, and was last updated 9 years, 2 months ago by Peter.
-
AuthorPosts
-
March 20, 2014 at 8:38 pm #9656xsaintdMember
At the bottom of the details page for my images there is a text that reads “Please Choose From The Selections Below”, this is followed by a table with my print prices along with the “Add to Cart” button.
This pricing table is too narrow and allows no spacing between columns. This should be wider and easier to read. Please see link:
[http://www.alexpadronphotography.com/?page_id=10053]
pw: homer
March 21, 2014 at 12:02 am #61752PeterMemberYour theme’s CSS is messing that up a little. You can fix it by doing 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_digital_details_table{
width: 70%;
text-align: left;
margin-bottom: 15px;
}
.wps_digital_details_table td{
border-top: 1px solid #ededed;
padding: 6px 10px 6px 0;
}
.wps_photo_details_navigation_links a{
color: #aaa;
}March 25, 2014 at 5:01 pm #61753xsaintdMemberThanks so much…that fixed it! Great customer support here
September 24, 2015 at 1:18 am #61754tcruz474MemberHello, new to the site. I am using the WP Photo Seller. I have gone through the forum and found most fixes to some minor issues. There are two issues which I am still struggling with.
The first is with the purchase table. The quantity boxes seem to be a little narrow as I can only see half of the “0” for the quantity. I would also like to add a continue shopping button on this page. Here is the page I am speaking about.
[http://www.frontrangedynamics.com/photo_details/1/2044/100-2/view/]
The next issue is once the buyer adds a photo to the cart. The next page that shows the Items successfully added to cart, is missing a couple of buttons. I know the buttons are there because I can hover over them but are not visible. One is store cart and the other photogallery. I would like to see the buttons. I had to add an extra view cart button to the page so the buyer can go to the checkout.
Thank you in advance and this plugin has saved me MANY hours of work. Awesome Plugin!
September 24, 2015 at 1:31 am #61755PeterMemberThe quantity boxes seem to be a little narrow
Add this custom CSS:
.wps_digital_details_table .qtyInput{
height: 30px;
}For the button issue add this:
.wps_photo_details_continue_shopping, .wps_photo_details_view_cart{
opacity: 1 !important;
display: inline !important;
} -
AuthorPosts
- You must be logged in to reply to this topic.