• Resolved skytimothy

    (@timkronb)


    I’ve been trying to change my logo for some time now. It seems no matter what I can’t stop https://i2.wp.com from hosting my old logo. Even after uninstalling jetpack completely my old logo is still being served from jetpack. I don’t know how that’s even possible.
    I’ve found this code snippet but could use a little help to implement it, or any other help would be appreciated.
    https://wpmayor.com/disable-photon-jetpack/

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter skytimothy

    (@timkronb)

    I’ve gone and added this to my functions.php

    function no_photon_by_page() {
    if ( is_single() ) {
    add_filter( ‘jetpack_photon_skip_image’, ‘__return_true’);
    }
    }

    add_action(‘wp’, ‘no_photon_by_page’);

    No luck. I’ve even tried it on individual pages

    function no_photon_by_page() {
    if ( is_page( 2 ) ) {
    add_filter( ‘jetpack_photon_skip_image’, ‘__return_true’);
    }
    }

    add_action(‘wp’, ‘no_photon_by_page’);

    No luck.

    Thread Starter skytimothy

    (@timkronb)

    It was varnish not refreshing.

    Plugin Support lizkarkoski

    (@lizkarkoski)

    Good morning –

    I’ve run the domain through our debugger and it doesn’t look to have the Jetpack plugin actively installed.

    Please try to disconnect and reconnect the plugin.

    Here is a copy of the error I am getting.

    We were unable to resolve the A record for your domain. It is likely that you have recently registered your domain name. It takes several hours for new or transferred domain names to start working, so please come check back later. If you’re still having the same error after 48 hours, please contact your web hosting provider.

    Thread Starter skytimothy

    (@timkronb)

    It was varnish.

    Thread Starter skytimothy

    (@timkronb)

    It was varnish. Is there a way for a moderator to remove the link from this first post please?

    • This reply was modified 6 years, 5 months ago by skytimothy.
    Plugin Support MadHatter (a11n)

    (@madhattersez)

    Sorry for the late reply – Yes, we will remove that link.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @madhattersez I’m sorry, but unless it’s an extreme case post and replies are not edited.

    https://www.ads-software.com/support/guidelines/#deleting-editing-posts

    Search engine hits are never considered extreme. The link will not be removed.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘I’ve tried everything to disable Photon.’ is closed to new replies.