Topic Tag

#Video

This Video tag has the detailed video explanation on WordPress core and Custom Plugins

How to get Twitter App ID and App Secret
#Video
Jul 11, 2019 6509 views

How to get Twitter App ID and App Secret

Visit https://developer.twitter.com and Login using your credentials Click on Your User Name | Apps Click Create an App Fill out the Mandatory fields like App name, Application Description, Website URL, Terms of Service, Privacy Policy, Organization Name, Organization Website URL Enable Sign in with Twitter To get the Callback URLs, please visit your website | Frontend Dashboard | Frontend Dashboard | Social | Settings | Add This URL on Redirect URL Click Create Once the app created, you can find Permissions tab at the top, click it. Then Click Edit Select the Request email address from users Click Save Now click the Keys and tokens tab at the top Copy the Consumer API keys and Secret into your website | Frontend Dashboard | Frontend Dashboard | Social | Twitter and paste the keys in respective ID and Secret and click Submit

Vinoth Kumar Read Tutorial
How to show custom post field in Frontend Post
#Video
Jul 03, 2019 10175 views

How to show custom post field in Frontend Post

Create a new Custom Post field in Frontend Dashboard, Login into WP Admin | Frontend Dashboard | Post Fields | Add New Custom Post Field While Creating the custom post field make a note of Input Meta field value ( we going to use this to show the value, eg, difficulty_le) Go to your website active theme (child theme), WP Admin | Appearance | Theme Editor | Choose the selected theme. Find the corresponding file, it may be single.php or template/content-single.php its based on your theme, if you are not aware, please contact your theme developer. Select the location you going to show the custom post value. Add the code like (eg, $post->difficulty_le)

Vinoth Kumar Read Tutorial
How to Sort Frontend Dashboard Menu
#Video
Jun 21, 2019 5543 views

How to Sort Frontend Dashboard Menu

To Sort a Frontend Dashboard WordPress menu, please visit your WP Admin section. Go to Frontend Dashboard | Dashboard Menu In Top Right corner you can find a button Sort Menu, click it. Now you can sort all the menu types like User Profile, Post/Custom Post, Custom Menus Sorting can be done upto one sub-level.

Vinoth Kumar Read Tutorial
How to Translate Frontend Dashboard
#Video
Jun 01, 2019 7327 views

How to Translate Frontend Dashboard

With the help of Loco Translate, we going to Translate Frontend Dashboard WordPress Plugin. Install the Loco Translate WordPress Plugin (Path : WP-ADMIN | Plugins | Add New | Search: Loco Translate) Go to Loco Translate Plugins (Path : WP-ADMIN | Loco Translate | Plugins) Click Frontend Dashboard under Bundle Name Select your language from the list available or click New Language Choose a Language from the List Choose a location, Custom selection would be default. Click Start Translating Select the Source text in the list Add the respective Language translation texts. Click Save. Now you can able to see the translation text to your local language. Please check whether you have selected the respective local language from Settings (Path: WP-ADMIN | Settings | General | Site Language)

Vinoth Kumar Read Tutorial
How to hide admin menu bar in Frontend Dashboard
#Video
Jun 23, 2018 6832 views

How to hide admin menu bar in Frontend Dashboard

The Admin menu bar can be hidden in Frontend Dashboard based on the user roles. Make sure you have installed Frontend Dashboard Templates WordPress plugin to follow the below step Go to Admin Dashboard | Frontend Dashboard | Frontend Dashboard | User Profile Layout | Hide Admin Menu Bar Select the necessary user roles to hide the WordPress admin menu bar, including Administrator and Unregistered users Do save. Now the Admin menu bar will be hidden for the selected user roles.

Vinoth Kumar Read Tutorial
How to add profile picture in Template 1
#Video
Nov 25, 2017 6408 views

How to add profile picture in Template 1

Navigate to Frontend Dashboard | User Profile | Click Add New Extra User Profile Field Make sure you have installed and activated the Frontend Dashboard Extra plugin Click File icon and add the respective details Click save Navigate to Frontend Dashboard | Frontend Dashboard | User Profile Layout | Settings | Change Profile Picture | Select the previously added field name in 3 Click Save Now you can able to see the field name with file upload option in template section. Once the user upload the picture and refresh the page, then the profile picture will be get automatically update.

Vinoth Kumar Read Tutorial
How to install Frontend Dashboard Templates
#Video
Nov 25, 2017 7977 views

How to install Frontend Dashboard Templates

Download the Frontend Dashboard Templates from Add-ons Upload and install the plugin Navigate to Frontend Dashboard | Frontend Dashboard | User Profile Layout | Settings Upload the logo and customise the logo size Change the Template Model to Template1 Navigate to Frontend Dashboard | Frontend Dashboard | User Profile Layout | Colours Change the colours to match your theme Navigate to Pages | All Pages | Dashboard Page Edit the Dashboard page where you have added [fed_dashboard] shortcode text Change the Page Attribute | Template to FED Layout 1 Publish the page. You can even add the Widget in the Right sidebar of the template Navigate to Appearance | Widgets Drag and drop the necessary widget into FED Right Sidebar.

Vinoth Kumar Read Tutorial
How to show pages content in Frontend Dashboard menu
#Video
Oct 27, 2017 8000 views

How to show pages content in Frontend Dashboard menu

The Frontend Dashboard Pages Add-Ons convert the Frontend Dashboard menu item into page content. Go to Admin Dashboard | Frontend Dashboard | Dashboard Menu Select the custom menu or add new menu Enable the “Show pages for this menu item?” Then you can see the list of Pages available in your website. Select the appropriate page. Do save. Then you can see the page content inside the created Frontend Dashboard menu.

Vinoth Kumar Read Tutorial
How to add Captcha to Frontend Dashboard
#Video
Oct 27, 2017 6183 views

How to add Captcha to Frontend Dashboard

Captcha protects the website from bot registration and login with high security. To add Captcha in Frontend Dashboard, please visit https://buffercode.com/plugin/frontend-dashboard-captcha to download the Plugin and install it in your WordPress website. Go to Admin Dashboard | Frontend Dashboard | Frontend Dashboard | Captcha Fill the Site and Secret Key [ You can get the keys from https://www.google.com/recaptcha/admin ] Select the page you want to show the Captcha like either in Login or Register or Both. Do save. Now the captcha will validate the Register and Login for Bot.

Vinoth Kumar Read Tutorial