To edit the 'Home' section, simply find the appropriate label <!-- home start --> in the body of the HTML file.
Part to edit:
[...]
<!-- home start -->
[...]
<!-- logo start -->
<a class="logo" href="#"><img alt="Logo" src="img/logo-dark.png"></a><!-- logo end -->
[...]
<!-- twitter ticker start -->
[...]
<!-- twitter logo start -->
[...]
<a class="twitter-logo" href="https://twitter.com/enihilo" target="_blank"><span class="ion-social-twitter"></span></a>
[...]<!-- twitter logo end -->
[...]<!-- twitter ticker end -->
[...]
<!-- button start -->
<a class="subscribe-button" data-text="Newsletters" href="#">
[...]
Newsletters
[...]</a><!-- button end -->
[...]
<!-- wipe carousel start -->
[...]
<!-- wipe carousel item start -->
[...]
<!-- wipe carousel IMG start -->
<img alt="Slide" src="img/background/hero-bg-1.jpg"><!-- wipe carousel IMG end -->
<!-- section title start -->
[...]
<h2>
Simplicity is complex
</h2>
[...]<!-- section title end -->
[...]<!-- wipe carousel item end -->
<!-- wipe carousel item start -->
[...]
<!-- wipe carousel IMG start -->
<img alt="Slide" src="img/background/hero-bg-2.jpg"><!-- wipe carousel IMG end -->
<!-- section title start -->
[...]
<h2>
Design is a process
</h2>
[...]<!-- section title end -->
[...]<!-- wipe carousel item end -->
<!-- wipe carousel item start -->
[...]
<!-- wipe carousel IMG start -->
<img alt="Slide" src="img/background/hero-bg-3.jpg"><!-- wipe carousel IMG end -->
<!-- section title start -->
[...]
<h2>
Aesthetic is a decision
</h2>
[...]<!-- section title end -->
[...]<!-- wipe carousel item end -->
<!-- wipe carousel item start -->
[...]
<!-- wipe carousel IMG start -->
<img alt="Slide" src="img/background/hero-bg-4.jpg"><!-- wipe carousel IMG end -->
<!-- section title start -->
[...]
<h2>
Style is everything
</h2>
[...]<!-- section title end -->
[...]<!-- wipe carousel item end -->
[...]<!-- wipe carousel end -->
[...]
<!-- section title start -->
[...]
<span class="color-header">We're</span><br>
Cinex
[...]<!-- section title end -->
[...]
<!-- button start -->
[...]
<a class="button-the page-scroll" href="#contact">Drop us a line</a>
[...]<!-- button end -->
[...]
<!-- quote start -->
[...]
<div class="quote-inner-inner">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.
<div class="quote-author">
Ex Nihilo, The unknown printer
</div>
</div>
[...]<!-- quote end -->
[...]
<!-- countdown start -->
[...]
<h2 class="countdown-top">
Going Live In
</h2>
[...]<!-- countdown end -->
[...]<!-- home end -->
[...]
You can also edit the 'Home' section images by following its URL path: 'img/background/', and replace existing image files with your own images.
You can also edit the 'Logo' images by following its URL path: 'img/', and replace existing image files with your own images.
To edit the 'About' section, simply find the appropriate label <!-- about start --> in the body of the HTML file.
Part to edit:
[...]
<!-- about start -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading">
Who we are
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading">
About Us
</h2><!-- section title end -->
[...]
<!-- section subtitle start -->
<h3 class="h3-light">
Mobile Friendly
</h3><!-- section subtitle end -->
<!-- section chart start -->
[...]
<span class="chart chart-appear" data-percent="66"><span class="percent"></span></span>
[...]<!-- section chart end -->
<!-- section TXT start -->
<p class="link-effect">
Lorem Ipsum has been the industry's standard dummy text <a href="#">ever since the 1500s</a>.
</p><!-- section TXT end -->
[...]
<!-- section subtitle start -->
<h3 class="h3-light">
Responsive Layout
</h3><!-- section subtitle end -->
<!-- section chart start -->
[...]
<span class="chart chart-appear" data-percent="76"><span class="percent"></span></span>
[...]<!-- section chart end -->
<!-- section TXT start -->
<p class="link-effect">
Lorem Ipsum has been the industry's standard dummy text <a href="#">ever since the 1500s</a>.
</p><!-- section TXT end -->
[...]<!-- about end -->
[...]
You can edit the 'About' section images according to the documentation bellow (please read Background Images section).
You can also edit the 'About' section images by following its URL path: 'img/background/', and replace existing image files with your own images.
To edit the 'Contact' section, simply find the appropriate label <!-- contact start --> in the body of the HTML file.
Part to edit:
[...]
<!-- contact start -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading">
Get in Touch
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading">
Contact
</h2><!-- section title end -->
[...]
<!-- contact form start -->
[...]
<!-- button start -->
<div class="submit-button" data-text="Submit">
<button type="submit">Submit</button>
</div><!-- button end -->
[...]
[...]<!-- contact form end -->
[...]
<!-- section subtitle start -->
<h3>
Address
</h3><!-- section subtitle end -->
[...]
<!-- section TXT start -->
<p class="all-txt">
ex Inc. Touchdown Dr 1176
</p><!-- section TXT end -->
[...]
<!-- section subtitle start -->
<h3>
On the web
</h3><!-- section subtitle end -->
[...]
<!-- section TXT start -->
[...]
<!-- social icons start -->
[...]
<li>
<a class="ion-social-twitter" href="#"><span>Twitter</span></a>
</li>
<li>
<a class="ion-social-facebook" href="#"><span>Facebook</span></a>
</li>
<li>
<a class="ion-social-instagram" href="#"><span>Instagram</span></a>
</li>
[...]<!-- social icons end -->
[...]<!-- section TXT end -->
[...]
<!-- section subtitle start -->
<h3>
Phone
</h3><!-- section subtitle end -->
[...]
<!-- section TXT start -->
<p class="all-txt">
+123 456 7890
</p><!-- section TXT end -->
[...]<!-- contact end -->
[...]
To send the contents of your 'Contact Form' to your email, simply open the file named 'contact.php'.
Your email address goes here:
$myemail = 'you@yoursite.com';
To add form submissions to a subscriber list in your MailChimp account, simply open the file named 'subscribe.php' and configure it with your MailChimp credentials in the assigned slots below:
$api_key = 'YOUR_API_KEY'; [...] $list_id = 'YOUR_LIST_ID';
Please make sure you have generated your MailChimp API Key and copied your MailChimp List ID.
- MailChimp API Key ARTICLE as available at: http://kb.mailchimp.com/accounts/management/about-api-keys#Finding-or-generating-your-API-key
- MailChimp List ID ARTICLE as available at: http://kb.mailchimp.com/lists/managing-subscribers/find-your-list-id
To edit the real time live 'Twitter Feed', simply find the file named 'cinex.js' placed in the folder named 'js'.
Open the file and find the appropriate label '// twitter ticker'.
Replace:
username: "enihilo", // Twitter User Name
With:
username: "yourtwitterusername", // Twitter User Name
Twitter API 1.1 OAuth authentication process
[Step 1] Setup a Twitter Application
1. Visit https://dev.twitter.com/apps and sign in with your Twitter account username and password
2. Select 'Create a new application' and fill in the application form with the following application details:
- Name: e.g. 'yoursite.com'
- Description: e.g. 'tweet.js-mod'
- Website: e.g. http://www.yoursite.com/
- Callback URL: This field can be left blank
3. Enter the CAPTCHA and click 'Create your Twitter application'
4. Create your access token
5. Make a note of the 'Consumer key', 'Consumer secret', 'Access token' and 'Access token secret'
[Step 2] Authenticate the Twitter Feed
After creating your application, open the file named 'index.php' placed in the folder named 'twitter'.
Open the 'index.php' file and configure it with your OAuth credentials in the assigned slots below:
// Your Twitter App Consumer Key
private $consumer_key = 'YOUR_CONSUMER_KEY';
// Your Twitter App Consumer Secret
private $consumer_secret = 'YOUR_CONSUMER_SECRET';
// Your Twitter App Access Token
private $user_token = 'YOUR_ACCESS_TOKEN';
// Your Twitter App Access Token Secret
private $user_secret = 'YOUR_ACCESS_TOKEN_SECRET';
Save the edited 'index.php' file. Upload the entire 'twitter' folder on your web server.
Please note;
The 'twitter' folder [containing: index.php and the lib files) is designed to be placed in the document root of your website as a whole (e.g. yourdomain.com/twitter), otherwise it will not work.
Please note;
Live Twitter Feed won't work on your local computer, you have to upload your files to a web server.
To edit the 'Live Twitter Page', simply find the appropriate label <!-- instagram feed start --> in the body of the HTML file.
Part to edit:
[...]
<!-- instagram feed start -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading">
Stay tuned
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading">
Follow us<br>
on Instagram
</h2><!-- section title end -->
[...]<!-- instagram feed end -->
[...]
To display photos from Instagram via 'Live Instagram Feed', simply find and open the file named 'cinex.js' placed in the folder named 'js'.
Part to edit:
[...]
// instafeed
[...]
[...]
userId: "5975086331", // Instagram User ID
accessToken: "5975086331.1677ed0.5c991b59366a426fadf3e868310cc56b", // Instagram Access Token
limit: 6, // Number of Photos
[...]
[...]
[...]
[...]
Please make sure to generate your Instagram User ID and Instagram Access Token and replace the existing one with your own.
To setup the 'Countdown' target date, simply find and open the file named 'cinex.js' placed in the folder named 'js'.
Part to edit:
[...]
// countdown SETUP
lastDate: "04/18/2021 12:00:00", // target date settings, 'MM/DD/YYYY HH:MM:SS'
[...]
To add images in the background of the template, simply find the appropriate CSS file placed in the folder named 'css' (e.g. style.css).
Part to edit:
[...]
/* 22. about IMG BACKGROUND */
.post-block-about-1 {
background-image: url(../img/background/about-bg-1.jpg);
}
.post-block-about-2 {
background-image: url(../img/background/about-bg-2.jpg);
}
[...]
You can also edit the images by following its URL path: '/img/background/', and replace existing image files with your own images.
Contact the author
This author provides limited support through email contact form [http://themeforest.net/user/ex-nihilo#contact].
Item support includes:
Availability of the author to answer questions
Answering technical questions about item’s features
Assistance with reported bugs and issues
Help with included 3rd party assets
However, item support does not include:
Customization services
Installation services
This author’s response time can be up to 2 business days.
Working time:
Monday thru Friday 9am to 5pm
Central European Time (UTC+01:00)