prycision
Forum Replies Created
-
Forum: Plugins
In reply to: [Age Gate] Age GateHi Phil, it is the 2x version.
And the problem is only on mobile and only some mobiles.
I suspect it only to be iPhones
Forum: Plugins
In reply to: [One Click Demo Import] Error: OK (200)Good morning Gregor,
It is all sorted thanks so much for your help.
Regards
PrycisionForum: Fixing WordPress
In reply to: WordPress Crunching ImagesAny additional info or help would be appreciated if anyone knows
Forum: Fixing WordPress
In reply to: WordPress Crunching ImagesForum: Fixing WordPress
In reply to: WordPress Crunching ImagesEven when all plugins disabled and the theme was changed to default it was still crunching the images. The plugin did not work and the following code added to the theme function.php file and main function.php file did not stop it:
First code attempt:
add_filter( ‘flash_uploader’, create_function( ‘$a’, “return null;” ), 1 );Second code attempt:
add_filter( ‘flash_uploader’, create_function( ‘$a’, “return false;” ), 1 );So it is not the plugins nor the theme causing it I think it is a built-in function that WordPress has put in and I can not find any way to remove it.
All I want is for the images to upload faster into the media on WordPress it does not need to resize nor crunch or make thumbnails of any sort.
The Images are not being duplicated at all so there is only one image being uploaded every time it still crunches but does not do anything except waste time when uploading images so the main goal is to find a way to either remove the crunching or improve image upload speed.
Forum: Fixing WordPress
In reply to: WordPress Crunching ImagesNo it was still crunching the images in media after reaching 100% upload.
Forum: Fixing WordPress
In reply to: WordPress Crunching ImagesGood morning Andrew, I tried the plugin and it did not work.
Forum: Fixing WordPress
In reply to: WordPress Crunching ImagesThank you so much Andrew, I will give it a try first thing in the morning.
I will make a new backup and give it a try if it does not work or break the site either delete the plugin or just reimport the backup.
Forum: Fixing WordPress
In reply to: WordPress Crunching ImagesYes, I do believe that is what it does.
As soon as the images are uploaded into the media it reaches 100% and then says crunching when it is done it only moves on to the next image.
As a Digital Agency, we understand but the client is persistent in wanting to remove the crunching of the images, and the website also does not use any thumbnails.
We have been battling with this for about 2 days using the different code as stated in my first message to remove it but with little success.
Would it be possible to remove it at all?
If so how would we do that?
Thanks in advance.Forum: Fixing WordPress
In reply to: WordPress Crunching ImagesHi I did as you said in the message above and it is still crunching the images before it moves on to the next image. I would like the crunching function to be removed completely.
Thanks for your help
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Slow image uploadingThank you very much Greg Winiarski
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Slow image uploadingGood day, I am having some problems with the WordPress crunching all my images which really slows down the process of uploading images. Is there any way of removing the Flash Uploader. I have already added the following code to all the function.php files in my Cpanel:
add_filter( ‘flash_uploader’, create_function( ‘$a’, “return null;” ), 1 );
as well as
add_filter( ‘flash_uploader’, create_function( ‘$a’, “return false;” ), 1 );
I have also changed the media settings Image sizes all to 0.
Nothing seems to be working it keeps crunching the images when I upload it.
If anyone can help I will really appreciate it as this is driving me crazy now.The internet connection speed is perfect 100mb per sec
file size and resolution of the images are good
Hosting server is perfect as the other sites have no issues at all.
Also not the plugins as I have already checked them as well.Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Slow image uploadingGood day, Can someone please help me.
I am having some problems with the WordPress crunching all my images, which really slows down the process of uploading images. Is there any way of removing the Flash Uploader. I have already added the following code to all the function.php files in my Cpanel:add_filter( ‘flash_uploader’, create_function( ‘$a’, “return null;” ), 1 );
as well as
add_filter( ‘flash_uploader’, create_function( ‘$a’, “return false;” ), 1 );
I have also changed the media settings Image sizes all to 0.
Nothing seems to be working it keeps crunching the images when I upload it.
If anyone can help I will really appreciate it as this is driving me crazy now.The internet connection speed is perfect 100mb per sec
file size and resolution of the images are good
Hosting server is perfect as the other sites have no issues at all.
Also not the plugins as I have already checked them as well.