Forum Replies Created
-
AuthorPosts
-
Peter
MemberWe would have to develop a new template.
Peter
MemberWhat size thumbs are you wishing to display?
There is no “easy” way to increase the thumbnails for that template. We would have to develop a new template.
April 22, 2016 at 12:23 am in reply to: Photo Seller – PayPal transactions don't show up in orders summary #73089Peter
MemberPlease 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 PDT identity token.
Also, enable logging for the photo seller just in case we need to see some logs.
April 19, 2016 at 12:52 am in reply to: Photo Seller – best way to change settings in an album CSS file #72989Peter
MemberThe following slight modification to the CSS will do the trick:
#albumcontainer .album_item_bottom_t2 .album_item_name_t2 a{
text-decoration: none !important;
color: #ff0000 !important;
}
#albumcontainer .album_item_bottom_t2 .album_item_name_t2 a:hover{
color: #00ff00 !important;
}April 18, 2016 at 1:30 pm in reply to: WP-Photo-Seller photo page total column does not include tax #73068Peter
MemberOk I see what you mean.
I will investigate the code more closely and apply a fix.
April 18, 2016 at 7:33 am in reply to: WP-Photo-Seller photo page total column does not include tax #73066Peter
MemberJust to make sure we are on the same page…..
Are you referring to the shopping cart page?
I just tried a test on my test site and the “Cart Totals” section correctly shows the prices with the tax automatically included.
Can you provide a link to the gallery page for the following item so I can add it to the cart:
“item actual price is $9.09. Tax is 10%”
April 18, 2016 at 12:58 am in reply to: WP-Photo-Seller photo page total column does not include tax #73064Peter
MemberThere is a setting in the “tax” menu called “Display Prices With Tax Included”.
This will automatically include the tax into the variation price on the photo details page.
April 17, 2016 at 1:01 am in reply to: WP Photo Seller Price List mgmt – Edit price list variation with quotes truncate #73042Peter
MemberThanks for letting us know. A fix has been applied for this.
April 16, 2016 at 3:26 am in reply to: Photo Seller – best way to change settings in an album CSS file #72987Peter
MemberAs mentioned before please show us the page where you are trying to make the change so I can inspect it with firebug.
(also make sure that you have removed any changes you made to the original plugin css file and only put those changes in the custom css plugin)
April 13, 2016 at 12:26 am in reply to: Photo Seller – best way to change settings in an album CSS file #72984Peter
MemberYou should completely remove the following portion from your code because it is incorrect syntax:
//10px;
If the above does not fix your issue, can you show us the page where you are trying to make the change so I can inspect it with firebug?
(but please make sure to firstly correct your code as suggested above and leave your amended CSS code inside the custom css plugin so I can see it on your site)
April 12, 2016 at 11:22 am in reply to: wp photo seller exclude from gallery, show gallery on a different page #69869Peter
MemberGrab the latest version and then edit one of your galleries and scroll right to the end and you’ll see a checkbox called “Hide This Gallery On Front End”
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
April 12, 2016 at 12:33 am in reply to: WP photo seller – Template 3 with long file names causes gaps in gallery #73014Peter
MemberHi Allan,
Try the following:
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-gallery-template3-title{
height: 20px;
}April 11, 2016 at 8:15 am in reply to: wp photo seller exclude from gallery, show gallery on a different page #69867Peter
MemberYes. There is a checkbox in the gallery settings page.
Peter
MemberHi DocE,
The shipping feature is on our TODO as something which we plan to add more functionality to.
It is a relatively complex thing to code so I ask that you please be patient.
In the meantime have you considered maybe using the “paypal profile-based” option?
https://www.tipsandtricks-hq.com/setup-paypal-profile-based-shipping-5865
April 7, 2016 at 11:36 pm in reply to: Reorganizing a price list, adding new variations on the front or in the middle #72980Peter
MemberThere is not a way currently to re-order the variation entries – they are presently done in the order which you add them.
I will investigate the code to see if ordering them is something which can be achieved without too much re-coding.
-
AuthorPosts