lauramelos
Forum Replies Created
-
I have the same notice, it got fixed with andrewgould approach.
Great Plugin, I love the api
Forum: Plugins
In reply to: [WordPress Calls to Action] Conflict with acf plugin after updateYou are awesome! thanks a lot!
Forum: Plugins
In reply to: [WordPress Calls to Action] Conflict with acf plugin after updateForum: Plugins
In reply to: [WordPress Calls to Action] Conflict with acf plugin after updateThe acf is called in js inserted right on admin page.
If I comment out this three lines and uncomment the other (229) it works too.Forum: Plugins
In reply to: [WordPress Calls to Action] Conflict with acf plugin after updateThanks for your quick response, basically the error is on Advance Custom Field Plugin javascript:
"Uncaught ReferenceError: acf is not defined"
I’ve tried deactivating the rest of plugins and themes, and the conflict only show up with CTA plugin, and after plugin update.
I’ve tried commenting this line https://github.com/inboundnow/cta/blob/master/classes/class.enqueues.php#L229
And the conflict disappeared.Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] User Groupsyes, I think so. Of course I did this changes on db after doing a backup.
I’m also download all the site and test it on my local enviroment without problems.
I found the problem comes with the php function “array_unique” and its second argument. I took it off, as it is optional, and it works with out errors.
But now I found that it isn’t sending the notification mails. I install smtp plugin that work right, but EF continues not sending de emails, and it doesn’t gives any warning with the debug on.I’m thinking of ask the client to change the hosting if the support don’t give us any solution.
Thanks for your answers!
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] User GroupsI tried uninstalling all plugins wordpress plugin and reinstalling without success.
I find a problem in the table term_taxonomy for example: ef_usergroup ->{“description”:”Providing feedback and directions.”,”user_ids”:null}the user_ids is null when it has to be an array, I fix it by mysql and when I edit a user or a group it back to null.
Can you figure out what it is happening?
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] User Groupsno answer?