vbk100
Forum Replies Created
-
Josh,
That works but the text field doesn’t count separators (comma in this case).
Say, we add a text field to add new tags in addition to auto-complete field for multiple tags to create posts from the frontend. The user can enter just one new tag from the text field but not multiple tags ??
A repeater field may help but Calderaforms doesn’t support it so what I am requesting is to add a field-type especially for taxonomies that works exactly as ACF’s taxonomy field. Their taxonomy field-type allows you to select, add and edit taxonomies.
Thank you!
Josh,
> In your screenshot, you have the code icon clicked. It’s the “<>” that shows the HTML, if you unclick that, it’s a WYSIWYG editor. If that button doesn’t work, it’s probably a JavaScript error, check your console.
In the screenshot, we can see all icons all editing tools in black so it is WYSIWYG editor and not source editor. I think you are right about Javascript error. Will check and get back to you.
> I mark everything resolved after I reply. It’s the only way to keep track.
That’s okay! I thought I missed something.
Thank you!
I see this thread has been marked as “Resolved”. Could you tell me if I am missing something?
Josh,
As WYSIWYG editor is enabled, we shouldn’t see HTML tags in the editor. But it is showing HTML tags like if we are in the HTML editor.
It confuses users and as you see in the attached image (https://imgur.com/a/bdG5g) there are tags all over and it is hard for users to find what they want.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] How to use ACF fieldsI found the problem and fixed it myself.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] How to use ACF fieldsJosh,
I went ahead and added a function like this:
add_filter( 'caldera_forms_render_get_field', function( $field ) { //Change your field ID here if( 'fld_1612298' == $field[ 'ID' ] ){ $field[ 'config' ][ 'default' ] = get_field( 'field_name' ); } return $field; });
Whereas
fld_1612298
is my caldera form’s field andmy_website
is a ACF field. I am not seeing the URL being added to the custom field neither in the post edit screen not the front end. Could you tell me if I am missing anything here?- This reply was modified 7 years, 6 months ago by vbk100.
Thank you!
>1. There is only one Website field in default WordPress profile page. So, it is impossible to save the urls of all the social accounts user has linked. We cannot update the profile details after account linking as it is not necessary user would like to get these fields updated.
I think the profile section have fields for major social networks like Facebook and Twitter, etc., to where you can copy the addresses.
- This reply was modified 7 years, 7 months ago by vbk100.
Hello,
This is a cool plugin and awaiting the feature that supports “WPMU’s New Blog Template”. However, that WPMU’s plugin itself has issues and they are not maintaining well. May I suggest you to look at the old Site Creation Wizard? That was a great plugin which used to copy blog defaults, allow users to select language and check T & C.
Thanks again for offering a wonderful plugin.
Mayeenul Islam ,
Here is the category tree in rough that I am talking about: https://ge.tt/6ScG06j2 (please scroll down the check the image)
Also, may I suggest the style of WP Knowledgebase theme? That abandoned theme was the most advanced theme that I ever found and even paid themes don’t offer such features.
- This reply was modified 7 years, 8 months ago by vbk100.
Icons would be fine.
Thanks again!
Forum: Reviews
In reply to: [ApplyOnline - Application Form Builder and Manager] Fanatstic simple pluginYes, indeed.
- This reply was modified 8 years, 1 month ago by vbk100.
Forum: Plugins
In reply to: [ACF Front End Editor] Great plugin! But can we edit text beyond ACF fields?Yes, I saw that and enjoyed exploring. Thanks a lot for the quick update.
Can you tell me if there are filters available to extend the functionality to content produced by other plugins, e.g., WooCommerce or Job Manager etc.?
Thanks again!
Forum: Plugins
In reply to: [ACF Front End Editor] Great plugin! But can we edit text beyond ACF fields?Thank you!