Forum Replies Created
-
AuthorPosts
-
Peter
MemberHi,
1 – Is it possible to put a “buy entire album” link somewhere?
Currently there is only an option to buy a full gallery and not album (which is a collection of galleries).
2 – Can I have the “buy all images from gallery” link on the gallery page rather than the individual page
Not currently. Is there a reason why the full gallery purchase option in the photo details page is not meeting your needs?
December 7, 2017 at 7:06 am in reply to: Photo Seller – "Not Found" When clicking on pictures #73737Peter
MemberThe index.php in the URL is causing the issue. I recommend you remove it.
What are your permalink settings set to?
December 7, 2017 at 5:08 am in reply to: Photo Seller – "Not Found" When clicking on pictures #73735Peter
MemberHave you checked the following setting?
WP Photo Seller >> Settings >> Page Settings >> Photo Details Page
Make sure the above is set to the photo details page.
If the above was not your issue, please post a link to your gallery so I can see it?
Peter
Memberif i send a customer a custom link to a specific photo, are they able to buy it directly from that link?
Which custom link are you referring to? There are download links you can generate from the Admin Functions menu where you can generate a lower resolution photo for them to view. But if they want to buy it you will need to send them the photo details page link so they can add to cart.
i would like the option of sending a customer a specific link for a photo purchase without having to have it in a gallery of photos.
The only page where they can view the single photo a page with the option of buying, is the photo details page. As you know, this of course displays individual photos which are part of a gallery.Sounds like you want a photo inside its own gallery with no other photos. Maybe that’s what you should do for the selected customers who require the scenario you mentioned.
Peter
MemberAre you talking about “free” downloads or after purchase downloads?
Peter
MemberHi Andy,
I’ve never seen it not work.
It might be a good idea if I log into your site and see it for myself. I’ll send you an email.
Peter
MemberActually I just checked the code and it’s not tricky at all but my initial suggestion is still valid.
Basically the way the watermarking function works is it takes the original full-sized image you are selling and also the full-sized watermark image file and merges them.
Then it creates a resized version of the merged image based on the value you specified in the “max preview” size setting.
So in your case you are trying to watermark an image which has size of 4162 x 2775 with a watermark stamp of size 480 x 360. This explains why you are seeing the disparity.
It is done this way because there are people who want to have the zoom functionality enabled and hence when someone hovers over the unzoomed image they will see a properly proportioned watermark in the zoom popup.
Another more important reason for doing this is because the merging process is the most resource and memory-intensive process. Therefore by doing the watermarking this way it is only done once even if someone has the zoom feature enabled.
In summary, all you need to do is to upload a larger version of your watermark stamp.
Peter
MemberSorry I’m probably not understanding your question fully.
I assumed that you want your prospective customer to see the photo and if they want to buy it then they can via the pricing table. This is why I gave those instructions because the details page contains both the photo and the ability to purchase.
Otherwise if you just send them a photo with no pricing what do they do when they want to buy it? Search through the photos in the gallery?
Peter
MemberHi,
Which specific variables in that array are you referring to?
Peter
MemberEasiest way is to go to your front end and go to the photo details page of the photo in question and copy the link and then email it to your customer.
Peter
MemberTo bring it down from underneath the menu you can add some custom CSS.
Here’s an example:
.wpps-search-page-wrapper{
margin: 120px;
}You can play with the numbers to suit your needs.
Peter
MemberHi Bob,
I can tell you as a developer, that integrating a library into your own plugin (any plugin) for the purposes of communicating with someones API is not something which can be done quickly. In this case because this plugin is fairly complex it will take many hours or at least half a day.
Even though the library has been written by Mollie, the tricky part is integrating that with the current framework.
Peter
MemberYes the watermarking is a tricky one.
Have you tried using a much larger image for the watermark?
Peter
MemberAfter you click “File URL” are you also clicking the “Select For Album Thumbnail” button?
Then are you also saving your album?
Once you do that you can go to the front end main album page to see your new image.
The main album page URL will look like:
yoursite.com/photoalbums/
Peter
MemberHi bobcop,
We can discuss the possibility of a paid custom development job for your request.
If you are interested please let me know and I can email you to discuss further.
-
AuthorPosts