Forum Replies Created
-
AuthorPosts
-
Peter
MemberThe search algorithm at this point in time accepts a single search word.
We will improve it over time to accept multiple words.
June 25, 2015 at 12:50 am in reply to: Photo Seller – Size of 0 from download link and generate link not working #70551Peter
MemberFirstly can you please re-install a fresh version of the plugun:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
Then please enable debug from photo seller settings page – set “Enable Logging” to “yes”.
Then generate another download link and paste it here and we will try it.
Peter
MemberMake sure that in gateway settings you have the following:
Use Manual Gateway Checkout = checked
Process manual checkout as if the payment was complete = unchecked
Peter
MemberPlease do the following instructions outlined here (except step 4):
Peter
Member1) 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:
#viewCartTable .pure-table-odd td{
background: transparent;
}Peter
MemberPlease provide a link to your gallery page so we can inspect the CSS of shopping cart page.
Peter
MemberHi,
Is it possible to change the order of the price list
No not currently. We will see what we can do about introducing a setting in the future.
Peter
MemberIs this all generated by the plugin or is something else generating this folder?
It’s done by this plugin.
Peter
MemberWell the main processing needed for templates 5 and 2 is the production of the custom thumbs.
For example template 5 uses thumbs with max height of 175px. It first checks if that thumb exists but if it doesn’t then it will need to create it on the fly using your full-sized image.
You’ll notice that subsequent loads of the same page will be faster after the thumb has been created.
(We might have to make the thumbmaking process for T2 and T5 to occur in the background just after you’ve saved the gallery settings)
Peter
MemberImplementing shipping functionality can get quite complex.
It might be best if we do it in small increments.
Can you please give me a description of a shipping scenario which will at least cover most/some of your needs? (This will help us get a clearer picture of what what customers actually want)
Peter
MemberTemplate 5 is similar to template 2 but slightly larger images and no button.
Does template 2 load slowly too?
Both templates load ok on my test site.
Peter
MemberThis topic has been discussed at length here:
https://support.tipsandtricks-hq.com/forums/topic/wp-photo-seller-images-sizes-upon-upload
June 17, 2015 at 12:18 am in reply to: Photo Seller – Add PDF file to the 'image attachment' function? #70476Peter
MemberYes you should be able to attach a pdf file.
June 16, 2015 at 4:50 am in reply to: Digital Design Table alternates black and white background with white text #70465Peter
Member1) 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-pricing-tables .wps_digital_details_table .wps_tr_even {
background: transparent;
}
.wps_digital_details_table{
margin-bottom: 20px;
}
.zoomContainer{
z-index: 9999;
}Peter
MemberYes the server is a shared host
I think this is the reason for your problem. Shared servers will not be able to handle the processing required for producing a hi-res watermarked image.
-
AuthorPosts