Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › Purchased image is not full size
- This topic has 7 replies, 4 voices, and was last updated 1 year, 10 months ago by merlinuk01.
-
AuthorPosts
-
February 4, 2021 at 5:27 am #8245813framesParticipant
I have set up my gallery to have a full resolution digital download of the image.
I just tested it and it downloaded an image of 500kb.. The original image i uploaded was close to 10mb.
I checked the upload directory and it is only 188M in size when it should of been closer to 3GBIs there a setting i possibly have missed?
The photo size/ratio in the pricelist is set to 1
February 4, 2021 at 4:22 pm #82462wzpModeratorI checked the upload directory and it is only 188M in size when it should of been closer to 3GB
How did you upload the original file?
February 4, 2021 at 4:24 pm #8246313framesParticipantHi wzp,
through the upload portion in the plugin on gallery creation. (so through the web)
thanks
February 4, 2021 at 9:29 pm #8246413framesParticipantok, my understanding is it is most likely to do with this
February 4, 2021 at 9:54 pm #8246513framesParticipantYep. I believe i have resolved it.
I added
add_filter( ‘big_image_size_threshold’, ‘__return_false’ );
to the themes ‘functions.php’ file and that looks to of resolved it now 🙂
I do not know what other impact that may have when uploading images for just viewing, i may need to be more cautious and resizing them prior to uploading but at least for the sale side.. this will workJanuary 23, 2023 at 6:30 am #84814merlinuk01ParticipantHi 13 Frames, I have the same problem and am new to wordpress.
I upload a high image 300dpi 20mb file into a Photoseller gallery via the Gallery Image uploader and when I check the file after upload it has been resized & renamed to a mere 400k, so when I ratio at 1 as a digital download my client receives a reformatted 96dpi low profile image. I see that you managed to find a work around:
add_filter( ‘big_image_size_threshold’, ‘__return_false’ );
to the themes ‘functions.php’ file and that looks to of resolved it now 🙂
I do not know what other impact that may have when uploading images for just viewing, i may need to be more cautious and resizing them prior to uploading but at least for the sale side.. this will workIn layman terms as I am new to WordPress what exactly do I need to do to be able to upload full size HD. files into the Gallery & not have them reconfigured.
Any help appreciated.
January 24, 2023 at 3:25 pm #84817thiloParticipantI use this plugin: Disable “BIG image” Threshold
- This reply was modified 1 year, 10 months ago by thilo.
January 24, 2023 at 3:43 pm #84819merlinuk01ParticipantThilo you have saved me a great deal of work with this Plugin.
I am indebted my friend as it works perfectly!Thank You.
Brian. -
AuthorPosts
- You must be logged in to reply to this topic.