$4.00Pay Now
Team Carousel is a simple, clean and very light weight Beaver Builder module which is displaying the team members in carousel style. You do not need custom CPT for it. You will manually add them from the module. You can present them in various styles also.
Installation Instruction
It is not a plugin. You will manually place the module into your theme folder and operate it from there. You can also customize it as per your requirements. Here is the steps
- Click on Pay Now button and buy the module (one time fee only).
- You will get a mail. You can download the product from there or login to my site, download it on your machine from Order/Download details page and extract it.
- You will connect your site via FTP or CPanel and create the folders inside your active theme folder: fl-builder and inside the fl-builder folder you will create another folder “modules”.
- You will upload the team-carousel folder into the fl-builder/modules folder.
- I did not convert this module to a plugin. You will initialize this module via some custom PHP code which I am sharing here. Please open the functions.php file of your theme and add this PHP code at end of the file
123456789101112add_filter( 'fl_builder_load_modules_paths', 'paulc_load_modules', 99 );function paulc_load_modules( $paths ) {$module_paths = glob( get_stylesheet_directory() . '/fl-builder/modules/*' );// Make sure we have an array.if ( ! is_array( $module_paths ) ) {return $paths;}$paths = array_merge( $paths, $module_paths );return $paths;}
Module installation process is complete.
How will you operate the module?
- Open the Beaver Page Builder Editor
- Click on the + icon and go to Posts section
- Click on the Team Carousel
- You will get a settings from on popup
- Add the team member contact one by one
- Customize the colors, columns and slider settings
- Click on Save button when setup will complete
$4.00Pay Now
Reviews
There are no reviews yet.