Forum Replies Created
-
AuthorPosts
-
Peter
MemberI think that is probably being caused by the .htaccess file in your “wp-content/uploads/wp_photo_seller” folder because your subsite according to wordpress is “http” but your link in the main site is “https”.
I recommend you edit the .htaccess file on the subsite in the “wp-content/uploads/wp_photo_seller” folder.
Look for the line which has:
RewriteCond %{HTTP_REFERER} !^http://proofs.artandimagery.com/ [NC]
Change it to:
RewriteCond %{HTTP_REFERER} !^http(s)?
/proofs.artandimagery.com/ [NC]
Peter
MemberHi ianhaney,
Your suggestions are quite uniquely specific to your situation and the plugin does not have that type of functionality.
Chris summed it up pretty well and you can manually do a lot of what you asked for as stated in his reply.
January 30, 2017 at 12:15 am in reply to: Photo Seller – private gallery for different customers #75018Peter
MemberHi,
We currently have the ability to password protect a gallery via the individual gallery settings.
The plugin does not have the ability to allow customers to upload photos and do the things you mention. That would require quite a bit of development and customisation to the existing code.
January 30, 2017 at 12:12 am in reply to: Photo Seller – any way to center gallery and album display? #74734Peter
MemberI recommend that you use the custom CSS plugin to add any custom code.
1) Go and grab the following plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Add the CSS code suggested by batracy in the settings of the above plugin
If that doesn’t work, delete that code and try the following:
.entry-content #albumcontainer {
width: 85%;
margin: 0 auto;
}January 25, 2017 at 5:23 am in reply to: WP Photo Seller – watermarks will be partially the double size as the originals #75008Peter
Memberif it runs well on my test server, it should run well on the providerĀ“s server.
The biggest problem are the files with watermarks.
This is the key point. If I understand you correctly you are saying that the photo seller runs ok on your local development environment but not on your server?
If that is the case, the issue you are seeing is server and resource-based.
Are you on a shared server or VPN or dedicated server?
Regarding the watermark files – I think you make a good point with respect to the full resolution. However I will need to look at the code to see how much work is required to make it possible to produce a lesser resolution watermark file.
Peter
MemberHi Chris – and happy new year to you too!
Thanks for your suggestions – I will send you an email to discuss further.
January 22, 2017 at 1:43 am in reply to: wp photoseller not saving paypal email address in basic settings #74857Peter
MemberI will get in touch with you so I can take a closer look.
January 21, 2017 at 2:43 am in reply to: wp photoseller not saving paypal email address in basic settings #74855Peter
MemberIf you were able to save galleries and gallery-related settings, then maybe the reason why you can’t save the general gallery settings could be related to a javascript or other conflict issue possibly caused by your theme or another plugin.
Can you do some plugin/theme conflict tests and try saving the gallery settings and see if the problem goes away?
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
January 20, 2017 at 4:22 am in reply to: Photo Seller – Proceed to checkout not taking you to Paypal #74976Peter
MemberYou appear to have a lot of javascript errors on your site probably being caused by some other plugin or your theme and in turn this is affecting the photo seller.
eg:
Uncaught TypeError: Cannot read property ‘mouse’ of undefined at resizable.min.js:11
(there are numerous more errors)
Please do the theme/plugin conflict test and to find out what is causing your issues:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
https://support.tipsandtricks-hq.com/forums/topic/debugging-javascript-errors-on-your-site
January 20, 2017 at 12:54 am in reply to: Photo Seller – Proceed to checkout not taking you to Paypal #74974Peter
MemberPlease provide a link to your gallery so I can try adding an item to the cart.
Peter
MemberThere are a couple of things you will need to check.
1) What is your PHP memory_limit value for your installation? (ask your host provider to help you if you can’t find this)
You will need at least 128M (256M is preferred)
Also be aware that of you are on a cheap shared hosting solution, even though your configuration might say that you have 128M your provider will throttle your memory to something much smaller.
2) Check your server PHP error_log file and let us know what errors you see. (ask your host provider to help you if you can’t find PHP error log file)
January 10, 2017 at 12:25 pm in reply to: Price List for individual Pictures + ALT Text request #74664Peter
MemberHi Ian,
Have you tried using the custom variation feature for the square images? Custom variations will override the main price list variations and will only apply to the images you set them for.
Regarding your request for this feature – implementing such functionality is not trivial and will involve quite a bit of development time. We also have other more urgent todo tasks on our list for this plugin which we need to complete first.
Peter
MemberHi,
When I checked your page I noticed that the system is trying to access thumbs which seem to be of an unusual size – eg, parus-major6-150×100.jpg.
By default the thumb size should be parus-major6-150×150.jpg and when I change that in firebug I noticed that the photo appears on the page.
Therefore, it looks like maybe you may have changed the default wordpress thumb settings. Can you please tell me what is the value for “Thumbnail size” in the wordpress media settings?
Peter
MemberI will email you and we can discuss further.
Peter
MemberHi @horsepower,
Currently such a feature has not been implemented yet.
Having said that, have you tried the album feature which appears to have the functionality you desire?
-
AuthorPosts