navyspitfire
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Wishlist images skewed on Safari@lorro thank you, I think that fixed it! Much appreciated.
In your child theme create a /js/ folder and create a .js file; copy the jquery code into that file. In your
functions.php
file copy this function if it’s not there already and replace the name of the .js file to whatever you named it. That will load the script into the footer of your site.It work?
Maybe change line to:
if (in_array( "administrator", (array) $user->roles ) || in_array( "editor", (array) $user->roles )) {
Might be
editors
– no ideaForum: Plugins
In reply to: [WooCommerce] Delete on cart page displays err msg/table several times@danieliser thank you for looking into this. Is there anything you need from me to further test? Should I update to latest version then of your plugin?
Edit: I had disabled the points plugin before to troubleshoot but I still got double (definitely more than 1) notice saying my product was deleted. If you’re willing to troubleshoot in depth I can provide login credentials
- This reply was modified 7 years, 8 months ago by navyspitfire. Reason: adding note
Solved, there was a 2nd shortcode in a woocommerce php template file
Anyone have this issue?
Forum: Plugins
In reply to: [WooCommerce] Taxes on cart/checkout always display 0Hmm, no I used Los Angeles as the city. Los Angeles has like 100 zip codes.
Edit: Could I just put * in the city value for each zip?
Edit 2: Cool, that made it work. Thanks for your help.
- This reply was modified 7 years, 8 months ago by navyspitfire. Reason: added note
- This reply was modified 7 years, 8 months ago by navyspitfire.
Forum: Plugins
In reply to: [Autoptimize] Blank imagesHmm okay, thank you for your help @futtta. Now I’m completely lost.
Forum: Plugins
In reply to: [Autoptimize] Blank imagesCan you check out the site on IE? I’m using IE11 and when I inspect the element this is the CSS file that’s loading: https://maryssweets.com/wp-content/cache/autoptimize/css/autoptimize_3a238cf3d149e85a15e7cc374ff5ce7b.css
Forum: Plugins
In reply to: [Autoptimize] Blank imagesHi Frank, I solved the image issue.
I have a conditional gte IE9.css file that is updated but autoptimize is loading a cached version. I deactivated the plugin and there is a still a cached version being loaded. I turned caching off on my server and removed my .htaccess file. Any idea, if I activate autoptimize, how to load the latest version? Even temporarily?
Forum: Plugins
In reply to: [Autoptimize] Blank imagesHmm I don’t get it, the background image is technically there right? When I inspect the element and go to filepath it’s there.
Edit: Could the issue be with WP super cache?
- This reply was modified 7 years, 9 months ago by navyspitfire. Reason: adding edit
Forum: Plugins
In reply to: [Autoptimize] Blank imagesForum: Plugins
In reply to: [YITH WooCommerce Order & Shipment Tracking] Displaying shortcode in emailIs there anyway to include that info into the completed email?
Forum: Plugins
In reply to: [WooCommerce] Showing taxes on cart/checkoutWeird, I deleted all my taxes and just set a state tax, rather than area code, and it worked.