• Resolved ronwisely

    (@ronwisely)


    sorry to say i am a developer i really appropriate your work but i don’t why your plugin changing website text font and increase lots of time in loading visual composer post grids i tried these changes by deactivating and again reactivating this plugin and no other plugin is making these i tried this with all plugin only your plugin is giving is creating this error please help

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

    (@optimizingmatters)

    optimization can break things, that’s normal I’m afraid @ronwisely, have a look at the FAQ for info on how to troubleshoot and ping me here if you can’t get it to work and we’ll see how to proceed ??

    Thread Starter ronwisely

    (@ronwisely)

    so fast response sir i got your point. i am fine with autoptimize instead of making drag and drop but i am unable to reduce this error if you don’t know mind can you suggest me with this error ” Defer parsing of JavaScript”

    Thread Starter ronwisely

    (@ronwisely)

    sorry sir i missed not i am not a developer . i am making my things work by reading lots of blogs

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    no problem @ronwisely, learning by trying is what brought me here as well ??

    regarding “defer parsing of javascript”; the autoptimized JS is deferred except if you have “force JS in head” active. it is also possible that you have un-optimized JS (excluded explicitly or from a 3rd party server), in that case you could try installing the “async javascript” plugin to see if that helps.

    have fun ??
    frank

    Thread Starter ronwisely

    (@ronwisely)

    respected sir,
    sorry to say this sir but even after using that async javascript plugin i was unable to reduce that error this is the result of my website in gtmetrix https://gtmetrix.com/reports/gomahamaya.com/MYz4JfTA could you please suggest me the solution

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    hmm, try one of the lazy load plugins for youtube video maybe? I’m the author of wp youtube lyte, that could help ??

    Thread Starter ronwisely

    (@ronwisely)

    respected sir,
    i tried using your plugin this is my youtube code
    <p style=”text-align: center;”><iframe width=”300″ height=”169″ src=”https://www.youtube.com/embed/jMB57m3N2mQ&#8221; frameborder=”0″ allowfullscreen=”allowfullscreen”></iframe></p>
    when i tried replacing hhts with httpv
    <p style=”text-align: center;”><iframe width=”300″ height=”169″ src=”httpv://www.youtube.com/embed/jMB57m3N2mQ” frameborder=”0″ allowfullscreen=”allowfullscreen”></iframe></p>
    it not shwoing me anything that video it self is getting disappear

    i have even tried using this code before head
    <script type=”text/javascript”>
    function downloadJSAtOnload() {
    var element = document.createElement(“script”);
    element.src = “defer.js”;
    document.body.appendChild(element);
    }
    if (window.addEventListener)
    window.addEventListener(“load”, downloadJSAtOnload, false);
    else if (window.attachEvent)
    window.attachEvent(“onload”, downloadJSAtOnload);
    else window.onload = downloadJSAtOnload;
    </script>
    still my problem remains the kindly please help my gtmetrix result
    https://gtmetrix.com/reports/gomahamaya.com/z0D9YW12

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    wp youtube lyte acts on youtube links @ronwisely, not on the youtube embed code. remove the iframe block and replace it with a normal link https://www.youtube.com/watch?v=jMB57m3N2mQ

    frank

    Thread Starter ronwisely

    (@ronwisely)

    Rescpected sir,

    thanks a lot for all your help and support you are really amazing lots of love and blessing you and your family .

    regards,
    rahul

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    you’re welcome Rahul ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘lots of bugs’ is closed to new replies.