Jimako
Forum Replies Created
-
Solution:
Added both IPs in v6 format – in setting it was displayed in v4 format.
Problem solved.
Thank you so much for so great plugin.
Answer by plugin author
@jimako This response isn’t related to the original post.
The IP that Google API is expecting will occasional differ from the one you’ve added to the IP Restrictions.
If this is the case, please check the Retrieved Data section, look for the IP it is expecting and add this to your list of Restricted IPs.
Once added, return to the plugin and go to Advanced | Clear Cache.
Forum: Plugins
In reply to: [Reviews and Rating – Google Reviews] Remove Google Place ID from the listHi,
the plugin is detecting wrong IP of our website and we still getting error Error: Your Google API Key is not valid for this request and permission is denied. Please check your Google API Key. (IP is different from ping result for example). We added restrictions for your detected IP and real IP and still errir.
We reseted plugin on advanced tab too. What could be wrong? In google api – key is green and correctly restricted. I am lost. Thank you
I use ninja wpcasa addon for ninja forms and nothing worked for me. This plugin uses do_shortcode() for outputting of ninja form. Weird thing was that it worked in theme.php or with direct inserting into content (post) – maybe because they use action “template_redirect”to place form in different positions on page.
After digging in ninja code I found that they use esc_html() for some strings/settings – and default settings (from lan file) was there too: ‘fieldsMarkedRequired’ – it is in file includes/Display/Render.phpThere is filter, so after using this:
function decode_ninja_forms_display_form_settings($settings, $form_id)
{
$settings['fieldsMarkedRequired'] = html_entity_decode($settings['fieldsMarkedRequired']);
return $settings;
}
add_filter('ninja_forms_display_form_settings', 'decode_ninja_forms_display_form_settings', 10, 2);It was fixed.
Hi,
thank you for your answer. I was talking about free shipping for single product – when you use shipping classes and this class has price 0 for shipping. In link in my previous post it is detailed described.
Thanks
Forum: Plugins
In reply to: [WPC Free Shipping Bar for WooCommerce] Free Shipping OptionHi,
we use this snippet for displaying only free shipping option when order hits limit: https://flavioweb.net/woocommerce-spedizione-gratuita-ordini-superiori/
Maybe this helps
Forum: Plugins
In reply to: [Auto Publish for Google My Business] How to envoke posting manually?Yes, for sure. Thank you for your quick answer.
Thanks for answer. I had the same problem.
Sorry, I didn’t want to mess with your thread, I just wanted to confirm that you were not the only one with this issue.
Our settings: plugin 2.1.1, PHP 7.4, WordPress 5.4., Impreza theme. We downgraded to plugin version 2.0.9 and now everything works. On mobile too. All buttons.
The same here. Version 2.1.1, just installed, neither cookie-button, nor cookie-reject. Only settings are opened in the modal.
Hi, I have exactly the same problem (with the same image). I tried your script, manual editing via phpMyAdmin, it is still going back to the question marks (Y??, N?) or (???, ??)
I tried manually to add enum type field and the same result. Xampp 7.2.24, mariadb 10.4.8
Your plugin looks absolutely awesome, but this looks like the problem in the environment.Forum: Plugins
In reply to: [Instapage Plugin] User Permissions to Use Instapage Plugin@bonkerz Thank you very much for this. I just need it again.
But create_posts didn’t work, I had to change it to publish_pages for editors.
You are awesome that you shared, this was really big help for me.Forum: Plugins
In reply to: [Instapage Plugin] User Permissions to Use Instapage PluginThe same problem here, I tried to use User Role editor to add more capabilities to Editor, but it didn’t help. It’s nonsense that only admins can use your plugin.
Forum: Plugins
In reply to: [Tesla Login Customizer] Not working in back-end!I was able to find the reason. Colorpicker has some conflicts with latest changes in core (something with Iris or like that, there are some similar issues around )
in Option.php (tt_login/admin/Option.php) I commented loading color picker scripts (in function add_color_picker_scripts() – 3 lines)Then everything works and you just need to insert color code manually as hexa code.
Forum: Plugins
In reply to: [Tesla Login Customizer] Not working in back-end!Hi, I have similar error in latest WP . There is console error after click on some tabs:
Uncaught TypeError: Cannot read property ‘removeClass’ of undefined