actualiza
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Field Template] Media selector not workingHi!
The same problem with WordPress 4.9.8. Media upload option not working well, open old appearance media library window without lightbox and when select the image and click “use this” or “insert into post” doesn’t work.
The html option doesn’t work either.
Some solution?Thank you very much!
I have disabled the Autoptimize plugin and now the section 100% works well.
Forum: Plugins
In reply to: [Genesis Featured Widget Amplified] Can’t select a CPT in dropdownSame problem in WordPress 4.9.
Forum: Plugins
In reply to: [cformsII] Create user with data from cforms2All I want is to create a user with these parameters (name, password and [email protected]).
I rename the file to ‘my-functions.php’ and the plugin is activated.
I include the function wp_create_user to my_cforms_ajax_filter but the user is not created in wordpress.Forum: Plugins
In reply to: [cformsII] Create user with data from cforms2I’m just editing the txt file.
I only add the wp_create_user function:
function my_cforms_ajax_filter($formID) {
### See my_cforms_filter
wp_create_user(“name”, “password”, “[email protected]” );
}I also tried adding the same function in the add_action function.
Forum: Plugins
In reply to: [cformsII] Create user with data from cforms2I tried adding the wordpress function ‘wp_create_user’ in the function ‘my_cforms_ajax_filter’ of my-functions.php.txt but is not working.
I also add in the add_action ‘cforms2_after_processing_action’ but nothing.
Forum: Plugins
In reply to: [Custom Field Suite] Only super administrator can edit loop in a postHi,
We have found the solution but do not really know why. It was the version of php server, we had to put a smaller version.Forum: Plugins
In reply to: [Custom Field Suite] Only super administrator can edit loop in a postWe have tried several things but without result…
Forum: Plugins
In reply to: [Custom Field Suite] Only super administrator can edit loop in a postAnother thing, it’s a multisite, and the plugin only uses only in one of the sites.
Thanks.