• Resolved Francaise

    (@francaise)


    Hello,

    1) Firstly, I get always this notice :

    ” Did you know Autoptimize includes on-the-fly image optimization and CDN via ShortPixel? Check out the Autoptimize Extra settings to activate this option. ”

    It disturbs me, how to delete it ? I read here in other topics that I must add a code in ” addfilter “. Ok but I am a beginner and I don’t know where to add it ? Should I go in my FTP and which files ?
    Will the next update Autoptimize plugin fix this notice problem ? I can wait untill the next update.

    2) Secondly, I can see an option ” Optimize images on the fly and serve them from a CDN. ” Should I quote it if I use already Jetpack and Woocommerce ? I think this is not necessary ?

    Thanks a lot for your help et sorry for my english, I am french. ??

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    Bonjour Francaise;
    re (1) easiest is to add the code snippets plugin and activate it as a new snippet. I’m looking into an alternative way of storing the dismissal with the developers of the piece of software I’m using for that purpose.

    re (2) Jetpack’s Image CDN is similar to Shortpixel in AO, but I happen to think Shortpixel is better ?? Your choice obviously!

    Et faut pas t’excuser, je t’ai parfaitement compris ??

    Bien à toi,
    Frank

    Thread Starter Francaise

    (@francaise)

    Merci à toi Frank ?? ??

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    de rien, feel free to leave a review of the plugin and support here! ??

    frank

    Thread Starter Francaise

    (@francaise)

    Bonjour Frank,

    Je suis très surprise, vous parlez couramment le fran?ais aussi ?

    Vous seriez capable de répondre à mes questions en fran?ais ? ;)))

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    Je suis Belge (coté Nord, donc Néerlandophone d’origine) travaillant à Bruxelles pour un telco Franco-Belge. Mais ceci sont des forums Anglophone, so in general I answer in English here (others might learn from your questions as well) ??

    Thread Starter Francaise

    (@francaise)

    Salut Frank ! ??

    J’ai deux autres blogs où j’utilise ton plugin Autoptimize et après mise à jour vers le 2.4.2, j’ai la notification ” Did you know Autoptimize includes on-the-fly image optimization and CDN via ShortPixel? Check out the Autoptimize Extra settings to activate this option. ” qui surgit dans le panneau WordPress !

    Je voulais te demander si y a un moyen de l’enlever sans installer de plugin ?

    Si oui, quel est le code exact à coller dans le fichier thème enfant de functions.

    Ou si c’est prévu que ce problème soit réglé à la prochaine mise à jour de Autoptimize ? Je peux toujours attendre lors de la prochaine mise à jour. En soi, la notification n’est pas gênante. J’ai essayé de lire les autres fils de discussion à ce sujet, mais je ne suis pas s?r d’avoir tout pigé en anglais…

    Bonne journée à toi, compatriote !

    • This reply was modified 6 years, 3 months ago by Francaise.
    Plugin Author Optimizing Matters

    (@optimizingmatters)

    Bonjour Fran?aise;
    Normalement juste cliquer s?r la petite croix ferme le message et fait le dispara?tre. Mais si tu ne veut voir aucune message tu peut utiliser ce “code snippet” ci pour le cacher;

    add_filter( 'autoptimize_filter_main_imgopt_plug_notice', '__return_empty_string' );

    Bien à toi,
    frank

    Thread Starter Francaise

    (@francaise)

    Super Frank, ?a marche !

    Juste une petite dernière question : :-p

    J’ai lu sur des blogs où il conseillait d’ajouter ce petit code dans functions pour augmenter la vitesse du site.
    Je me demandais si c’était nécessaire ou contre-productif si on a déjà Autoptimize et Wp Super Cache ? Ou ?a va, je peux l’ajouter ? (j’y connais rien c’est pour ?a que je demande)

    Le code en question :

    // Diminue le temps de chargement du site
    if (!(is_admin() )) {
    function defer_parsing_of_js ( $url ) {
    if ( FALSE === strpos( $url, ‘.js’ ) ) return $url;
    if ( strpos( $url, ‘jquery.js’ ) ) return $url;
    // return “$url’ defer “;
    return “$url’ defer onload='”;
    }
    add_filter( ‘clean_url’, ‘defer_parsing_of_js’, 11, 1 );
    }

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    Non, ce code n’as pas de sens si t’as Autoptimize ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘2 Questions about Autoptimize’ is closed to new replies.