Bivek
Forum Replies Created
-
Updating Mailchimp for WooCommerce worked for us
The solution here is to look for plugin that is using “add_plugin_item” function and update the plugin.
grep -rnw “add_plugin_item” *- This reply was modified 1 year, 7 months ago by Bivek.
Forum: Plugins
In reply to: [WP Store Locator] js buttons not working when adding store detailsFor our wp, initializeGmap() is called before the gmap(js) has fully loaded,
So I solved it using the above, thought it might be helpful to the plugin author.
Do we have any solution to it,
i’m also having the same issue, and its happening for only certain images.
Thanks.
Forum: Fixing WordPress
In reply to: Can't create directory wp-content/uploads/ ?Hi Friends,
My problem is sorted.
Thanks
Bivek.Forum: Fixing WordPress
In reply to: Can't create directory wp-content/uploads/ ?Hi Friends,
@dhruba J Deka I am using goaddy managed wordpress hosting, I have changed:
1. File permission of upload folder and its parents to 777
2. “Store uploads in this folder” to exact path(/home/b******2/html/wp-content/uploads). (wp-admin/options-media.php)
3. “upload_path” to exact path(/home/b******2/html/wp-content/uploads). (wp-admin/options.php)What else do I need to do more?
Thank you in advance.
Forum: Plugins
In reply to: [Nino contact form] Form on topYou cannot use “echo” in a shortcode fucntion, you must use “return”.
I am hoping for the modified plugin soon ninotheme 🙂