Forum Replies Created
-
AuthorPosts
-
Peter
MemberI received a notice from paypal that a order was placed
Did you also receive a notification email from the plugin? If not then it is likely something went wrong during the purchase event and the plugin probably never registered the sale.
Can you please ask your client what type of browser they used?
Can you also enable debug for the photo seller? (go to settings page and scroll to bottom)
Then create a test gallery with price of $0.01 and send the link so I can try a test purchase.
January 6, 2016 at 11:01 pm in reply to: When I add an image to a Gallery it does not show up #72233Peter
MemberI can see the images no problem.
The reason you are seeing this behaviour is because the photo seller actually uses a type of session caching.
If you are making changes to your galleries and want to view the front end, just use a completely different browser (or launch an “incognito” browser session from chrome or FF). Then if you make more changes just clear the cookies related to your photo site in the browser you are using to test the front end.
Peter
MemberHi Jordi,
There is currently no such feature for that scenario because it is rather specific to your needs.
We could do a custom job for you if you like but we would first need to understand exactly what the feature requirements are.
I will email you to get more info.
ps: There is currently a feature which allows free downloads for any photo in a gallery (see the gallery settings page – there is a checkbox called “Enable Instant Download”).
When enabled, this feature makes all digital photos free in the gallery so it might not be exactly what you’re looking for.
Peter
MemberThe latest version contains the “.” in the terms text.
You can download it here:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
January 5, 2016 at 12:17 am in reply to: WP Photo Seller – Gallery Set-Up Options Default Values #72206Peter
MemberThis one is on my todo list for this month so expect something within a few weeks.
January 4, 2016 at 12:46 am in reply to: Photo Seller Albums thumbnails don't link to galleries #72205Peter
MemberI will email you so I can take a closer look.
Peter
Membereven emptying the cache on the new browser did not refresh the order of the images
Actually you also need to delete the cookies in your browser associated with your photo seller site. If you use Chrome, it is easy to delete the cookies for a particular site by using developer tools – go to Resources->Cookies and right click the entry for the photo seller site and select “clear”.
Peter
MemberThe sort functionality works fine. Your browser cache is showing the previous sort order – use a totally different browser or clear cookies and cache and you will see what I mean.
ps: the “Terms and Conditions” period will be added in the next release. Will send you a copy when done.
Peter
MemberHi Jon,
I would like to troubleshoot further. Please see my email response.
Peter
MemberOk thanks for letting us know.
Peter
MemberHi,
Which version were you on before upgrading to the latest?
I will email you and send you another previous version for you to try.
Note that we are always making improvements and changes to the plugin and I want to establish if any of the changes made in the past couple of releases are contributing to your issue.
December 31, 2015 at 12:06 am in reply to: Photo Seller – free download with printed item bought #70298Peter
MemberIF it isnt included is it possible to add this as a part of the plugin
I will send you an email to discuss further.
December 30, 2015 at 11:00 pm in reply to: WP Photo Seller – Menu throught the image in Lightbox #68498Peter
MemberWhen I view the CSS source file using firebug I can see that you have the custom code commented out.
Please uncomment it and it will work.
December 29, 2015 at 11:06 pm in reply to: WP Photo Seller – Menu throught the image in Lightbox #68496Peter
MemberWhere is the custom CSS code? I can’t see it anywhere on your site.
When I manually enter it using firebug I notice that it actually works on your site.
December 28, 2015 at 2:02 am in reply to: WP Photo Seller – Change Pagination Button Text on Photo Details Page #72161Peter
MemberI have sent you an updated version of the plugin to try.
To change the word “Photo” to “Image” in the wording “Photo 1 of 20” please do the following:
Edit your theme’s functions.php file and add the following code to the bottom of that file:
function change_pagination_wording($photo_nav_info){
return str_replace('Photo', 'Image', $photo_nav_info);
}
add_filter( 'photo_details_pagination_message', 'change_pagination_wording' ); -
AuthorPosts