chasky
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Can’t update product using REST APIIn postman I was having the same issue as described of not getting the update done.
After adding the header as below, it was possible to update from postman as well:
Content-Type:application/jsonNotice that postman by default adds some headers… and default is Content-Type:text/plain
Forum: Plugins
In reply to: [Bulk Media Register] Excluding files & folder doesn’t worksame problem here
WP 5.7.1
Bulk Media Register 1.24Forum: Plugins
In reply to: [Contact Widgets] Can’t see icon on pagesolution working in 5.1.1 to the lates version 1.62 of the plugin
Could it be solved in a new version of the plugin?great help to overcome the issue
Forum: Plugins
In reply to: [WP-Members Membership Plugin] wp-member shortcodes fails to bring login pageHi Chad…
Indeed it wasn’t active… which is weird since during plugin upgrade they should be activated automatically.For those newbies like me:
My main problem was that wp-member shortcode was my only way to access the portal.. but I’d learned that I could get to wp login page (it means not using wp-member plugin if I understand properly)…. for that you need access wp login page… it can be either of below:
https://<wwwname>/wordpress/wp-login.php
https://<wwwname>/wp-login.phpas a piece of information… while searching around there is a command line plugin (wp-cli) that could help you to get control your wp instance from command line, I guess it could help when you cannot login to the GUI console… however, you will need to have ssh access.
Good luck
Chad… thanks for your help.
Forum: Themes and Templates
In reply to: [Fruitful] Error after upgrade to WP 4.3HI, yes it is 2.7
I was contacted by Fruitful code team over email and they defined this as a warning andby simple disabling the debug (as previously described here in another post) the message should disappear.
You can send me an email if you want any help to recreate issue to have a proper solution.
thanks
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Set a Custom Email Address no changedVery good… thanks a lot Chad.
I’d implemented the three filters.
So now emails are going out with “from” align to my site and I’d disabled the relevant when password are changed… so I’m only getting email sent by WP-MEMBER plugin when users change their passwordfor those who wonder how to add filter, like I did, a very simple solution without needed to know about adding your own plugin or getting into choose which file to use… you can work with plugin: “Add PHP Code to create your own Actions and Filters“
It give you a placeholder (text edit box) for your filters….
Forum: Themes and Templates
In reply to: [Fruitful] Error after upgrade to WP 4.3Just to clarify… error isn’t an error per se but a warning message that makes my website look bad ??
I’d found a wait to disable the warning… so now I don’t get the message.. but the issue is still there… pretty much fort fruitful guys to resolve to be more align to the latest WP 4.3 versionfrom @pcenero (with a minor changes in the last sentences)
I think easiest way would be to make WP_DEBUG false for now, in wp-config file of your site.
define(‘WP_DEBUG’, false);
It worked for me to hide the error, hope works for you as well.
The wp-config.php file is located at the root of your WordPress installation.
Simply add that line before the “That’s it! Stop editing!” comment.
If it already exists, change the true value into falseForum: Plugins
In reply to: [WP-Members Membership Plugin] WP-Members 2.9.9.1 update patch for 2.9.9I’d a similar case, problem was on the domain level. I’d reached the limit of email sending. It was solved by creating an email account in my domain and setting it in the email tab for WP-Member configuration
Hope it is similar on your side.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] not getting member email notificationsI’d a similar case, problem was on the domain level. I’d reached the limit of email sending. It was solved by creating an email account in my domain and setting it in the email tab for WP-Member configuration
Hope it is similar on your side.