Falklan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Theme and Plugin Adding Meta Generator TagsI forgot to add the following:
Plugin: WPBakery Visual Composer 4.2.3Forum: Fixing WordPress
In reply to: Can't create new postsThis thread should be moved to the Multisite forum.
They are better equipped to deal with multisite problems.
Forum: Fixing WordPress
In reply to: Integrating GA Event Tracking jQuery Send CommandThe theme utilized on this site simply doesn’t accept the jQuery code.
It does function with the equivalent javascript code.
Forum: Fixing WordPress
In reply to: Can't create new postsIt’s definitely worth an attempt. Since no one else has stepped forward with a fix.
At this point, I think it’s your only option.
Forum: Fixing WordPress
In reply to: Can't create new postsDo you not have a backup that was created before this problem developed?
Forum: Fixing WordPress
In reply to: Comments to Blog PostsCheck your Settings / Discussion configuration. Review your “Other comment settings.”
Comments may be disabled or set to logged in users only etcetera.
Forum: Fixing WordPress
In reply to: Can't create new postsI suppose you’ve also tried disabling plugins etcetera…
There’s been several recent posts with very odd problems.
Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] Visibility and DisplayThis was resolved by adding the following code to the style.css:
.recaptcha_nothad_incorrect_sol.recaptcha_isnot_showing_audio {
display: inline-block;
}
.recaptchatable {
table-layout: auto;
}
.recaptchatable input[type=”text”] {
height: auto;
}Forum: Fixing WordPress
In reply to: Can't create new postsOkay you can try this.
Act as if you’re going to create a new post. Once on the page to create the post, press Ctrl + F5 and see if the categories box appears.
If not, clear the cache of any caching plugin you may be using. Might as well clear your browser cache while you’re at it.
Forum: Fixing WordPress
In reply to: Can't create new postsAbout the only thing I can think of: check to verify your user “roles.”
Perhaps, somehow, they were changed???
That’s a very odd problem you have.
Forum: Fixing WordPress
In reply to: Can't create new postsIs this problem persistent on a single computer or multiple computers?
Forum: Plugins
In reply to: [WooCommerce] Correctly Apply Sales TaxesThere are no plugins that alters the checkout. However, this is one of the most complex themes I’ve seen to date.
WooCommerce Responsive Theme – Computer
They use a framework of standard php and template files. The file structure is quite overwhelming at first.
I’m sure it modifies the checkout process in some fashion.
It seems to be functioning now, and with that, this thread is “resolved.”
Forum: Plugins
In reply to: [WooCommerce] Correctly Apply Sales TaxesCalculate Based On: Customer Billing Address
Default Customer Address: No Address (changed last night)
All Resale Products: Taxable / Standard
Standard Rates:US / LA / 6 Local 5 Digit Zip Codes / No Cities / 6.0000% / Local / 1 / Compound (no) / Shipping (no)
US / LA / No Zip Codes / No Cities / 4.0000% / State / 2 / Compound (no) / Shipping (no)
If you want to see it work, visit my site as a guest.
Pick one of the booster kits and add it to the cart.
Click Checkout.
On the Checkout page Shipping Calculator enter: Louisiana 71229
Click Calculate Shipping and then Click Update Cart.
This method works for visitors.
Today I actually logged in, added an item to the cart, and it calculated the taxes automatically.
Forum: Plugins
In reply to: [WooCommerce] Correctly Apply Sales TaxesThis is some type of cart functionality problem.
It’s applying the state tax to everything no matter if you’re logged in or just surfing the site.
Once proceeding to checkout, and then logging in, the billing address or shipping address MUST be “updated” before the total is adjusted to show the correct taxes. It does not automatically apply the correct rates depending on your billing / shipping addresses.
This has become a pointless endeavor.
Forum: Plugins
In reply to: [WooCommerce] Correctly Apply Sales TaxesI’ve changed the configuration.
I added the State / Local tax rates to the Standard Rates. It’s the same as before, local tax priority 1 and state tax priority 2. It should be applying both rates for local purchases.
It’s still only calculating state taxes. It isn’t adding / calculating the local taxes.
So I’m still having problems with the tax calculations.
Anyone? Any advice or help?