mrkshrt
Forum Replies Created
-
Forum: Plugins
In reply to: [Mailgun for WordPress] Has this been abandoned?Updated today
Forum: Plugins
In reply to: [Mailgun for WordPress] Has this been abandoned?I’m also curious about this issue.
Thank you for the response!
Thanks, any idea of when that will go out? Will you post update here?
I’m not sure how to explain it best.
I used woocommerce-memberships to add a discount for a product based on whether a member or not. When Price based on country is enabled, the flat rate shipping is dropped AND the discount is double what it should be.
It was process of elimination to find the issue, haven’t tried to debug to find out why.
So example
Product price is 100, member discount is $25 flat shipping is $20
With price based on country enabled the product would be discounted to $50 with no shipping charge
Deactivating just this plugin, the price is discounted to $75 with the $20 shipping charge as expected.Make sense (besides that it doesn’t work as expected)?
I don’t have time right now to help debug this. So you can mark it resolved, but solution was to use the mailchimp plugin instead which worked.
It appears the syntax only works in 5.6 and this server is 5.59. Seems like kind of an odd thing to implement in a general purpose plugin at this point in time. Hopefully will revert it back and not require moving to probably PHP 7 server.
I am seeing the same thing, errors in the browser console, my guess is it is
wp-content/plugins/jetpack/css/jetpack.css
Line 7
@font-face{font-family:”Open Sans”;src:url(‘”https://fonts.googleapis.com/css?family=Open+Sans”‘)}Seems pretty odd to have single and double quotes, so I think it is trying to append to the site URL and therefore cannot find the font.
Forum: Plugins
In reply to: [Contact Form 7] Exclusive setting for checkboxes not workingI also noticed that exclusive option doesn’t work. It mentions JS must run in docs, but not specific about what required to do that.
Can you be more specific about what is required to run the validation JS.
Thanks- This reply was modified 7 years, 6 months ago by mrkshrt.
Forum: Fixing WordPress
In reply to: CSFR tokensJust so others won’t have to dig around.
It appears that mod_security is tacking that on to the end of what it returns. It is an anti-hacking feature.
Here is the
linkAnybody that has a better grasp of this feel free to jump in.
Forum: Plugins
In reply to: [Cart66 Lite :: WordPress Ecommerce] Zero(s) padding for price tagsI’d say make the change suggested by clojel and wait for update from Cart66 Lite folks
That is what I didForum: Plugins
In reply to: [Cart66 Lite :: WordPress Ecommerce] Zero(s) padding for price tagsI haven’t dug in and confirmed the solution, but I am seeing a related problem when using shortcodes, zeroes are truncated off of the item price. so instead of $20.00 it would just show $20 for example.
This seemed to have happened after updating to most current version.This also appears to remove Analytics from the site but gets rid of the fatal error.
Quick fix is to comment out line 1578