mattCreative
Forum Replies Created
-
Forum: Plugins
In reply to: [User Role Editor] Admin capabilities now removed – help!I am having this same issue – I have uninstalled and reinstalled the plugin. I have uninstalled the plugin and I cannot edit/add other admins, I cannot edit custom HTML on my site.
Why would you create a plugin that even after REMOVAL still destroys the default admin privileges? Why would you make this is a default feature of your plugin? Do you not see how many complaints/messages you get about this silly feature you created?
No one expects this to be default behaviour when they install this plugin..
Forum: Plugins
In reply to: [Infusionsoft SDK] Contact->save no doing duplicate check?Okay,
So no save with dup check.
Could we somehow do
new Infusionsoft_Contact($email)
to get an existing contact by email? Or is it best just to use dataService and search by field (email)?
Forum: Plugins
In reply to: [Infusionsoft SDK] Contact->save no doing duplicate check?Here is the video
Ah,
Thanks for the help. I mis-read second part after reading the initial warning.
Sorry there is not a way to remove this questions.
Forum: Plugins
In reply to: [Infusionsoft SDK] Trouble getting Initial example to workThat was it!
I removed the require_once from my code and it worked – verified contact added to infusionsoft.
Thank you for taking the time to help. It is very appreciated.
Matt
Forum: Plugins
In reply to: [Infusionsoft SDK] Trouble getting Initial example to workInteresting.
I have set the API key + app name in the settings page.I am ajaxing into the backend of WP using wp_ajax setup. The function is located in my themes functions.php, so I assume that it is being run within WordPress?
The only issue I see is that maybe the AJAXing is not initializing all the required functions to make this work?