this works great, thanks... but my taxonomy has two meta fields added ("current user id" and "date of birth") that should be saved when taxonomy is created. I'm not a developer and would appreciate some help I thank you
Wow! So esay, but jetengine tax allows to insert meta like images or icons, im trying to find a way to insert an image meta to the taxonomy but by now it’s impossible for me. 😢
Thanks for this incredibly useful I am assuming this would be perfect for tags But after a while there would be hundreds of tags, and therefore is there a way that one would have predictive text and select it a selector box would be the obvious choice but how does the user see what terms he selected
Hi Jenny, thanks for your suggestion. To improve the current flow we can use autocomplete add-on of jetform builder with source from the term. This way users can see if the term is already there or not including take care of spellings.
Using mean? They can add 5 tags? You can take a meta field inside term which will store the ID of user. Before showing this form run a query which fetch terms having current user ID, if it is 5 hide form.
@@Website-Developer allow them to use comma separated textbox but make sure they cant add more than 5 using jQuery(document).ready(function($) { }); jQuery(document).ready(function($) { });
Brother elementor template not configure in jet engine profile account section, please help, I also chel view main slug, and dashboard slug, but default home page is showing , please help, I want your help please reply
Is it possible to make the same for TAGS? I am looking fo the solution for users to edit custom post type taxonomies like tags and create new ones from front-end.
@@konradkuspit179 It can work but the time they are update the post, you need to take the post ID and once the term is created in next few lines you will assign term to post id.
Hi Moxet...it doesnt work for me at all...not even an error so i could find what's going on...could you help me ?i am using Code Snippet for the code and set " Run snippet everywhere "
@@MoxetKhanPK thanks for your response Moxet ! i found the solution...i had the same issue as the @Joel_Eade ...i change the $taxonomy = $request['subject']; to $taxonomy = 'subject' and now it is working
it add it to database...but it doesn't add it on current post as a choice made by a user for that specific post, and that is what we are asking to crocoblocus progress team...so now we should first create taxonomie on frontent and then select it......not so usefull according to me.
Why it will add to the current post? we are not connecting terms but we are creating. Once you create you can go back to where your posts are and apply the way you want.
@@MoxetKhanPK Thank you...i found the way to add taxonomy directly to the post from a specific metafield...i wanted to add an input field as taxonomy another to use it in jet smart filter...this video guide me.
bro.. do you know how to do about Rating just like only star input need just like from IMDb? For now if I use review widgets all I see is we need to add review title and description if people want to review... if you know what I mean... (what I currently thinking is create a meta field in cpt and just take the calculate data from like we fill front end form or something... but I don't know what to do.:)
@MoxetKhanPK Yes, I tried that but how can I remove those required input boxes? also "submit review" button doesn't show unless we put those required fields.. even I tried to "display: block;" thing..
This is Magic! it's just what I have been looking for. thank you so much Mr. Moxet for making this excellent tutorial.
Thank you for this video. Super cool. I had to change $taxonomy = $request['tax']; to $taxonomy = 'tax'
same problem with my app...thanks @Joel_Eade
Very helpful!!! Just what I was looking for. Thank you.
I am glade that it help
@@MoxetKhanPK had to change it to taxonomy = 'tax' for it to work.
Is there a way to edit name/slug/description of terms from frontend?
Very useful, thank you!!
this works great, thanks...
but my taxonomy has two meta fields added ("current user id" and "date of birth") that should be saved when taxonomy is created.
I'm not a developer and would appreciate some help
I thank you
Very helpful, thank you Moxet😀
Going to tell the Croco community about this
Can you explain how to edit or remove any term eith front end
I will cover it in next video.
@@MoxetKhanPK we are waiting :)))
@@MoxetKhanPK Have you posted a video about it yet?
@@MoxetKhanPK we are waiting
@@MoxetKhanPK Bro everbody is waiting for that :) pls we need it
Hello!
How to mark automatic form checkbox in added category?
can i used this method to add check boxes from frontend ?
there is an error in code missing semicolon before foreach and make sure to add single quotes ' again in code because this code is on web.
Correction made..
amazing!! helps me a lot!
do you know if there is any way that i can do the same but add item to jetEngine Glossary?
Glossaries are stored in serialize PHP and a bit difficult to insert from front-end
Hi, is there a way to edit/delete a taxonomy terms from front-end?
Nice ❤
I am using this for TAGs would the logic be the same because I have 1000 odd tags so you can imagine if this is a checkbox ??
Wow! So esay, but jetengine tax allows to insert meta like images or icons, im trying to find a way to insert an image meta to the taxonomy but by now it’s impossible for me. 😢
it doesnt work for me.
i tried and copy everything you laid out. but still
Thanks for this incredibly useful I am assuming this would be perfect for tags But after a while there would be hundreds of tags, and therefore is there a way that one would have predictive text and select it a selector box would be the obvious choice but how does the user see what terms he selected
Hi Jenny, thanks for your suggestion. To improve the current flow we can use autocomplete add-on of jetform builder with source from the term. This way users can see if the term is already there or not including take care of spellings.
Thanks. What If I want to delete again from my dashboard ?
Why you are creating if you want to delete 😁😁😁 i ll cover it in next video.
Moxet please tell me if there is a way to limit the size of the box showing the tags
Its input box, you can use CSS
Thanks for taking the time to do this, how can this be modified to restrict users to using only 5 tags?
Using mean? They can add 5 tags? You can take a meta field inside term which will store the ID of user. Before showing this form run a query which fetch terms having current user ID, if it is 5 hide form.
@@MoxetKhanPK I would like users to only add tags, not categories and limit them to only using/choosing 5 tags per post.
@@Website-Developer allow them to use comma separated textbox but make sure they cant add more than 5 using
jQuery(document).ready(function($) {
});
jQuery(document).ready(function($) {
});
@@MoxetKhanPK how and where would this be applied to user roles? (I'm weak in code)
@@Website-Developer please send a DM to me on moxetkhan@gmail.com
In profile builder dashboard option not working properly, error 404 showing, elementor template page not showing dashboard page, please help
Brother elementor template not configure in jet engine profile account section, please help, I also chel view main slug, and dashboard slug, but default home page is showing , please help, I want your help please reply
Brother you are giving such a good and valuable Content but very regretting to see less views.
Thank you, keep sharing :)
Is it possible to make the same for TAGS?
I am looking fo the solution for users to edit custom post type taxonomies like tags and create new ones from front-end.
@@konradkuspit179 it has the same concept, please try
@@MoxetKhanPK Yes, it does
@@konradkuspit179 It can work but the time they are update the post, you need to take the post ID and once the term is created in next few lines you will assign term to post id.
Hi Moxet...it doesnt work for me at all...not even an error so i could find what's going on...could you help me ?i am using Code Snippet for the code and set " Run snippet everywhere "
You can contact me here, i ll have a look
www.fiverr.com/mxtkhan/transform-replicate-or-clone-any-wordpress-website-with-elementor
@@MoxetKhanPK thanks for your response Moxet ! i found the solution...i had the same issue as the
@Joel_Eade
...i change the $taxonomy = $request['subject']; to $taxonomy = 'subject' and now it is working
How can I fill a form than this form creates a taxonomy and then create a post with that taxonomy?
You need to use hook for creating post and ta
Is the code still working?, because it doesn't in my side. Maybe any WP changed it?
Its not changed
Bem complicado. Deveia ter opção de cadastro igual a imagem da capa. Ou igual outros campos de tags que existem em outros sites.
its front-end not back end, you can make it similar with some more code.
it add it to database...but it doesn't add it on current post as a choice made by a user for that specific post, and that is what we are asking to crocoblocus progress team...so now we should first create taxonomie on frontent and then select it......not so usefull according to me.
Why it will add to the current post?
we are not connecting terms but we are creating. Once you create you can go back to where your posts are and apply the way you want.
There is code for your specific case as well, which will create and connect directly.
@@MoxetKhanPK Thank you...i found the way to add taxonomy directly to the post from a specific metafield...i wanted to add an input field as taxonomy another to use it in jet smart filter...this video guide me.
JazzakAllal
Can you give me a guide? How to create custom id per agent or a company or a customer
USER ID by default is ID which you can use, if not you can take a meta field in user and add it from front-end/backend.
bro.. do you know how to do about Rating just like only star input need just like from IMDb? For now if I use review widgets all I see is we need to add review title and description if people want to review... if you know what I mean... (what I currently thinking is create a meta field in cpt and just take the calculate data from like we fill front end form or something... but I don't know what to do.:)
use CSS to hide extra inputboxes.
@MoxetKhanPK Yes, I tried that but how can I remove those required input boxes? also "submit review" button doesn't show unless we put those required fields.. even I tried to "display: block;" thing..
@@sawlay043 add default value input box using jquery.
muito Simple