raybark
Forum Replies Created
-
Thank you.
I was expecting to have to modify some code – all I ended up doing was leaving the country as “Select a country”, leave the state and postal code fields empty, and enter the city, state, postal code in the “city” field.
Forum: Fixing WordPress
In reply to: Woocommerce Sale Flag – issue with VariationsResolved
Forum: Fixing WordPress
In reply to: Woocommerce Sale Flag – issue with VariationsIt turned out to be a plugin issue… Should have thought of that first, I know.
Forum: Plugins
In reply to: [Awesome Event Booking] Plugin Conflict with Woocommerce CouponsJust wanted to add that the plugin appears to interfere with every WordPress date editing function. So far I’ve had issues with Woocommerce Coupons, Scheduling product sale prices, deleting old orders before a certain date.
Forum: Plugins
In reply to: [WooCommerce] Sales Tax Not Working with ZIP+4I didn’t realize I could use the asterisk wild card on the zip code – an easy fix!
Forum: Fixing WordPress
In reply to: WordPress Menu Item LimitJoe –
My website is an informational one, and I have many years of archived articles I just took from straight html and created as WP pages. The secondary menu on my site is in that realm of item count (using twenty-fourteen), and I was having the same issue. The actions I found in that article worked:
Create a php.ini file (I put mine in the root directory of my site).
Edit it so that it contains:max_input_vars = 5000
suhosin.post.max_vars = 5000
suhosin.request.max_vars = 5000(the article recommended 3000)
That by itself didn’t do anything, so I contacted my web host, and they did something – stopped/started a service, rebooted, whatever – and it took effect and now I have no issues.