In this post, we’ll be showing you how you can easily create a simple creative timeline with Divi’s your Person Modules with Css and without plugin
Timeline Demo
kristiana
Web Developer
Enter your Content Here …Enter your Content Here …Enter your Content Here …Enter your Content Here …Enter your Content Here …Enter your Content Here ..
Williamson
Web Designer
Enter your Content Here …Enter your Content Here …Enter your Content Here …Enter your Content Here …Enter your Content Here …Enter your Content Here ..
Steve Thomas
SEO Expert
Enter your Content Here …Enter your Content Here …Enter your Content Here …Enter your Content Here …Enter your Content Here …Enter your Content Here ..
Lorem Jeny
Marketing
Enter your Content Here …Enter your Content Here …Enter your Content Here …Enter your Content Here …Enter your Content Here …Enter your Content Here …Enter your Content Here …Enter your Content Here …Enter your Content Here …
Subscribe To Download
Once you scbscribe then download link will be available.it dose not take long to get left behind! Stay up to date with the latest news from us.Each week we share useful content, development news, WordPress tips, Divi tutorials and more.
Steps for Craete Timeline using Person Module
Step 1. Download DIVI_TIMELINE_USING_DIVI_PERSON_MODULE.JSON File.
Step 2. Unzip files
Step 3. Import DIVI_TIMELINE_USING_DIVI_PERSON_MODULE.JSON file on on Divi -> Divi Library -> Import & Export Button
Step 4. After import layout json files you can see in below
Step 5. Click on “+” Icon see below image
Step 6. After click ,layout will be load then Publish Page
Step 7. Here Another way possibility of IMPLEMENT TIMELINE .
1. Using Child THEME :
On unzip folder you can found Child Theme folder “DIVI_TIMELINE.zip” file so just upload and activate.
If child theme already exist then follow below step
-> Copy “DCT_Timeline_CSS.css” File and paste on your existing child theme.
-> Copy enqueue script function “DCT_Timeline_CSS” code and paste on your existing child theme functions.php file.
-> Or Copy style.css code and paste on your existing child theme style.css file.
DIVI_Timeline_CSS In Function.php
function DCT_Timeline_CSS() { wp_enqueue_style( 'timeline-effect-style', get_stylesheet_directory_uri() . '/dcttimeline.css' ); }/* Add Front-Site Css And JS-------------------------------------------------------------- */add_action( 'wp_enqueue_scripts', 'DCT_Timeline_CSS' );
2. USING THEME OPTIONS
-> Upload “DCT_Timeline_CSS.CSS” file on your server or anywhere and add that path on Divi-> Theme Options -> Integration Tab.
-> Copy js code from FOLDER file and paste on Divi-> Theme Options -> Integration Tab.
Just write Script tag before start code and end script tag after code finished.
-> Copy style code from DCT_Timeline_CSS.css file and paste on Divi -> Theme Options -> General -> Custom CSS .
See Image