How To Create Custom Front End WordPress Dashboard For Your Website Clients

Поделиться
HTML-код
  • Опубликовано: 3 окт 2024
  • #### CORRECTED REDIRECTION CODE LINKED BELOW & PINNED IN COMMENTS ####
    wptuts.co.uk/h...
    How To Create Custom Front End WordPress Dashboard For Your Website Clients and keep them from messing up all your hard work!
    In this tutorial, I'll be showing you how to build a completely custom WordPress frontend dashboard for your users with a couple of plugins, some cool ideas and peace of mind knowing your clients can't get into trouble!
    Download Elementor Dashboard Template: jo.my/5yggcy
    Learn how to build an awesome frontend client dashboard for your WordPress sites today!
    ► PLUGINS USED ◄
    ACF Frontend Pro: r.freemius.com...
    Elementor Pro: jo.my/1s0t2s2
    Elementor Custom Skin: www.eletemplat...
    Advanced Post Queries: wordpress.org/...
    Advanced Custom Fields Pro: www.advancedcu...
    00:32 - The Plugins Used
    05:26 - Setting up the login redirect & user restrictions
    12:24 - Building the Options Page
    15:21 - Importing the Custom WordPress Dashboard Template
    20:00 - Subscription Message
    20:14 - Setting up all the required dashboard pages
    32:31 - Add new posts options
    41:01 - Edit posts options
    52:12 - User options page
    55:47 - Adding ACF Posts
    1:02:00 - Editing ACF Posts
    1:10:00 - In Closing
    ► LINKS ◄
    Custom Options Pages with ACF: • WordPress Theme Custom...
    Beginners Guide to ACF: • Advanced Custom Fields...
    Beginners Guide to CPTUI: • How To Display Custom ...
    Frontend Forms For Elementor: • WordPress Frontend For...
    Elementor Custom Skin: • Elementor Pro Post Gri...
    ► CODE SOURCES ◄
    Redirect user Role: firstsiteguide...
    ACF Options Pages: www.advancedcu...
    Take your WordPress website and skills to the next level!
    ► THE TOOLS I LOVE ◄
    If you like what we do and would like to support us, please consider using these affiliate links when purchasing any of the plugins covered in our tutorials. Thank you for your support.
    ► WORDPRESS VISUAL PAGE BUILDERS ◄
    ★ ELEMENTOR PRO: jo.my/1s0t2s2
    ★ Brizy Pro: bit.ly/2Ji97r8
    ★ WPBakery Page Builder (Formerly VISUAL COMPOSER): bit.ly/2NVbVNP
    ★ DIVI 3 Page Builder: bit.ly/2HiiDcE
    ► WORDPRESS THEMES ◄
    ★ GeneratePress Premium: bit.ly/2Ydn1SE
    ★ OCEANWP: bit.ly/2fRHBr0
    ★ DIVI Theme: bit.ly/2G8JMiA
    ★ Astra Pro: bit.ly/2zruoKn
    ► WORDPRESS TOOLS ◄
    ★ SMART SLIDER 3: bit.ly/2G0G1vB
    ★ CSSHERO: bit.ly/2qbrRl6
    ★ SLIDER REVOLUTION 6 - jo.my/sr6
    ► SUBSCRIBE ◄
    bit.ly/2rX7rhu
    ► LETS CONNECT: ◄
    / wptutz
    SUPPORT: Our website offers additional information and perks. Please check it out! wptuts.co.uk

