Always great content, but probably my favorites are your tutorials like this one, where you're building custom (frontend) dashboards and forms. Much appreciated!
I was about to ask during the live stream yday if this would be something for you to dig into. With no stress, this is somthing I will really look in to. Many thanks Paul!
Hey Paul eagerly waiting for your reply🥺. I want to add something like if someone comes to frontend dashboard they may be able to see the total post count of the post they have have published.. Also need more tutorials on Frontend Dashboard through ACF & Elementor.... Lots Of Love ❤️
Great video Paul! Been learning a lot from your videos the last couple of weeks! Quick question...has Frontend admin for ACF changed their UI since this video? I don't have the Edit Form widget in Elementor...
I believe they have made some substantial changes to the UI. I should be releasing a new short series of videos covering the new version over the next few weeks. Keep an eye out for those when they are released. :)
how to add "Edit post form" in Elementor, I do not have it and also, I don't have "new post forms". Can you give me the link for those to install fronted forms. I could not find them in the WordPress library. Thanks
Hello! Thank you for your great tutorials! Is there a way to "reorder" the posts manually in a frontend dashboard, and have them reorder on the website as well? Thank you for any leads on that
Great video. Any view on the best Wordpress approach to create a client portal that looks great and simply allows clients to login and upload download documents? Emphasis on great UI
Great content Paul, thanks. I've got one question re images for post - will my authors have access to the media library, or will they get the option to upload images from a URL or their PC?
Great video Paul! Excellent! Friend, but, I find an alert that worries me , I already did all the steps following your explanation When I am editing a post as the author of the post (with suscriber role), I change the value ?=post_id and edit other posts from other authors Even, I have already configured in dynamic permissions that only authors can edit their own post, but the issue persist Otherwise, thank you very much, greetings!
Newbie question, please don’t be too harsh. Do I already have to have posts setup before I can create the dashboard. Or by creating this dashboard will it create posts that has not previously been setup? Apologies if it’s a simple answer but I’m new to Elementor/WP and web design. Thanks in advance
Again a great video. Thanks Paul. But I wonder what is the difference with another of your videos "How To Create Custom Front End WordPress Dashboard For Your Website Clients" ? Of course the layout is different for frontend users, but apart from that, do you think it's a better method to create frontend dashboard than the one explained in the previous video ?
Partially Robert, but you'd need the Pro version of frontend forms. You can see what you can achieve in this tutorial: ua-cam.com/video/PCBUun10OV4/v-deo.html
22:36 - I've just tested this restriction and it doesn't work (for me at least). I can edit posts of other users if I know the post_id and put it in the url. edit - just playing around with it now and it seems like select by role is overriding dynamic permissions. If I remove roles completely, then post author seems to become restricted properly.
I had the same question. Can you use CPTs with this solution.I don’t see a way to direct the edit page to look at a CPT. You can however get the loop to use the CPTs you have created.
This could use a redo as some of the options are not available any longer, eg: the setting under Post at 27:50 in your video. "Save as draft" is not there.
Hello Paul, I really like this video and created a site similar to this for school teachers so they can publish their module material. I wonder if theres any chance we can create a list of authors in the homepage and make search result only show the authors? Please help. I want to help teachers.
Does Content Control also work with Local(by Flywheel)? Pair of sites tested via Local but impossible to add Add a Restriction. Can't test this setting there. Installation on website via provider does work. This is a better option than Dashboard Welcome for Elementor. And as always perfect content.
Thank you for your videos, very instructive! However, i have a little question. How can i give to the front end user to fill in the ACF custom fields? Thank you in advance
Thanks a lot! Amazing tutorial! One question: is it possible to list drafts aswell? An how would I do that? (Since the loops only showing published posts. But maybe a user saves the post as draft and wants to edit it later)
Yes, you have the option to display draft posts as part of the query process I think. I'm not near the computer at the moment, but it should be possible.
@@WPTuts Found out: had to add this to function.php and add mycustomquery as custom query in the loop widget. add_action( 'elementor/query/mycustomquery', function( $query ) { $query->set( 'post_status', array( 'publish', 'pending', 'draft', 'future' ) ); } ); But one thing I did not solve yet: You can save a new post as draft with ACF-Frontend plug-in, but when editing this post you just can use "update" button, which publishes the post. I can't see a save as draft (again) in the edit post widget (ACF Frontend).
@@tinrmusic Hey! I'm looking to do exactly the same, I want authors to be able to see and edit their drafts and pending review posts. Where did you add the code?
Paul, I'm looking to do this similar type of thing with a WooCommerce site. I'm not sure if I could apply something like this to WooCommerce pages as well. The thought is to keep the 'shop manager' user(s) out of everything else as well, but it appears they can access a bit more than just the WooCommerce items with that level. Or would this be something more of a user rights plugin to further restrict that Role?
You'd probably benefit from adjusting the user role access privileges as I think there are still some limitations on what can be achieved with frontend dashboards and WooCommerce.
Is it possible that a company with multiple registered users can access all of its own posts (so that all employees (Users) can see all entries of this company)? i guess there has to be an extra for User-Groups-Plugin or so + Advanced Post Queries must also support these plugins
i cant understand the last part about the log out ?. when someone log out i want them to go to tthe home page not out of wordpress to the wp admin panel
Hey paul! So how do you get the "edit" button on your loop design to link to the page where you've put the edit form? I've created my loop, got the edit button in it. I have a page with a post grid showing my loop. I have another page with the edit form in it. When I click the edit button in my loop it just 404 pages me, how do I tell it to open my edit post page?
I think with the new version of frontend admin, we need to create the forms first and there I am missing assign category field. Do anyone have idea? I want to display category selection in the form
Unfortunately, everything has changed since this video, Custom advanced no longer there. The front end form is now using a shortcode and you have to edit the forms from the WP dashboard. Edit posts don't pull in the dynamic content to edit, no options for any dynamic content on these forms. So back to the original Wordpress dashboard. If you HAVE to use Wordpress just use white label CRM to clean up the dashboard and slack to make the side bar look better. But the best way is to manually code this using some other framework just plain ol PHP and easily pull in the user's post by echo out the field from the database, set up restrictions for the user, who can edit what, etc etc..
Hi Paul, would the ACF Front End plugin work with JetEngine for CPTs as well? Looking to build a jobs listing site for a small community and already have an agency licence with JetEngine.
I don't believe so, but if you have JetEngine you could use the Profile Builder to do a very similar thing. I did a video on this a couple of weeks ago. I'd suggest taking a look at that to get an idea of how to use it. :)
@@WPTuts Thanks Paul, I saw that video so will go back and take another look. And thanks for all your doing, you've been a massive help since I discovered your channel. :)
i want a dashboard for my team so they can see different respective area shops sales and growth on a multivendor wordpress website working on different cities
Paul, as we may be heading back into a lockdown, I'm not sure I can also handle you not having a total black t-shirt on. This is just too much for 2020.
@@pferrei I haven't tried it to be honest, but a quick look shows that there is a Save action in the Elementor forms widget when you have DC4E installed. So, theoretically, you should be able to do something very similar with it.
Since I have Elementor Pro I created a template of the heading for those pages - saved me some time for sure.
Exactly what we were looking searching for our website...your tutorials are excelent...thank you very much! Cheers from Romania, Mihai
Always great content, but probably my favorites are your tutorials like this one, where you're building custom (frontend) dashboards and forms. Much appreciated!
This was so helpful. It saved me hours trying to figure it out. Thank you!
This is exactly what I wanted, thank you for helping people to learn something new, you are doing the wonderful work 😄
I was about to ask during the live stream yday if this would be something for you to dig into. With no stress, this is somthing I will really look in to. Many thanks Paul!
Great work Sir, please make a video for a woocommerce website as well, if possible
⭐️ Awesome tutorials, am keeping watching! Thanks for the new horizons in an elegant and professional style! ⭐️
You are just great, thank you so much for all your lessons... I really appreciated!
ACF Frontend is not available anymore. Do you recommend any good alternative guys?
Great Video Paul !!! I have a question and it is the following. How can I show the list of all published posts and drafts?
Thanks for everything!
Great Video the latest version of custom forms seems to be missing the delete post option on the post section. Any suggestions on workaround?
Hey Paul eagerly waiting for your reply🥺. I want to add something like if someone comes to frontend dashboard they may be able to see the total post count of the post they have have published.. Also need more tutorials on Frontend Dashboard through ACF & Elementor....
Lots Of Love ❤️
This tutorial really helped me alot. THANK YOU!
Great video Paul! Been learning a lot from your videos the last couple of weeks! Quick question...has Frontend admin for ACF changed their UI since this video? I don't have the Edit Form widget in Elementor...
I believe they have made some substantial changes to the UI.
I should be releasing a new short series of videos covering the new version over the next few weeks. Keep an eye out for those when they are released. :)
how to add "Edit post form" in Elementor, I do not have it and also, I don't have "new post forms". Can you give me the link for those to install fronted forms. I could not find them in the WordPress library. Thanks
Hello! Thank you for your great tutorials! Is there a way to "reorder" the posts manually in a frontend dashboard, and have them reorder on the website as well? Thank you for any leads on that
Great video. Any view on the best Wordpress approach to create a client portal that looks great and simply allows clients to login and upload download documents? Emphasis on great UI
Paul, thank you once again another fantastic tut 🤩
Great content Paul, thanks. I've got one question re images for post - will my authors have access to the media library, or will they get the option to upload images from a URL or their PC?
Great video!
Is it possible to edit forms on the website, the same way u did it with the posts?
amazing tutorial dude...many thanks
Awesome tutorials Paul, thanks☺
Wonderful! Many many thanks!
Great video Paul! Excellent!
Friend, but, I find an alert that worries me
, I already did all the steps following your explanation
When I am editing a post as the author of the post (with suscriber role), I change the value ?=post_id and edit other posts from other authors
Even, I have already configured in dynamic permissions that only authors can edit their own post, but the issue persist
Otherwise, thank you very much, greetings!
BRILLIANT!!!!!!!
And it looks fantastic to boot!
Great, Paul! Thank you for high level content!
Really great, Paul! Thanks a lot!! ✌️
Newbie question, please don’t be too harsh. Do I already have to have posts setup before I can create the dashboard. Or by creating this dashboard will it create posts that has not previously been setup? Apologies if it’s a simple answer but I’m new to Elementor/WP and web design. Thanks in advance
Would this work for a multisite? How would you do this? Would love your help or direction!
Thanks for the training
Thanks man, so helpful ❤
Again a great video. Thanks Paul. But I wonder what is the difference with another of your videos "How To Create Custom Front End WordPress Dashboard For Your Website Clients" ? Of course the layout is different for frontend users, but apart from that, do you think it's a better method to create frontend dashboard than the one explained in the previous video ?
The key difference here is this video is using the free versions of the plugins. So, you don't have access to all the features. 👍
Thank you for this helpful tutorial!
Hey Paul, fantastic video! Would it be at all possible to show us how one can achieve this with WooCommerce integration?
Partially Robert, but you'd need the Pro version of frontend forms.
You can see what you can achieve in this tutorial: ua-cam.com/video/PCBUun10OV4/v-deo.html
22:36 - I've just tested this restriction and it doesn't work (for me at least). I can edit posts of other users if I know the post_id and put it in the url.
edit - just playing around with it now and it seems like select by role is overriding dynamic permissions. If I remove roles completely, then post author seems to become restricted properly.
great video. My edit posts don't show up in my widget menu....
It is also possible to display All Post including those Under Pending? Because all I can see in the Front End are the Published Posts. Thanks. 😁
is it possible to apply this form to a custom post type?
I had the same question. Can you use CPTs with this solution.I don’t see a way to direct the edit page to look at a CPT. You can however get the loop to use the CPTs you have created.
This could use a redo as some of the options are not available any longer, eg: the setting under Post at 27:50 in your video. "Save as draft" is not there.
Hello Paul, I really like this video and created a site similar to this for school teachers so they can publish their module material. I wonder if theres any chance we can create a list of authors in the homepage and make search result only show the authors? Please help. I want to help teachers.
Does Content Control also work with Local(by Flywheel)?
Pair of sites tested via Local but impossible to add Add a Restriction. Can't test this setting there.
Installation on website via provider does work.
This is a better option than Dashboard Welcome for Elementor. And as always perfect content.
To be honest, I have no idea as I don't use Local by Flywheel I'm afraid.
Thank you for is lovely tutorial
Thank you for your videos, very instructive!
However, i have a little question. How can i give to the front end user to fill in the ACF custom fields?
Thank you in advance
Do a search on the channel for frontend forms and there's a more advanced tutorial that includes ACF content. That should answer your questions.
Do you know how to find this edit post field when you use the bricks builder?
As always Awesome!!!🤩
This is the best! I really mean it. The best!
Thank you,FANTASTIC!!!....
Thanks a lot! Amazing tutorial! One question: is it possible to list drafts aswell? An how would I do that? (Since the loops only showing published posts. But maybe a user saves the post as draft and wants to edit it later)
Yes, you have the option to display draft posts as part of the query process I think. I'm not near the computer at the moment, but it should be possible.
@@WPTuts Found out: had to add this to function.php and add mycustomquery as custom query in the loop widget.
add_action( 'elementor/query/mycustomquery', function( $query ) {
$query->set( 'post_status', array( 'publish', 'pending', 'draft', 'future' ) );
} );
But one thing I did not solve yet: You can save a new post as draft with ACF-Frontend plug-in, but when editing this post you just can use "update" button, which publishes the post. I can't see a save as draft (again) in the edit post widget (ACF Frontend).
@@tinrmusic Hey! I'm looking to do exactly the same, I want authors to be able to see and edit their drafts and pending review posts. Where did you add the code?
@@aydesignart in the functions.php (top level in activated theme folder)
Great Sir
Paul, I'm looking to do this similar type of thing with a WooCommerce site. I'm not sure if I could apply something like this to WooCommerce pages as well. The thought is to keep the 'shop manager' user(s) out of everything else as well, but it appears they can access a bit more than just the WooCommerce items with that level. Or would this be something more of a user rights plugin to further restrict that Role?
You'd probably benefit from adjusting the user role access privileges as I think there are still some limitations on what can be achieved with frontend dashboards and WooCommerce.
Paul, can we get UPDATES version of this DASHBOARD, with only free tools, please!!
Is it possible that a company with multiple registered users can access all of its own posts (so that all employees (Users) can see all entries of this company)?
i guess there has to be an extra for User-Groups-Plugin or so + Advanced Post Queries must also support these plugins
I can't find the code for the logout, where is it?
A great video, thanks
Here you go: YOURDOMAIN.COM/wp-login.php?action=logout
Can use it for add and edit pages?
Just what I needed!
i cant understand the last part about the log out ?. when someone log out i want them to go to tthe home page not out of wordpress to the wp admin panel
Hey paul! So how do you get the "edit" button on your loop design to link to the page where you've put the edit form? I've created my loop, got the edit button in it. I have a page with a post grid showing my loop. I have another page with the edit form in it. When I click the edit button in my loop it just 404 pages me, how do I tell it to open my edit post page?
Could you do this with JetEngine instead of ACF?
Thanks !
I think with the new version of frontend admin, we need to create the forms first and there I am missing assign category field. Do anyone have idea? I want to display category selection in the form
great video. New sub
Unfortunately, everything has changed since this video, Custom advanced no longer there. The front end form is now using a shortcode and you have to edit the forms from the WP dashboard. Edit posts don't pull in the dynamic content to edit, no options for any dynamic content on these forms. So back to the original Wordpress dashboard. If you HAVE to use Wordpress just use white label CRM to clean up the dashboard and slack to make the side bar look better. But the best way is to manually code this using some other framework just plain ol PHP and easily pull in the user's post by echo out the field from the database, set up restrictions for the user, who can edit what, etc etc..
Is there any workaround? Did they make the editing options a pro only feature?
thanks
Hi, I was wondering is there a way to display posts that are pending review for only administrators?
Hi Paul, would the ACF Front End plugin work with JetEngine for CPTs as well? Looking to build a jobs listing site for a small community and already have an agency licence with JetEngine.
I don't believe so, but if you have JetEngine you could use the Profile Builder to do a very similar thing. I did a video on this a couple of weeks ago. I'd suggest taking a look at that to get an idea of how to use it. :)
@@WPTuts Thanks Paul, I saw that video so will go back and take another look. And thanks for all your doing, you've been a massive help since I discovered your channel. :)
@@fullmetalmerkin absolutely my pleasure. :)
Does anyone still have this version of plugin / wordpress where this is actualy possible? love to use this but it doesnt seem possible anymore :(
im unable to find save as draft option which is shown at 28:00
Is it possible to use with Divi instead of elementor? Or using Oxygen Builder?
Not with the main ACF Frontend plugin no. There may be alternatives but I'm not a user of Divi or Oxygen I'm afraid.
How to change profile picture from frontend and visible
did you find out?
Once I log-in as another user role (e.g. Author / Editor) the Dashboard styling goes away.
i want a dashboard for my team so they can see different respective area shops sales and growth on a multivendor wordpress website working on different cities
where can i post an question for you?
18:01 Query - Advanced Query Options is not showing (Want to show only loged in current user's posts)
Is It Dynamic ?
Dynamic in what way? The content is pulled in dynamically through the users login credentials and user role.
Paul, as we may be heading back into a lockdown, I'm not sure I can also handle you not having a total black t-shirt on. This is just too much for 2020.
🤣🤣🤣🤣
Normal service will resume very soon.
Where is the video link he tries to point to at 38:52 ?
If you give it a couple of seconds it will pop up. ua-cam.com/video/06owBb23UiQ/v-deo.html
Hello, I have jet engine it's possible Doing the same thing?
You can build something similar and I will be releasing a dedicated tutorial on building a frontend dashboard with JetEngine soon. :0)
@@WPTuts Just wanted to ask for that. Thank you for educating us.
@@WPTutsHi Paul, is it possible to do a similar dashboard using Dynamic Content for Elementor (to avoid having too many plugins)?
@@pferrei I haven't tried it to be honest, but a quick look shows that there is a Save action in the Elementor forms widget when you have DC4E installed. So, theoretically, you should be able to do something very similar with it.
Here is the logout action link example.com/wp-login.php?action=logout
Think people OK
How to display tags with specific category