jerryrcole
Forum Replies Created
-
Forum: Plugins
In reply to: [Accessibility by UserWay] UserWay Breaks WooCommerce Star Rating IconsIssue resolved by clearing my browser’s cache.
Forum: Plugins
In reply to: [Safe SVG] Uploading SVGs Removes File ExtensionSorry, cancel this request. The issue was being caused by an error with another plugin.
I installed a different plugin to resolve the issue. Thanks.
Hi, just checking in on this one. Would someone be able to help me take a look? In short, I’m looking for a solution to prevent this plugin from blocking PayPal transactions made on WooCommerce.
Forum: Plugins
In reply to: [Site Reviews] PHP Parse Error in Controller.phpThank you, it’s working now. Thank you for the super fast turnaround time ??
It’s working now, thank you dFactory ??
I am experiencing this issue as well.
WordPress version 5.8
Plugin version 2.1.2
Forum: Plugins
In reply to: [ReCaptcha Integration for WordPress] Add 15px Margin Below?I found solution. I had to create a custom function to inject code onto the admin/login page.
// add margin below recaptcha div function my_custom_css_recaptcha() { echo '<style type="text/css">div#g-recaptcha-0.g-recaptcha {margin-bottom:15px;}</style>'; } add_action('login_head','my_custom_css_recaptcha');
Forum: Plugins
In reply to: [Sweet Custom Menu] jQuery Uncaught TypeErrorThank you, that worked.
- This reply was modified 4 years, 6 months ago by jerryrcole.
Forum: Plugins
In reply to: [Site Reviews] CAPTCHA ErrorOutstanding, thanks for the quick response!
1. I wasn’t selecting the “invisible” recaptcha option.
2. I was able to use the css class you provided.
Forum: Plugins
In reply to: [Site Reviews] Embed Without Shortcode?Thanks, I was wondering where the documentation was. I’ll install the plugin and check out the documentation.
Yes, I’m willing to do that. Could you help me with a few things first?
- Update the plugin’s description or FAQs to indicate the limitations of the free plugin (or conversely the features of free and premium plugin). The intent is to help other users avoid the troubleshooting process I had to go through on my end.
- Send me a link to the premium version of the plugin.
- Please advise if the premium plugin includes a trial period.
Thanks Martin ??
Thanks for the quick response. My site uses lots of custom templates powered by Advanced Custom Fields. Could that be the culprit for the missing content? If so, is there another version of the plugin that would work with that type of setup? And does it have a “try before you buy” option?
Forum: Plugins
In reply to: [RPS Sitemap Generator] stripslashes() ErrorThat did the trick. Thank you for the fix and the fast turnaround! ??
Forum: Plugins
In reply to: [Toggle wpautop] Syntax Error on Line 187Thank you gentlemen, looks like that fixed the error. Appreciate the quick turn! ??