bnbb
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Autoptimize is breaking woocommerce features in OceanwpI am using wp fastest cache and I often clear cache after updating page or plugin. I also click save and clear cache whenever I make any setting changes in autoptimize plugin.
I can understand. But you should keep in mind that many people are using oceanwp+autoptimizie+woocommerce and if they want to use plugin for dynamic discount they will try your plugin as well. And if they also find the same problem then this will definitely affect your plugin’s reputation.
Thanks for your help. It is a good plugin with plenty of options.
I uninstalled your plugin and everything is working now.
Forum: Plugins
In reply to: [Autoptimize] Autoptimize is breaking woocommerce features in OceanwpI did not change anything. Today I was testing my website for any error then I noticed that those features are not working when I open homepage but they start working after refresh. So one refresh is required to initiate those features. Without refresh no woocommerce feature works, same problem.
I excluded your plugin’s js in autoptimize settings. But the same problem still exists. When I open my website’s home page, no woocommerce feature works (same problem) but when I refresh the page features start working. It means a website visitor has to refresh the homepage to use in built woocommerce features.
Forum: Plugins
In reply to: [Autoptimize] Autoptimize is breaking woocommerce features in OceanwpThe same problem still exists. When I open my website’s home page, no woocommerce feature works (same problem) but when I refresh the page features start working. It means a website visitor has to refresh the homepage to use in built woocommerce features.
Forum: Plugins
In reply to: [Autoptimize] Autoptimize is breaking woocommerce features in OceanwpThank you. Now everything is working.
Autoptimize css and js is now render blocking. Can you suggest settings to make them non-render blocking? I tried Async Javascript to defer javascript but it is not defer passing query.js and autoptimize js files.Forum: Plugins
In reply to: [Autoptimize] Autoptimize is breaking woocommerce features in OceanwpI right clicked in chrome and clicked on View Page Source and found the following code with js/jquery/jquery.js
<script type=”text/template” id=”tmpl-unavailable-variation-template”><p>Sorry, this product is unavailable. Please choose a different combination.</p></script> <script type=’text/javascript’ src=’https://www.onlyshop.in/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp’ id=’jquery-core-js’></script>
Forum: Plugins
In reply to: [Autoptimize] Autoptimize is breaking woocommerce features in OceanwpI do not know coding. How can I find what is preventing the exclusion of js/jquery/jquery.js? I need to do full js optimization alongwith oceanwp woocommerce features.
Forum: Plugins
In reply to: [Autoptimize] Autoptimize is breaking woocommerce features in OceanwpI have tested by deactivating all the plugins and then reactivation them one by one. The issue arises when I check first option under js optimization (Aggregate all linked JS-files to have them loaded non-render blocking? If this option is off, the individual JS-files will remain in place but will be minified.) in autoptimize and left other options uncheck. When I uncheck this option everything works fine.
Forum: Plugins
In reply to: [Autoptimize] Autoptimize is breaking woocommerce features in OceanwpI added js/jquery/jquery.js and deactivate the plugin you are about but same problem. I did not make any difference.
Forum: Plugins
In reply to: [Autoptimize] Autoptimize is breaking woocommerce features in OceanwpI already did that.
Forum: Plugins
In reply to: [Autoptimize] Autoptimize is breaking woocommerce features in Oceanwpdeleted
I have tested by deactivating all the plugins and then reactivation them one by one. The issue arises when I check first option under js optimization (Aggregate all linked JS-files to have them loaded non-render blocking? If this option is off, the individual JS-files will remain in place but will be minified.) in autoptimize. I left other options uncheck.
Forum: Plugins
In reply to: [Autoptimize] Autoptimize is breaking woocommerce features in OceanwpFollowing error is showing in chrome console (ctrl+shift+j)
autoptimize_416364eb…da1268f5f01075.js:1 Uncaught SyntaxError: Unexpected token ‘return’
I think this is causing the problem. How can I remove this error and solve the functionality problem?