Forum Replies Created
-
AuthorPosts
-
September 18, 2017 at 11:40 pm in reply to: PhotoSeller – What is a difference betweeb a Gallery and An Album? #76450
Peter
MemberI think it’s best if I take a look at your site. I will send you an email.
September 18, 2017 at 1:55 am in reply to: PhotoSeller – What is a difference betweeb a Gallery and An Album? #76448Peter
MemberWhen you see the popup window called “Select An Album Thumbnail Image” you need to make sure you do the following:
– find the image you want
– scroll till you see the “Link URL” field and click the “File URL” button. (this will fill in that field)
– then click the “Select For Album Thumbnail” button
– then save your album by clicking the “Save Album” button
September 17, 2017 at 11:51 pm in reply to: PhotoSeller – What is a difference betweeb a Gallery and An Album? #76446Peter
MemberHi,
A gallery contains a collection of photos.
An album contains a collection of galleries. This is useful for when you want to group certain galleries into albums, eg, You might create an album called “Wildlife” and then put all galleries associated with this category into this album.
To create an album you will firstly need to have created more than one gallery.
For the URL – are you asking about the “Album Thumbnail URL”? If so, you can select any existing thumbnail that you’ve uploaded by clicking the “Select Album Image” or you can upload a new image. This will be the thumbnail photo to represent your album. (similar to how there is a thumbnail which represents each gallery)
September 16, 2017 at 12:23 am in reply to: Getting The ooops page instead of the detail page from gallery #76428Peter
MemberDoes your host setup have an Apache web server with the mod_rewrite module installed?
If not you will need to ask your host provider to install this in order for pretty permalinks to work properly:
https://codex.wordpress.org/Using_Permalinks#Using_.22Pretty.22_permalinks
September 15, 2017 at 11:59 pm in reply to: Paypal: nothing happens after paying with photo seller #76421Peter
MemberHave you checked the photo seller log file? What do you see in that file?
Additionally please check that you have the following setup correctly:
Log into your paypal account and check the following settings:
1) “Auto Return” (this should be enabled)
2) “Payment Data Transfer” (this should be enabled)
3) “Instant Payment Notification (IPN)” (this should be enabled).
4) UTF-8 formatting enabled as per https://support.tipsandtricks-hq.com/forums/topic/some-characters-and-text-not-recognizable-in-the-notification-email
Photo seller side:
1) In Payment Gateway Settings make sure you have entered your paypal email and also the correct PDT identity token.
Peter
MemberHi Ron,
I added some more robustness to code for that page and uploaded my changes to your site and now that warning does not display anymore and eveything looks like it works fine.
Peter
MemberI will send you an email so I can log into your wordpress admin panel to take a closer look.
August 30, 2017 at 11:33 pm in reply to: WP Photo Seller – Change amount in Bascet, No update on iPad #76332Peter
MemberYes this was recently fixed.
I will send you an email so you can get an updated zip file for you to try.
August 30, 2017 at 4:47 am in reply to: Photo Seller – Enable Instore Pickup option not showing up #76143Peter
MemberHumberto,
I’ve sent you an email.
August 30, 2017 at 4:31 am in reply to: Photo Seller – Enable Instore Pickup option not showing up #76142Peter
MemberHi Humberto,
Thanks for the tests. I will also investigate further to see if you may have found a bug.
August 27, 2017 at 12:43 am in reply to: Photo Seller – Enable Instore Pickup option not showing up #76137Peter
MemberHi Humberto,
I recommend that you first download a fresh new version of the plugin and try your test again and let us know if you see the same issue:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
August 24, 2017 at 6:45 am in reply to: WP Photo Seller – Shipping International and Manual Checkout e-mail doesn't work #76295Peter
MemberHi again,
I have updated the plugin because of a possible bug and have sent you an email with a new zip file for you to try.
August 24, 2017 at 12:31 am in reply to: WP Photo Seller – Shipping International and Manual Checkout e-mail doesn't work #76294Peter
MemberWhat is the shipping configuration that you have?
I just tried a test on my system with the following configuration and everything works:
Shipping Method >> Flat Rate
Flat Rate >> Apply a Flat Rate regardless the number of Items in the Cart
Flat rate amount local = 10
International = 20
Please ensure that when you enter the shipping costs that you only enter the number and not the “$” symbol.
I recommend that you firstly get the latest zip file and try that and let me know if you still see the same issue.
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
August 23, 2017 at 2:54 am in reply to: WP Photo Seller – Can't add quantities to Shopping Cart on Mobile Devices #75238Peter
MemberHi starsphinx,
For your case I think it is because you had to tweak your CSS earlier regarding the popup being under the menu.
Try also adding this custom CSS:
body .fancybox-opened {
z-index: 99999;
}August 13, 2017 at 11:33 pm in reply to: Photo Seller – Lightbox appears under theme menu bar #72830Peter
MemberOk – please modify the custom code I gave you to look like the following:
body .fancybox-overlay{
z-index: 9999;
} -
AuthorPosts