Forum Replies Created
-
AuthorPosts
-
December 6, 2016 at 6:04 am in reply to: Photo Seller – any way to center gallery and album display? #74728
Peter
MemberI don’t quite understand your concern. Have you tried doing what I suggested anyway?
What is the actual custom CSS code you are trying to apply?
December 6, 2016 at 5:46 am in reply to: Images Not Loading in Photo Galleries, Missing Images #74739Peter
MemberI have sent you an email so I can get your login details.
December 5, 2016 at 12:11 am in reply to: Images Not Loading in Photo Galleries, Missing Images #74737Peter
MemberTry doing the following:
1) FTP to your site and delete the following file:
~wp-content/uploads/wp_photo_seller/.htaccess
2) From the wordpress admin menu deactivate and delete your current photo seller plugin and grab a fresh and latest version of the plugin and install and activate it:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
After you do that check your site again and if the problem is not fixed let us know.
December 4, 2016 at 11:56 pm in reply to: Photo Seller – any way to center gallery and album display? #74726Peter
MemberSimply do the following:
1) Go and grab the following plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Then add your CSS code in the settings of the above plugin.
December 4, 2016 at 2:12 am in reply to: Photo Seller – any way to center gallery and album display? #74724Peter
MemberHi,
Can you please provide a link to the page you want centred so I can take a look using firebug. (please remove any custom CSS code you may have applied)
December 2, 2016 at 12:50 am in reply to: Price List for individual Pictures + ALT Text request #74659Peter
MemberHi Mark,
Regarding the alt text feature – I will try and have something for you by sometime next week.
November 30, 2016 at 5:56 am in reply to: Photo Seller Problem – no email is send when paying (Paypal) #73504Peter
MemberThis should work for cart page
table#viewCartTable
tr td:nth-child(2) {
display: none;
}
table#viewCartTable
th:nth-child(2) {
display: none;
}November 30, 2016 at 5:37 am in reply to: Photo Seller Problem – no email is send when paying (Paypal) #73501Peter
MemberOk – I made the change which will prevent that. Please check the code in my last response and use that.
November 30, 2016 at 5:19 am in reply to: Photo Seller Problem – no email is send when paying (Paypal) #73498Peter
MemberOk.
Please note – I made a slight improvement to the CSS I submitted first so please check my last response again.
November 30, 2016 at 5:12 am in reply to: Photo Seller Problem – no email is send when paying (Paypal) #73496Peter
MemberWe’ve modified the plug-in code in the following file.
File Path :views/photo/photo-details-template-new.php
I don’t recommend that you do modifications to the core plugin files because of two reasons:
– we can’t provide support for the plugin if modifications have been made to the core code
– we regularly release updates and you will lose your changes everytime you upgrade the plugin.
The solution I recommend is 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:
table.wps_digital_details_table
tr td:first-child {
display: none;
}
table.wps_digital_details_table
th:first-child {
display: none;
}November 29, 2016 at 11:07 pm in reply to: Photo Seller Problem – no email is send when paying (Paypal) #73494Peter
MemberWe’ve did some code by ourself and disabled the quantity box
How did you do this? I recommend that you do it using some custom CSS code.
Regarding the test purchase:
I just tried it and I successfully got the download link on the thank you page and also received the email confirmation with download link. (note: the email went to my spam folder)
November 29, 2016 at 4:16 am in reply to: Photo Seller Problem – no email is send when paying (Paypal) #73490Peter
MemberI’ve setup two digital variation but still it shows the text-box with quantity. It should be check-box here
Where did you get this impression from? There is no such feature in this plugin.
However, the plugin has a feature which automatically sets the quantity to “1” and also adds an “add to cart” button for each row item in the variations table which will suit people who are selling digital items. To activate this feature:
go to Settings >> Advanced Settings and enable the “Set Photo Variation Default Quantity To 1” checkbox.
November 28, 2016 at 11:15 am in reply to: Price List for individual Pictures + ALT Text request #74656Peter
MemberHi Mark,
The price list functionality you are asking for is quite complicated is not something which can be knocked up quickly. I think your best bet for now is to create a separate gallery with its own price list whereby you can group your sizing based on your gallery/price list combinations.
Regarding the alt text – I think that could be something which might be possible to implement without changing too much of existing architecture. I will look into this and let you know.
November 28, 2016 at 11:08 am in reply to: Photo Seller Problem – no email is send when paying (Paypal) #73488Peter
MemberThanks for the info.
When we do any product add to cart -> View Cart -> Sub Total and Total are not getting updated
I think this appears to be a bug when the photo details page is disabled, ie, when you have the “Preview Photo via Page” checkbox unchecked in the gallery settings which means that a popup lightbox will be used to add items to cart.
As a workaround I recommend that you enable “Preview Photo via Page” for now which will make the bug go away and in the meantime I will investigate try to fix that issue. (You can still use template 2 but you need to check that checkbox)
November 26, 2016 at 1:01 am in reply to: Is it possible to place various galleries side by side, in the same row? #74669Peter
MemberCan you please provide a link to the page with the issue so we can take a look?
-
AuthorPosts