Комментарии • 361

  • @WPTuts
    @WPTuts  4 года назад +17

    There is a minor error in the code used in the video. The above code should rectify that issue.
    ================
    function my_login_redirect( $url, $request, $user ){
    if( $user && is_object( $user ) && is_a( $user, 'WP_User' ) ) {
    if( $user->has_cap( 'administrator') or $user->has_cap( 'author')) {
    $url = admin_url();
    } else {
    $url = home_url('/dashboard/');
    }
    }
    return $url;
    }
    add_filter('login_redirect', 'my_login_redirect', 10, 3 );
    ==================
    The code above is set to let both Administrators and Authors go to the standard WordPress dashboard and all other user roles will be redirected to the new custom Dashboard.
    Line 3 controls the user roles that are allowed access to the WordPress dashboard and if you wish to change that, you can edit or remove those additional roles but do NOT remove the Administrator or you may have an issue accessing the standard WordPress dashboard!

    • @manjuarun4u
      @manjuarun4u 4 года назад

      Can anybody help me ? It redirects to the dashboard but still show top of the site WP dashboard options. How can i fix it ?

    • @RudaRdp
      @RudaRdp 4 года назад

      same here....still go to wp dashboard

    • @ehsanham4797
      @ehsanham4797 4 года назад +1

      @@RudaRdp You guys to need add a plugin like user role editor and try adding the permission of viewing private page to your "subsriber" role or any other role you want to achieve this dashboard.

    • @ehsanham4797
      @ehsanham4797 4 года назад

      @@manjuarun4u you can use plugins that disable the dashboard for any users except admins or add custom codes to your function.php page . google about it .

    • @rafikelfakiri7642
      @rafikelfakiri7642 4 года назад

      @@manjuarun4u did you manage to get #Options# in dashboard ?

  • @mobileleadmonster9386
    @mobileleadmonster9386 4 года назад +14

    Seriously Only 63K subscribers ? this guy deserve more than 6 billions subscribers ! Share as much as you can ! Thanks Paul great tutorial !

  • @jeannineklein8259
    @jeannineklein8259 2 года назад +2

    I have been looking for something like this since I first started using Elementor. I build websites for nonprofits and very small businesses that want to be able to update their pages/posts but are barely technical enough to use email. This approach to building a user dashboard will save me (and my clients) untold grief.
    THANK YOU!

  • @simon_quinn
    @simon_quinn 4 года назад +13

    This is crazy because you just posted this yesterday and it's exactly what I'm working on right now using the same plugins and everything lol. I love creating this custom admin area because it's sooo much more user friendly and pretty than the WordPress admin area, plus it's more under our 'control' for example not giving access to certain things and not having 'notices' etc pop up on their dashboard etc.

    • @WPTuts
      @WPTuts  4 года назад +2

      Great minds eh?
      Totally agree, this is so much controllable to the normal WordPress Dashboard and also lets you flex your creativity and build a more user and brand-focused experience for clients.

  • @digwillhachi
    @digwillhachi 4 года назад +18

    Just want to comment again as these advanced videos are just so amazing and helpful. You are the best Wordpress RUclips out there please keep it coming !!

    • @WPTuts
      @WPTuts  4 года назад +1

      You're way too kind. :)

  • @drceyhunuzun
    @drceyhunuzun 4 года назад +14

    These are priceless tutorials which nobody share with such details whole. I really appr. you so much. Thanks a lot.

    • @WPTuts
      @WPTuts  4 года назад +1

      Thank you. :0)

  • @maurocarrera1134
    @maurocarrera1134 4 года назад +7

    I like Adam Praiser before... but now... your content is way better. Love your videos. Thanks and cheers from Argentina.

    • @WPTuts
      @WPTuts  4 года назад +1

      Wassup Argentina!!

    • @elvysscotti2
      @elvysscotti2 4 года назад +1

      maaaa hermano todo los dos son buenos. Cheers from Brazil.

    • @alhanrahman
      @alhanrahman 4 года назад

      Yes very true... Adam is just trying to promote tools and earn affiliate income rather than helping us out...

  • @JRGWxRxZ
    @JRGWxRxZ 4 года назад +3

    Paul C, i used to Watch your videos, this one is one of the best. Thorough, clear and diving in all possibilities offer by those plugings together. Thank you very much for your dedication and comitment. It was a pleasure to Watch, like a good movie. Continue in this direction for 2020.👍

    • @WPTuts
      @WPTuts  4 года назад +1

      Glad to hear you're digging the new type of content and I will certainly be working on more content like this in 2020 and beyond. :0)

  • @BahassiMustapha
    @BahassiMustapha 4 года назад +2

    Thanks a lot for this tutorial Paul C.
    Wordpress is the best open source CMC so far. Being able to customize the dashboard this way makes it even perfect to create white label profesional websites.

    • @WPTuts
      @WPTuts  4 года назад

      Exactly! This opens up so much more creativity and control.

  • @wplearnonline628
    @wplearnonline628 4 года назад +1

    I must say,your content is amazing . I keep wondering why I am just finding this gold mine now. Why do you still have this number of subscribers?. You are awesome man!!!. Thank you very much for all your videos.

  • @ewanly34
    @ewanly34 4 года назад +2

    Many thanks Paul. I'm grateful that you are doing such advanced videos. I think you became unique not only with your quality but also with the chosen contents. I wish you continuous success! 🙏

    • @WPTuts
      @WPTuts  4 года назад +2

      Thank you. It's not always easy to separate yourself from the other RUclipsrs out there, but the aim in 2020 is to do just that. Cover more advanced topics, look at how you can combine tools to build more unique projects and help people learn ways to expand their WordPress skillset and make more money.

  • @zysistem-net
    @zysistem-net 3 года назад

    You save my PHP life. God bless you my great teacher.

  • @dianneblake
    @dianneblake 3 года назад +4

    Exactly what I needed to know. Now when I look at new plugins, I know that everything doesn't have to be done in the admin panel.
    Looks like a lot of upfront work but will save a lot of support time. Thanks for putting this together! 😎

  • @OscarObians
    @OscarObians 3 года назад +1

    Wow! This video is such a gem. Thank you for sharing this. It's amazing what we can do with WordPress

  • @marie-laurelouterbach6547
    @marie-laurelouterbach6547 3 года назад +1

    Hi Paul,
    All I can say is Woaw !
    I’m a big fan of your chanel and you are m'y hero. Thanks so much.

  • @jonano508
    @jonano508 4 года назад +1

    Hello Paul, what an amazing tutorial! Thank you so much. i have a few WordPress sites and with this tutorial I was able to relinquish content updating to the site owners. You are the best you out here. I am looking a creating a holiday rentals site and this dashboard is A MUST! Keep it up!

  • @TheProdisplay
    @TheProdisplay 4 года назад +2

    Can´t love you enough Paul 🤩 Amazing like always! What a content!! 🔥🔥🔥

    • @WPTuts
      @WPTuts  4 года назад

      Lol.. blushing! 😊

  • @scottwolfe6209
    @scottwolfe6209 2 года назад

    Great video! Can't wait to follow along and build a platform for our authors to start submitting their articles.

  • @SEALIFERESCUE
    @SEALIFERESCUE 4 года назад +4

    Brilliant - Top Quality - Paul is taking it to the next level !! - future request - How to edit/update user profile image in the options, please - Cheers

    • @santosh2khatri
      @santosh2khatri 4 года назад

      Yes, same question - how can we edit/update user profile image.

    • @sebastianpreue5270
      @sebastianpreue5270 4 года назад

      Seems to be a bug, all the options are there but the image won't pass through. Right Paul?

  • @saipraveen1648
    @saipraveen1648 4 года назад +1

    This is the tutorial I have been waiting for a long time

  • @henriquemonnerat5199
    @henriquemonnerat5199 4 года назад +14

    Hi Paul! Great tutorial! I would be very curious to see you make the same dashboard, using Jet Engine instead of ACF. Would be a great head to head comparison.

    • @MilesVanlife
      @MilesVanlife 3 года назад +2

      Paul, I'd love to see this as well. And since ACF has gone off the proverbial DEEP END of late, Jet Engine would be a natural next choice to do this with.

  • @kristinev.c.5204
    @kristinev.c.5204 4 года назад

    I'm working on this right now. I'm just not sure if I can do this for multiple users. Teachers/Student dashboards. Thanks so much, Paul! This gave me a lot of ideas

  • @AndyDOHD1
    @AndyDOHD1 4 года назад +4

    Just what I've been waiting for. Someone has been busy!

    • @WPTuts
      @WPTuts  4 года назад +1

      Just a little... lol

  • @MilesVanlife
    @MilesVanlife 3 года назад +1

    Fab tutorial Paul! Love your work my man. Fab! Absolutely fab! Clean, clear, excellent walk throughs! I'd love to see this done with Jet Engine instead though. As ACF has gone off the rails due to its being sold to delicious minds.

    • @WPTuts
      @WPTuts  3 года назад

      Already done my good man.. you can check it out here: ruclips.net/video/fwGon7N7fZQ/видео.html :)

    • @MilesVanlife
      @MilesVanlife 3 года назад +1

      @@WPTuts DUh. Of course you already did this. I'm an idiot for not looking. Sorry to bother but thanks for the link sir. Again, fab work!

  • @Foobart01
    @Foobart01 3 года назад

    Thank you, Paul, for a mindblowing tutorial! I'm investigating options for a new project and the vague wish for a 'custom dashboard' for content contributors, just became a very real possibility. Wonderful work!

  • @shabtikaplan
    @shabtikaplan 4 года назад +2

    Another incredible video from the pro! Thank you 😎

    • @WPTuts
      @WPTuts  4 года назад +1

      Cheers Shabti and thank's for the great plugins that make it so easy to build.

  • @mixapplab1097
    @mixapplab1097 3 года назад

    Really I don't have any word to express my filling Thank you for This amazing and pewful Tutorial Thank you Mr. Paul

  • @johnboland9229
    @johnboland9229 4 года назад +1

    Love that dashboard template. Just added it to my site.

    • @WPTuts
      @WPTuts  4 года назад

      Great to hear you've found a use for it. 😁

  • @realestateTO
    @realestateTO 4 года назад

    Your tutorials are simply incredible. Thank you

  • @NMBAsuz
    @NMBAsuz Год назад +2

    The link to the dashboard template isn't working anymore. I know this is 2 years old, but I think that could still be helpful if restored. Thanks! I always get so much from your tutorials!

  • @lilwhodyson
    @lilwhodyson 3 года назад +1

    this is so awesome, i think i'm close to tears

  • @alikibao3744
    @alikibao3744 4 года назад +1

    Great video as always Paul... Thank you very much.

  • @Inspiredfingers
    @Inspiredfingers 4 года назад

    I had to subscribe. No choice. Priceless!!!

  • @yegdigital
    @yegdigital 4 года назад +4

    This is such a great video. I'm curious how this might work with creating events, having them un-publish based on the event date and or be set as a recurring event

  • @yusri-fuadhaas7667
    @yusri-fuadhaas7667 2 года назад +4

    Awesome tutorial, I Know i am like 2 years late, however do you have an updated link of the dashboard page template? The link no longer works

  • @Fabio330ci
    @Fabio330ci 3 года назад

    Only admin or editor rule can submit data and edit it.. which is the best way to show these data to specific users filterd by specific field..
    for example. if we have a customer that love "ford brand" will be nice to show only filtered post based on his preference...

  • @athardis
    @athardis 4 года назад +1

    Thanks for reading my mind and posting this tutorial!

  • @elvysscotti2
    @elvysscotti2 4 года назад

    Thanks Paul for sharing your knowledge with us, you will go to heaven.
    I accessed your channel today and I realized that I follow you since 2014, and I can say I have learned lots of things with your channel. Your teaching method is clear and efficient.
    Do you think this technique would work well with Learndash as well? I'm in the middle of a LD project and I would like to build a custom LD-WP dashboard for the customer. I ask it 'cause Learndash seems way more complex. Cheers from Brazil.

  • @siboalpha8858
    @siboalpha8858 4 года назад

    This is helpful man. And I enjoyed it. Thank you

  • @fashionistawithxyniiii3465
    @fashionistawithxyniiii3465 4 года назад +1

    Hi Paul, You are doing great 👍 you teach us everything in best way, Please make a video on styling Woocommerce variations select dropdown. I need to do it in my website but i'm unable to do it as i want, also tell us how can we add JS or Ajax in elementor. Thanks :)

  • @marc089
    @marc089 4 года назад +1

    Thats a good one! - I do really appreciate the content you put out for us - premium tuts!
    You once did a video using WP User Frontend Pro. One the payment option is included as well as woo - I am wondering if it is worth switching to ACF Frontend.
    May I kindly ask your opinion on both of these frontend plugins. Like a short WPUF vs ACF Frontend ...
    Please keep on doing that GREAT work Paul.

    • @WPTuts
      @WPTuts  4 года назад +1

      WPUF Pro is a great plugin, but can be a little complex and time consuming to do many different things. From an ease of use point of view, I'd say that ACF Frontend Pro is easier to implement but is currently lacking the payment and WooCommerce options.
      That being said, both of those functions are currently in development and should be released very soon. I would recommend keeping an eye on ACF Frontend Pro and once those extras are released, I would probably opt for using that over WPUF Pro just for its simplicity and speed in which you can integrate it into your site.

  • @siddharthdangi4377
    @siddharthdangi4377 4 года назад +1

    Amazing! Just what I needed

  • @estebancosin
    @estebancosin 2 года назад +3

    Hi Paul and thanks for this amazing video.
    The only thing I see is that Elementor Dashboard Template link is broken now... Do you have a new link to download it? Many thanks!

  • @FelixEkpa
    @FelixEkpa 4 года назад +1

    Hi Paul, been an ardent follower of this channel for a while now and I must say you are doing a great job, I never miss any of your videos all very insightful and the fact that all of this is free is just mind-blowing. Thank you for doing this. QUESTION from this video, is it possible to put all of the templates and customizations from the mix of this plugin into something one can install into a new website built versus having to go through the process of creating a new dashboard each time? (from Nigeria)

    • @WPTuts
      @WPTuts  4 года назад

      I've not tried this, but you could setup a simple doner site, create the dashboard and relevant pages and then use the WordPress exported to export the pages and the Elementor option to export your template files.
      On your new site, install the key plugins and do the reverse process from above.
      Theoretically, that should work as I don't believe there are any specific settings that relate to the site or a user included.

    • @FelixEkpa
      @FelixEkpa 4 года назад +1

      @@WPTuts Thanks, I tried this already from another of my sites, feel like too many moving parts looking for stuff around, but the "doner" site idea seems like a great idea, will set that up so I'll always have where to go get it from. thank you once again for all your videos.

  • @juanespinoza8918
    @juanespinoza8918 3 года назад

    Hello, very good, your videos have earned a subscriber. I am starting in this world and you could make a video of a dynamic web, to be able to change photos, texts, titles since there is not much information, it would be like a self-managing or dynamic web. Cheers

  • @gieselman
    @gieselman 4 года назад +1

    wow. very creative. nicely done.

  • @brucebidgood818
    @brucebidgood818 3 года назад

    Thanks, Really opened my eyes Paul :)

  • @nickpage9138
    @nickpage9138 3 года назад

    Hi, you sound Welsh? I'm also from s. wales. Thank you for this video mate I wish I found this 5 months ago when you made it, would of saved me a lot of time. :)

  • @kanitechlimited
    @kanitechlimited 3 года назад

    Thank you for you teaching

  • @acopeland
    @acopeland 4 года назад

    This video was exactly what I needed to learn! Thank you!!!
    One thing I'm struggling with - does anyone know how to make it so users can view their own 'Pending' or even 'Draft' posts? Even better, if they could view and edit them. Even when I give my users Editor access (I really only want them to be 'Contributors'), I still can't make it so they can see *their own* pending/draft posts from the front end.

    • @WPTuts
      @WPTuts  4 года назад

      I believe the Draft options have been updated in the pro version of the plugin. ruclips.net/video/Glo7I_9f26g/видео.html

  • @theblurpi3349
    @theblurpi3349 2 месяца назад

    Hello there. Watching this video after 4 years, and I'm really amazed by how much content is here!
    One issue though, the Author Shabti Kaplan seems like is not making any plugins anymore, therefore two main plugins of this guide do not exist anymore.
    ACF Frontend Form Element Pro & Advanced Post Queries.
    Any Alternatives to use instead of them?
    Thank you in advance!

  • @warwickkay
    @warwickkay 4 года назад +2

    Hi Paul brilliant video as always 👍🏻
    Once I’ve created a setup I like is there a simple way to roll that out to other client sites that would need the same set up too?

    • @WPTuts
      @WPTuts  4 года назад

      Not a really simple way. If you were going to use the same structure (ACF fields, for example) then a dummy site that could be cloned or if you were using something like Local by Flywheel, you could create a template for the setup.
      Alternatively, if you were only using standard WordPress features (Posts, pages, etc) that would be a lot easier as you are using the standard WP features and not complicating matters with ACF.
      Off the top of my head, I can't see an easier way unless it could somehow be packaged, but that's currently beyond my pay grade. lol

    • @warwickkay8127
      @warwickkay8127 4 года назад

      WPTuts it’s a real shame you can’t export everything and bring those settings into other websites as I’d like to have this set up on most of my clients sites but I have hundreds!

  • @MarcelHeiniger
    @MarcelHeiniger 4 года назад +2

    Just in time, lol. Just yesterday I started a customer Dashboard.

    • @WPTuts
      @WPTuts  4 года назад

      Hopefully this will help :)

    • @MarcelHeiniger
      @MarcelHeiniger 4 года назад

      @@WPTuts Just try to figure out how to make a user admin board, with a list of pending users and approved users, with a link to edit their user's profile. With dinamic.ooo I managed to make the list but not how to link to edit

  • @grassmediawebdesign6292
    @grassmediawebdesign6292 4 года назад +3

    Hey Paul, imagine if we could include "Add simple product" for WooCommerce clients :)

    • @WPTuts
      @WPTuts  4 года назад +2

      WooCommerce is coming to the ACF Frontend Post Pro plugin soon, so adding content through the custom dashboard should be a viable option once released. 😁

  • @vision4web721
    @vision4web721 4 года назад

    Hi,
    i enjoy this kind of videos!

  • @TheAnja243
    @TheAnja243 4 года назад +2

    Hi Paul, been implementing your tutorials - thank you so much for the amazing content!! One question: What plugin/set up do you recommend for adding a simple sign up/registration page that links through to the dashboard as well, just like it does for existing users as you demonstrated in this tutorial?

  • @chipsANbeans
    @chipsANbeans 4 года назад +1

    Loved it!

  • @GeertBonamie
    @GeertBonamie 4 года назад

    Thanks for this tutorial. If you really want your users to stay out of the WP back-end, then this would certainly be one way, and a very beautiful and elegant one indeed! I am just not convinced yet it would also be my way, as I would probably go for a combination of user permissions and admin menu settings. Can you, for instance, with this dashboard give people access to, say, Yoast SEO fields for a given post?

  • @adminfizdi5850
    @adminfizdi5850 4 года назад +1

    Thanks for a wonderful video. ACF Frontend PRO has not yet released support for woocommerce. Can you recommend any other plugin that can help create frontend for woocommerce products having acf data ?

    • @WPTuts
      @WPTuts  4 года назад

      It does have support for WooCommerce, but not full support right now. It can handle simple products and I believe digital products, but not more complex products. That is coming though.
      An alternative would be WP User Frontend Pro which I believe has WC support.
      bit.ly/3fvU8tC

  • @mulkproject687
    @mulkproject687 4 года назад +2

    hello i just want to ask this things works if i want to apply the method in woocommerce? access to product page, woocommerce page?

  • @HussamZenith
    @HussamZenith 9 месяцев назад

    What a coincidence, I also use same wallpaper.

  • @manavbudhia
    @manavbudhia 4 года назад +1

    Awsome Tutorial !!! Can you suggest or make a short video on photography image upload from frontend dashboard... Thanks

    • @WPTuts
      @WPTuts  4 года назад +1

      I'm not too sure what you mean. If all you need to do is create a simple frontend upload form, then the free version of the plugin used in this tutorial should do the trick: ruclips.net/video/iHx7krTqRN0/видео.html

  • @joeklyde2337
    @joeklyde2337 3 года назад +1

    Hi thanks for this precious tutorial !
    I have an issue with frontendform PRO, the edit option doesnt show in main action !
    I have all the PRO version of ALL the plugin listed...
    Someone help please !! iam stucked !!!
    Best regards

    • @marylibbey6074
      @marylibbey6074 3 года назад

      I have the same problem - my version doesn't match what's in the video, so perhaps this tutorial needs to be updated as well?

    • @joeklyde2337
      @joeklyde2337 3 года назад

      @@marylibbey6074 the dev answer me and said this options is called edit site

  • @mastrasara4273
    @mastrasara4273 3 года назад

    Man you rock. Cheers

  • @ayandangwenya6191
    @ayandangwenya6191 2 года назад +2

    Importing the Custom WordPress Dashboard Template.. i have in issue the download link not working

  • @xxoooOFxx
    @xxoooOFxx 2 года назад

    Fantastic tut, as usual, Paul! Can I do this with Elementor Pro and Jetengine instead? JE appears to have much of the things you're using with ACF, ACF FE, APQ, and Ele.

  • @LPH2004
    @LPH2004 4 года назад +1

    Great topic Paul. Thanks for the video. Is there a way to do it with out additional plugins than Elementor and some additional coding.

    • @WPTuts
      @WPTuts  4 года назад

      If you're happy editing template files, etc., then I'm sure you could build something similar to this. :0)

  • @oshikhan6945
    @oshikhan6945 3 года назад

    You are a Legend.

  • @patrickbell9117
    @patrickbell9117 4 года назад

    Learning how to combine plugins as you tutor is a fantastic contribution to the wordpress community. Thanks so much.
    I am trying to add front end editing functionality to a themebuilder popup plus after date in dynamicconditions. Could I create a custom post type with a popup contents and with dynamicconditions fields?

  • @jjes.studio
    @jjes.studio 2 года назад +3

    "Download Elementor Dashboard Template" - not a working link

  • @jayantasarkar9832
    @jayantasarkar9832 4 года назад +1

    Really nice tutorial. Love it.
    Can you suggest how to edit the Profile Picture/Avatar (I am using Simple Local Avatars) from this dashboard. That would just complete the profile editing part.

    • @kjkilojoules
      @kjkilojoules 4 года назад

      This is also what I'd like to know.

    • @jayantasarkar9832
      @jayantasarkar9832 4 года назад

      @@kjkilojoules I discarded the simple local avatar and worked it out with ACF.

  • @manuelherrerabarraza5295
    @manuelherrerabarraza5295 4 года назад +1

    Hey Paul, Thanks for this amazing video. Im having troubles to make this work. Im already have a child theme and i was edit the functions.php like you do, but when i logging a Editor user role, this go directly to the usual dashboard instead. I used the corrected code that you posted in the comments.
    Thanks Mate.

  • @nottams3174
    @nottams3174 4 года назад

    Top Drawer, as always

  • @xavierbarbot8325
    @xavierbarbot8325 4 года назад +1

    So interesting, thanks for this premium content... you're making me double guess the choices I made to build business directories... I have a question, which paying component would you recommend to use with Elementor Pro and ACF to charge users for listings and have enough flexibility?

    • @WPTuts
      @WPTuts  4 года назад +1

      I'd probably wait until the payment options are added to ACF Frontend Forms Pro. I believe that should be sometime this month. 👍

    • @xavierbarbot8325
      @xavierbarbot8325 4 года назад +1

      @@WPTuts Thanks, appreciate the quick reply!

  • @alotoimua7924
    @alotoimua7924 4 года назад +2

    awesome !!!

  • @ryanb8251
    @ryanb8251 4 года назад +3

    Thank you for the video I am in the process of trying to create something like this. I was using ACF..: just wondering if there is any reason you wouldn’t use jetengine?

  • @TomPinkus
    @TomPinkus 3 года назад

    I like what you're showing here. What about MultiSite where a user has access to more than one site? How does the redirect work there and/or will this actually work?

  • @BGdev305
    @BGdev305 4 года назад

    Like it.. ACF Frontend "Pro" should be using ajax IMO

  • @10mchr
    @10mchr 4 года назад

    Hey Paul, great tutorial & nice crespy voice ;) I'm wondering.. can it be done with Oxygen builder and Crocoblock Jetengien?

  • @luca_pandolfi
    @luca_pandolfi 4 года назад

    Very great Job. This was very very useful for me! Thanks
    I have a question: These setups are good also with the Multilingual platform? Because I need to translate in different languages all of the fields and related messages and notifications based on specific language of user.

  • @adambermingham7661
    @adambermingham7661 4 года назад +1

    Hi Paul. I configured everything the way I need it (with your help, thank you), except one thing. I have a Custom Post Type that the form adds a new post to. How do I configure the categories and/or a custom field to allow a guest poster to select one of the custom taxonomies within the Custom Post type. In my case the post type is "Member's Entries," the taxonomy is "Galleries" and they would select "Art" or "Poetry" or "Pottery" etc. I hope this makes sense. Thanks again for your help.

  • @joleneswart6284
    @joleneswart6284 4 года назад +2

    Hey Paul, love your tutorials. I have 2 questions though. 1. Can I create two separate user dashboards based on user roles eg. one for recruiter and one for job seeker? 2. Can I change your dashboard template design in elementor?

    • @WPTuts
      @WPTuts  4 года назад +2

      Yes to both questions. :0)

  • @adamthedev
    @adamthedev 4 года назад

    This is a great tut! Thanks a lot @WPTuts - going to implement this for a client soon. Also, if anyone wants to hide Gutenberg editor without using a plugin, I've posted a 2 min video on my channel on how to do so!

  • @siedswijnja
    @siedswijnja 4 года назад +2

    Hi Paul, love your tutorial, but can't get something to work. When I create the editor role everthing seems to work, but the user doesn't go to the 'dashboard' page. Something to do with the fact that I'm working localy With MAMP pro instead of direct online? I can imagine that the code in functions.php ($url = home_url('/dashboard/'); should be a little bit different. Thanks for your help.

    • @sarahw6249
      @sarahw6249 4 года назад

      Hey! I just figured this out so thought I'd let you know :) My new Editor user wasn't redirecting to the dashboard page, and I've just worked out why. At 9:30 into the video, Paul says that changing the user type in the code from 'author' to 'editor' will redirect administrators and editors to the new dashboard page, when in fact it will do the opposite - it will redirect all users EXCEPT admins and editors. When he clicks save on the video it looks like it resets to "author" instead of "editor", which makes the fact that Paul's new Editor user is being redirected to the new dashboard page but ours isn't make a lot more sense.

  • @christianpassio7176
    @christianpassio7176 2 года назад

    Excuse me, it's a wonderful tutorial , where can i find json for templates?

  • @mattbrooke8320
    @mattbrooke8320 4 года назад

    Great tutorials as always. looking forward to a follow up! How would you use edit post to see comments left in posts and be able to leave reply?

  • @josiahemmy
    @josiahemmy 2 года назад

    Thanks for this great video. The link to the dashboard template not working. Kindly update. Thanks

  • @AndreaFornengo-f5b
    @AndreaFornengo-f5b 3 года назад

    Hi Paul, once again thx for the outstanding tutorial. I'd like to know wether is possible, maybe via some custom code (?), to have the "Add posts" private page *child* of the "Dashboard" private page. It just makes more sense to me having such a tree, since the add posts funcionality is part of the dashboard.

  • @taskitvirtualsolutions
    @taskitvirtualsolutions 3 года назад

    Another excellent video Paul! My only issue is I use Hello theme and it appears there is no 'options' option possible with it?

    • @WPTuts
      @WPTuts  3 года назад

      The Options isn't to do with the theme, it's a function you can add through ACF but isn't overly important. :)

  • @dcStreaming
    @dcStreaming 4 года назад

    Hi Paul, congratulations, I am learning a lot with your videos. I'm making a website for content creators who pay a monthly fee. This allows them to sell online their articles. My idea is not to create a membership web, this means that reader can enter and buy only the article they want from the creator they prefer. I'm making it with Elementor Pro, ACF, ACF FrontedPro y woocommerce. My problem is the following: I tried to make this with Pay for post with woocommerce, but as I'm trying that the creator has its own dashboard in the frontend, I could't creat a product and a post at the same time with 1 form only.
    In addition, if it would be possible to create at the same time product and post, I wouls also need to relate them together. It seems not possible neither.
    Do you know if this is possibile? Thank you

  • @alexricovic336
    @alexricovic336 3 года назад +1

    I wrote code as you did and follow you step by step but my (options) tab didn't appear on dashboard sidebar i uninstalled and reinstalled plugins but nothing change could you help me please.

  • @rondion9141
    @rondion9141 4 года назад +1

    Can you maybe show us how to do this EXACT SAME DASHBOARD using JetEngine?

  • @sarahw6249
    @sarahw6249 4 года назад

    My new Editor user wasn't redirecting to the dashboard page, and I've just worked out why. At 9:30 into the video, Paul says that changing the user type in the code from 'author' to 'editor' will redirect administrators and editors to the new dashboard page, when in fact it will do the opposite - it will redirect all users EXCEPT admins and editors. When he clicks save on the video it looks like it resets to "author" instead of "editor", which makes the fact that Paul's new Editor user is being redirected to the new dashboard page but ours isn't make a lot more sense.

  • @teamvebely9230
    @teamvebely9230 4 года назад +1

    i don't know why but I have implemented correct code in functions.php but still options tab is not showing.

  • @fremofan738
    @fremofan738 3 года назад

    Great video Paul, tnx! One question though. How do i start over from scretch with Profile Builder? Deleting the Jetengine plugin and begin all over does not do the job for me because i miss some pages etc ..

  • @AlejandroMartinez-rj4ty
    @AlejandroMartinez-rj4ty 2 года назад

    Hi Paul, best wishes for 2022. Again a great video. I've created my frontend dashboard for Clients, but only published posts are listed in 'Edit Post' functionality. Usually I have an intermediate state 'Pending review' for posts and I'd like Clients to be able to edit 'Pending Review' or 'Draft' posts from their frontend dashboard. How can I achieve that ? Thanks

  • @AndrewMcSpadden
    @AndrewMcSpadden 4 года назад

    Thank you for the video. you made it seems like elementor was essential for this to work. Could you share alternatives if we don't use elementor?

  • @quizzymaster7377
    @quizzymaster7377 4 года назад

    Hi Paul, Fantastic videos and they all helping me build my site, I've followed the tutorial and everything works great apart from when you add a new post and it is set to private it does not appear in the post loop by author (it does if the post is public), logged in user is set to editor, could you explain why this is or does your method only work if the posts are public.

  • @yungvybz92
    @yungvybz92 2 года назад

    how do you fix the comment page, going crazy over here lol. Besides that great tutorial, seen the newer one but I like this template better. thank and looking forward to your reply.

  • @OwenKane
    @OwenKane 3 года назад

    Paul, am I right by stating that I should be able to use Jet Engine in place of ACF Pro? What else would I need?