Forum Replies Created
-
AuthorPosts
-
Peter
MemberYou 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;
}Peter
MemberThe 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?
Peter
MemberHi,
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;
}September 29, 2015 at 5:49 am in reply to: Feature request: caption / description in lightbox #71264Peter
MemberHi Reesa,
I’ve sent you an email to discuss further.
September 29, 2015 at 3:44 am in reply to: Photo Seller – coupon redemption count not working #71316Peter
Memberstill having issues with the coupon codes not being marked as redeemed once used
Do you mean that the coupon is still able to be used even though the redemption count has been used up?
I want to try and reproduce this on my site.
Please provide the following:
1) The exact settings for the coupon when you created it.
2) The general scenario you are using the coupon for.
September 29, 2015 at 1:40 am in reply to: Feature request: caption / description in lightbox #71263Peter
MemberNo not yet. Still trying to figure if/how this can be done.
September 28, 2015 at 12:42 am in reply to: Photo Seller – coupon redemption count not working #71314Peter
MemberWe fixed this very recently. Please get a new build of the plugin:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
September 24, 2015 at 2:20 pm in reply to: Cart / Checkout do not work in any logical way for me. #71439Peter
MemberWhat happens when you deactivate all other plugins except photo seller?
September 24, 2015 at 12:07 pm in reply to: Cart / Checkout do not work in any logical way for me. #71437Peter
MemberPlease try the following theme/plugin conflict tests:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
You might have something on your site which is causing the issues.
I can already see that you have a javascript error caused by some kind of script called “loader0.js):
Uncaught TypeError: Cannot read property ‘postMessage’ of null (static.olark.com/jsclient/loader0.js:1 )
September 24, 2015 at 11:02 am in reply to: Cart / Checkout do not work in any logical way for me. #71435Peter
MemberWhen I run phpinfo it tells me this:
session.save_path /var/lib/php5
But that is not what it is set to in my php.ini file.
I recommend that you talk to your host provider support people about this. They will be able to explain it and fix if necessary.
ps: your gallery password doesn’t work
September 24, 2015 at 1:39 am in reply to: WP Photo Seller widget URL not updating to new site URL #71443Peter
MemberTry deleting your old /store/cart page and then using the plugin to recreate a new one by going to:
“Admin Functions” menu and clicking “Regenerate Default Pages” button.
Peter
MemberThe 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;
}September 23, 2015 at 11:37 pm in reply to: Cart / Checkout do not work in any logical way for me. #71432Peter
MemberYou may have a PHP session issue.
Please see this:
https://support.tipsandtricks-hq.com/forums/topic/php-session-not-working-correctly
What’s the password for the protected gallery pages? (so I can see the issue for myself)
September 23, 2015 at 1:15 pm in reply to: wp photoseller-Is there a way to batch refresh download codes that have expired? #63800Peter
MemberWe are currently in the process of fixing a bug in the coupon code functionality. We are due to release an update either tomorrow or day after.
September 14, 2015 at 1:21 am in reply to: Photo Seller – Is there a way to do fancybox on other templates? #71355Peter
MemberUnfortunately a css fix is not possible in this case because the masonry js library needs to dynamically calculate positions in order for it to correctly create a grid.
We use the following masonry library:
[http://masonry.desandro.com/]
I recommend that you talk to your theme developer and ask them why their theme breaks the masonry functionality.
-
AuthorPosts