Jake Saavedra
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Google chrome failed to load resources on Variable ProductsHey Mike,
A little update here.
I just solved the issue. It turns out it had nothing to do with the theme. Contacted my theme support and they referred me back to the Woocommerce guys which was no help.
I did a ton of digging through support threads and found something similar that referenced the .htaccess file so I checked mine and found that an old plugin’s code was still present in the file. Here’s what it was:
# BEGIN HTTPS Redirection Plugin
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteCond %{REQUEST_URI} checkout [OR]
RewriteCond %{REQUEST_URI} cart [OR]
RewriteCond %{REQUEST_URI} my-account
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IfModule>
# END HTTPS Redirection PluginAfter deleting this code it seemed to do the trick on both Chrome and Safari.
I don’t know why this was the issue and it was really just a lucky strike but hey! Ring a Ding!
Glad to have it resolved!
Thanks again for all the help! In the long run it helped me narrow down the issue!
Jake
Forum: Plugins
In reply to: [WooCommerce] Google chrome failed to load resources on Variable ProductsLooks like I made a mistake in trying out other themes. I just disabled all plugins and enabled Twenty Fifteen and then re-enabled all plugins and it works just fine in Chrome. I still get the issue in chrome when the theme is enabled. I’ll get in touch with our theme’s support and try and get this resolved.
Thanks so much for the help Mike and sorry to waste your time.
Very Appreciative,
Jake Saavedra
Forum: Plugins
In reply to: [WooCommerce] Google chrome failed to load resources on Variable ProductsI fixed the mixed content and google fonts https issue. I called my web host(godaddy) and they do not use any caching plugins or services both behind the scenes and within the admin panel.
I cleared the CSS cache on Max Mega Menu however I don’t believe that this would have been the issue. The same issue still occurs. That is the only WordPress plugin that has caching functionality that I have installed on this website.
My plugins are as follows:
Akismet
Max Mega Menu
Post Thumbnail Editor
Woocommerce
Woocommerce Amazon Payments Advanced Gateway
WooCommerce jQuery Cookie Fix
WooCommerce Nested Category Layout
WooCommerce Smart Coupons
WooCommerce Stripe Gateway
WooThemes HelperDo you know if I’m wrong about the caching functionality in any of these?
Forum: Plugins
In reply to: [WooCommerce] Google chrome failed to load resources on Variable ProductsI’m having a lot of trouble finding anything related in the theme’s header.php file or the wp-config.php file. I don’t know php very well however. Assuming that you can hard code them into the header.php file or the wp-config.php file, could I try to do that for the correct links to ensure the proper resource urls are loaded?
Forum: Plugins
In reply to: [WooCommerce] Google chrome failed to load resources on Variable ProductsAs far as I can tell, it’s not in the config file. Is there somewhere specific I should look in the database or the WordPress files to troubleshoot this? Other than the config file that is.
Thanks again for the help,
Jake
Forum: Plugins
In reply to: [WooCommerce] Google chrome failed to load resources on Variable ProductsOne other thing to note is that it loads perfectly fine on mobile devices. It is specifically and only in desktop mode in the latest version of Google Chrome that the issue is present.
Forum: Plugins
In reply to: [WooCommerce] Google chrome failed to load resources on Variable ProductsAll pages are set, checked and double checked(also the ‘Terms’ page).
I even disabled the layout builder on the ‘Cart’ page so Woocommerce would recognize the cart shortcode on that page.