redshot
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP] How do I fix CSS on amp version?Hi.
The theme that I am using is Divi. The errors that I see about the page I am trying to configure is about
excessive_cssandinvalid_element: <script>I tried to view the source but I don’t see a
style[amp-custom]elementForum: Plugins
In reply to: [W3 Total Cache] How to make google analytics work well with W3 Total Cache?Thank you for letting me know
Forum: Plugins
In reply to: [W3 Total Cache] How to make google analytics work well with W3 Total Cache?Hello,
Do you know if I still need to set anything in the
JS File management
section for the analytics?
Thanks.
- This reply was modified 7 years, 7 months ago by redshot.
Forum: Plugins
In reply to: [W3 Total Cache] How to make google analytics work well with W3 Total Cache?Hello @vmarke
This is how the our JS Minifi Settings look like(Please see screenshot below):
https://www.screencast.com/t/OJ99LI6Z84N2Do I need to click Add Script button below the text
Files are minified by template. First select the theme to manage, then add scripts used in all templates to the “All Templates” group. Use the menu above to manage scripts unique to a specific template. If necessary drag & drop to resolve dependency issues (due to incorrect order).
No JS files added
?
Forum: Plugins
In reply to: [W3 Total Cache] How to make google analytics work well with W3 Total Cache?Hi,
I haven’t performed a compatibility test yet.
Is compatibility test needed for googly analytics script?
Forum: Plugins
In reply to: [W3 Total Cache] How do I fix Http Error 500?Hello Marko,
Thank you for your response. Our website is now UP after restarting the server.
Our WordPress configuration looks like this:
WC version: 3.3.1
WP version: 4.9.8
WP memory limit: 256 MBServer environment
Server info: Microsoft-IIS/10.0
PHP version: 7.0.31
PHP post max size: 8 MB
PHP time limit: 300
PHP max input vars: 1000It’s the third time already that the website experienced HTTP Error 500 but we don’t want to restart our server every time.
Do you think this is a matter of Memory Limit(256MB) or just the W3 Total Cache having compatibility issues?
Forum: Fixing WordPress
In reply to: How can I generate security code for woocommerce checkout?I was able to solve this issue now using the code below
<?php wp_nonce_field( 'update-order-review', 'update_order_review_nonce', false, true ) ?>The code above will generate a code. You can get the value via jquery or whatever your purpose will be
Forum: Fixing WordPress
In reply to: How can I generate security code for woocommerce checkout?Honestly, this sounds like it may require a custom plugin.
A custom plugin needs to be developed?
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] How to use custom_tplHi @pavloborysenko,
Thanks for your guide. I was able to loop using the object that you gave.
Worked like a charm π
- This reply was modified 7 years, 11 months ago by redshot.
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] How to use custom_tplHi @pavloborysenko,
Thanks for the quick response.
I tried $products instead of $loop but it’s not workling..
Forum: Plugins
In reply to: Edit Plugin wp-content\plugins folderHello @aksdvp,
Thanks for the insight. I just knew that the code will be messed up.
WordPress Hooks is the way.
Thanks.