Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Forum: Plugins
    In reply to: [Age Gate] Age Gate
    Thread Starter prycision

    (@prycision)

    Hi Phil, it is the 2x version.

    And the problem is only on mobile and only some mobiles.

    I suspect it only to be iPhones

    Thread Starter prycision

    (@prycision)

    Good morning Gregor,

    It is all sorted thanks so much for your help.

    Regards
    Prycision

    Thread Starter prycision

    (@prycision)

    Any additional info or help would be appreciated if anyone knows

    Thread Starter prycision

    (@prycision)

    Thread Starter prycision

    (@prycision)

    Even 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.

    Thread Starter prycision

    (@prycision)

    No it was still crunching the images in media after reaching 100% upload.

    Thread Starter prycision

    (@prycision)

    Good morning Andrew, I tried the plugin and it did not work.

    Thread Starter prycision

    (@prycision)

    Thank 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.

    Thread Starter prycision

    (@prycision)

    Yes, 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.

    Thread Starter prycision

    (@prycision)

    Hi 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

    Thank you very much Greg Winiarski

    Good 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.

    Good 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.

    • This reply was modified 5 years, 10 months ago by prycision.
    • This reply was modified 5 years, 10 months ago by prycision.
Viewing 13 replies - 1 through 13 (of 13 total)