Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › Gallery, watermark and next photo button errors
- This topic has 10 replies, 2 voices, and was last updated 9 years, 1 month ago by Krystal.
-
AuthorPosts
-
October 2, 2015 at 10:38 pm #13122KrystalMember
Hello, I just downloaded WP Photo Seller Today. I have the most current Genesis Theme and Lovely Child Theme and have not made any code alterations.
The watermark options are not working or making changes. When you click to buy an image, there is a little tick mark on each one in the middle. It looks like an editing error but upon closer inspection it is somehow due to the copyright text in the center, which can be viewed when the zoom tool is turned on, but not otherwise.
I have tried making about every change possible in the watermark section. Changing pixel size, opacity, moving copyright text to the bottom corner so it isn’t disrupting the center, uploading my watermark image. I click save gallery and refresh and it shows the changes in the settings, but nothing applies to the site any differently. It still appears as a tick mark over the child’s mouth and in the center of every image. Then when you hover over it to zoom, it shows standard copyright print.
Also, under the image, it says “Photo 1 of 1” and gives an error if you click on it. It will not advance to the next images in the gallery like the demo site does. I tried uploading them all at once but that didn’t help. Then I just checked on my phone and that feature works fine.
However, the price sheet below doesn’t appear to be totally mobile responsive because it appears all whacky on my iPhone, but works if I turn it sideways. It won’t show you the number you type into the quantity field on the phone though, which is another problem.
Here is the link to show the problems. I am really hoping they can be corrected, because I am excited to use the plugin for sales.
Thank you!
[http://karismaticimaging.com/client-gallery/gallery1/]
October 3, 2015 at 12:43 am #71473PeterMemberHi,
Then when you hover over it to zoom, it shows standard copyright print.
Regarding the watermark – you might have the “Watermark Font Size (px)” value set to be too small. Try entering a value of 50.
under the image, it says “Photo 1 of 1” and gives an error if you click on it
I don’t see that issue and it is working well when I view and click those buttons. (I see “Photo 1 of 3” etc which is what I would expect)
the price sheet below doesn’t appear to be totally mobile responsive because it appears all whacky on my iPhone, but works if I turn it sideways
Tables are tricky when it comes to responsiveness. However one thing I would recommend which will make an immediate improvement on the photo details page is that you turn off the sidebar and make that page full width. This will make your table when viewed from mobiles a lot more acceptable.
It won’t show you the number you type into the quantity field
This can fixed easily with custom CSS:
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 .qtyInput{
max-width: 7em;
}October 3, 2015 at 2:54 am #71474KrystalMemberThanks for your help. Some progress but still some fixing to be done.
The “Photo 1 of 3” is working great now. I don’t know why the trouble in the beginning but I a happy that’s sorted out.
The watermark is still a big problem. I changed the size to 50, 100, back over to an image. It just isn’t working and that little tick mark is in the worst place. It shows up in safari and on my iPhone. It doesn’t exist anywhere else other than the purchase pages. Oddly enough “Copyright” is only written once on the student picture, but a repeating pattern on the other two. I don’t know if that has any significance. I tried changing everything possible in that section to no avail. For example, at the moment it is set to Watermark Text: Karismatic Imaging, Opacity: 80, Repeating Grid, Font Size 65. And doesn’t show any of that. ….Wait. It shows that on the Class Picture on my phone but not the others. odd.
For the order quantity field, I installed the plugin, pasted what you typed above and saved it. Nothing changed. I don’t know if I can email you a screenshot or something? This issue is on my iPhone, not on the computer. If I change it to landscape orientation on my phone there is a ( in that field. But still doesn’t show you the number you type in.
I also went ahead and removed the sidebar but it didn’t make any difference so I put it back. I don’t mind if people need to turn their phone sideways to use it but would like them to see the numbers they put in.
PS> I just realized the numbers don’t show in my safari browser either for the quantity. The total changes with the up and down but doesn’t show quantity numbers. That is ONLY on the student little boy page. The other two show them as I would expect.
Sorry to be such a bother. I am really excited about this plugin and hope to get it all working! Thank you!
October 3, 2015 at 3:47 am #71475PeterMemberThe watermark looks good to me now. I tried with a few browsers.
I think your browser cache is showing you the previous version.
Regarding the numbers – I don’t see any evidence of the custom CSS plugin on your site. The current CSS code for this field is still showing the old one. Have you installed and activated that plugin?
October 3, 2015 at 4:25 am #71476KrystalMemberOk. We are getting there! It does appear the cache is a troublemaker in this one. It seems to be catching up in some spots and looks to be resolving. If I want to do my logo image, will a PNG work?
I put the code in and then thought it was causing the problem on the main page so I deactivated it. Now it is active again. I don’t know if the problem is a cache issue as well or a true problem.
On the computer, as I said, it is just the student picture page that doesn’t show the numbers. I am wondering if it is because there is more text in the description. On the iPhone, none of them work and ( shows when sideways.
Thanks. I think we are close!
Krystal Simmons
October 3, 2015 at 4:32 am #71477PeterMemberYou will need to tweak the custom CSS code I gave. Delete that last code and insert this one:
.wps_digital_details_table .qtyInput{
max-width: 7em !important;
}October 3, 2015 at 5:04 am #71478KrystalMemberOk! It looks like the only remaining issue is the mobile quantity. It still doesn’t type in, now does it correspond with the number you put in. For example, I typed in 2 for the 8x10s It says “Items successfully added. 1) 20 x 8 x 10 Lustre” I don’t know where the 20 comes from. If you type 3 it says 30. And you still can’t see what you type.
But the student picture on the computer was fixed with that code!
Thank you! I have a few photographer friends excited about the plugin if we can get it all working!
October 3, 2015 at 9:18 am #71479PeterMemberI see what you mean. I think you will need to tweak that 7em value and maybe bump it up so that you can view more than 1 character in the quantity column. Try 9em.
October 3, 2015 at 7:54 pm #71480KrystalMemberI changed it to 9. The ( is gone but the other issues are still occurring. Sorry.
October 4, 2015 at 12:32 am #71481PeterMemberHmm….your theme is making the input width too small.
Ok delete the customm css code I gave you earlier and replace with this:
.wps_digital_details_table .qtyInput{
min-width: 5em !important;
}Note: chaned “max-width” to “min-width”. If the above is still too small bump up to 7 but I think 5em should be ok.
October 4, 2015 at 2:23 am #71482KrystalMemberOhh we are close! So there is now a 0 in that field, but when you click on it to put a number in, it doesn’t go over the zero. it just adds to it, so you can easily order 10 instead of 1. Then it still shows up in the green box as adding 01x item to the cart which looks a bit odd.
It also shows no numbers in the shopping cart quantity fields if you want to change them.
Thanks for working with me. I think we are close.
-
AuthorPosts
- You must be logged in to reply to this topic.