Pellentesque adipiscing leo condimentum enim ullamcorper pretium. Aenean gravida, libero nec convallis ornare, massa odio.
There is a possibility to disable access to the front of your site.
How to enable the offline page?
Step 1: Go to "System -> Global Configuration -> Site".
Step 2: Click on "Yes" for "Site Offline" option.
Step 3: Fill in a text for "Offline Message" to give your visitors some explanation about why your website is unavailable.
Step 4: Click on "Save" to save your settings.
How to customize the offline page?
You need to edit the following file: /templates/jm-template/offline.php
You can make your Joomla! website unavailable to visitors until selected date. To enable this option login to Administrator back-end.
1. Click the Extensions → Template Manager → JM-Template-Name → Basic Settings menu item
2. Find field Coming Soon and click Enable button.
3. Next set date in filed Coming Soon Date.
Click the Save button to implement the new settings.
Title and description you can change in Extensions → Module Manager. Find module Our site is coming soon on position coming-soon. You can also publish different type of module if you like.
Coming Soon page can be easily customised in file - /templates/jm-template-name/tpl/comingsoon.php
This code allows you to display an image and its description with animated CSS3 effect.
Note: If you would like to add your own text into the image description, just modify the code below or edit an existing code in the custom module of the demo template.
Example 1
<div class="dj-image-hover"> <div class="view view-first"><a href="#"><img src="/image.jpg" /><a> <div class="mask"> <h2><a href="#">Title goes here</a> </h2> <p>Custom description goes here.</p> <a class="readmore" href="#">Read More</a></div> </div> </div>
Example 2
<div class="dj-image-hover"> <div class="view view-second"><a href="#"><img src="/image.jpg" /><a> <div class="mask"> <h2><a href="#">Title goes here</a> </h2> <p>Custom description goes here.</p> <a class="readmore" href="#">Read More</a></div> </div> </div>
Example 3
<div class="dj-image-hover"> <div class="view view-third"><a href="#"><img src="/image.jpg" /><a> <div class="mask"> <h2><a href="#">Title goes here</a> </h2> <p>Custom description goes here.</p> <a class="readmore" href="#">Read More</a></div> </div> </div>
<p class="border_img1"> <img src="/image.jpg" /> </p>
<img class="border_img2" src="/image.jpg" />
<img class="border_img3" src="/image.jpg" />
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis viverra leo sed turpis convallis sit amet condimentum diam vehicula. Morbi suscipit nisl odio, nec sodales tellus. Aenean quis sapien suscipit mauris convallis porta lacinia bibendum felis.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis viverra leo sed turpis convallis sit amet condimentum diam vehicula. Morbi suscipit nisl odio, nec sodales tellus. Aenean quis sapien suscipit mauris convallis porta lacinia bibendum felis.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis viverra leo sed turpis convallis sit amet condimentum diam vehicula. Morbi suscipit nisl odio, nec sodales tellus. Aenean quis sapien suscipit mauris convallis porta lacinia bibendum felis.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis viverra leo sed turpis convallis sit amet condimentum diam vehicula. Morbi suscipit nisl odio, nec sodales tellus. Aenean quis sapien suscipit mauris convallis porta lacinia bibendum felis.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis viverra leo sed turpis convallis sit amet condimentum diam vehicula. Morbi suscipit nisl odio, nec sodales tellus. Aenean quis sapien suscipit mauris convallis porta lacinia bibendum felis.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis viverra leo sed turpis convallis sit amet condimentum diam vehicula. Morbi suscipit nisl odio, nec sodales tellus. Aenean quis sapien suscipit mauris convallis porta lacinia bibendum felis.
<p class="jm-block"><span class="jm">01</span>Text goes here</p>
01Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis viverra leo sed turpis convallis sit amet condimentum diam vehicula. Morbi suscipit nisl odio, nec sodales tellus. Aenean quis sapien suscipit mauris.
02Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis viverra leo sed turpis convallis sit amet condimentum diam vehicula. Morbi suscipit nisl odio, nec sodales tellus. Aenean quis sapien suscipit mauris.
03Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis viverra leo sed turpis convallis sit amet condimentum diam vehicula. Morbi suscipit nisl odio, nec sodales tellus. Aenean quis sapien suscipit mauris.
<p class="jm-block second"><span class="jm">a</span>Text goes here</p>
aLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis viverra leo sed turpis convallis sit amet condimentum diam vehicula. Morbi suscipit nisl odio, nec sodales tellus. Aenean quis sapien suscipit mauris.
bLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis viverra leo sed turpis convallis sit amet condimentum diam vehicula. Morbi suscipit nisl odio, nec sodales tellus. Aenean quis sapien suscipit mauris.
cLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis viverra leo sed turpis convallis sit amet condimentum diam vehicula. Morbi suscipit nisl odio, nec sodales tellus. Aenean quis sapien suscipit mauris.
this is a paragraph with the class "blue"
<p class="blue" > Text goes here</p>
this is a paragraph with the class "green"
<p class="green" > Text goes here</p>
this is a paragraph with the class "red"
<p class="red" > Text goes here</p>
this is a paragraph with the class "bluefill"
<p class="bluefill" > Text goes here</p>
this is a paragraph with the class "greenfill"
<p class="greenfill" > Text goes here</p>
this is a paragraph with the class "redfill"
<p class="redfill" > Text goes here</p>
this is a paragraph with the class "quote-left"
<p class="quote-left" > Text goes here</p>
this is a paragraph with the class "quote-right"
<p class="quote-right" > Text goes here</p>
this is a paragraph with the class "jmbadge"
<p class="jmbadge" > Text goes here</p>
this is a paragraph with the class "jmcalendar"
<p class="jmcalendar" > Text goes here</p>
this is a paragraph with the class "jmchat"
<p class="jmchat" > Text goes here</p>
this is a paragraph with the class "jmcheck"
<p class="jmcheck" > Text goes here</p>
this is a paragraph with the class "jmcloud"
<p class="jmcloud" > Text goes here</p>
this is a paragraph with the class "jmdirection"
<p class="jmdirection" > Text goes here</p>
this is a paragraph with the class "jmdivide"
<p class="jmdivide" > Text goes here</p>
this is a paragraph with the class "jmerror"
<p class="jmerror" > Text goes here</p>
this is a paragraph with the class "jmfire"
<p class="jmfire" > Text goes here</p>
this is a paragraph with the class "jmflag"
<p class="jmflag" > Text goes here</p>
this is a paragraph with the class "jmheart"
<p class="jmheart" > Text goes here</p>
this is a paragraph with the class "jmhome"
<p class="jmhome" > Text goes here</p>
this is a paragraph with the class "jminfo"
<p class="jminfo" > Text goes here</p>
this is a paragraph with the class "jmlist"
<p class="jmlist" > Text goes here</p>
this is a paragraph with the class "jmmail"
<p class="jmmail" > Text goes here</p>
this is a paragraph with the class "jmpeople"
<p class="jmpeople" > Text goes here</p>
this is a paragraph with the class "jmstar"
<p class="jmstar" > Text goes here</p>
this is a paragraph with the class "jmstat"
<p class="jmstat" > Text goes here</p>
<span class="icon-joomla"> </span>
Default list
This is a list with the class "jm-gray"
Enter the class name to ul tag <ul class="jm-gray">
This is a list with the class "jm-small"
Enter the class name to ul tag <ul class="jm-small">
Default list
This is a list with the class "jm-roman"
Enter the class name to ol tag <ol class="jm-roman">
This is a list with the class "jm-alpha"
Enter the class name to ol tag <ol class="jm-alpha">
<div class="jm-argument"> <p class="clearfix"> <img src="/images/modules/module1.png" alt="Renewable Energy" class="pull-left"/>Pellentesque adipiscing leo condimentum enim ullamcorper pretium. Aenean gravida, libero nec convallis ornare, massa odio. </p> <p class="jm-action"> <a class="readmore" href="/index.php/dj-catalog2">Read More...</a> </p> </div>
Pellentesque adipiscing leo condimentum enim ullamcorper pretium. Aenean gravida, libero nec convallis ornare, massa odio.
<div class="jm-argument"> <p class="clearfix"> <img src="/images/modules/module2.png" alt="Renewable Energy" class="pull-left"/>Pellentesque adipiscing leo condimentum enim ullamcorper pretium. Aenean gravida, libero nec convallis ornare, massa odio. </p> <p class="jm-action"> <a class="readmore" href="/index.php/dj-catalog2">Read More...</a> </p> </div>
Pellentesque adipiscing leo condimentum enim ullamcorper pretium. Aenean gravida, libero nec convallis ornare, massa odio.
<div class="jm-argument"> <p class="clearfix"> <img src="/images/modules/module3.png" alt="Renewable Energy" class="pull-left"/>Pellentesque adipiscing leo condimentum enim ullamcorper pretium. Aenean gravida, libero nec convallis ornare, massa odio. </p> <p class="jm-action"> <a class="readmore" href="/index.php/dj-catalog2">Read More...</a> </p> </div>
Pellentesque adipiscing leo condimentum enim ullamcorper pretium. Aenean gravida, libero nec convallis ornare, massa odio.
<p class="jm-icons"><a href="#"><span class="jm-facebook"> </span></a> <a href="#"><span class="jm-twitter"> </span></a> <a href="#"><span class="jm-google"> </span></a> <a href="#"><span class="jm-youtube"> </span></a> <a href="#"><span class="jm-rss"> </span></a></p>
<span class="jm-color-font">This is a color font.</span>
This is a color font.
This is a read more link with the class "readmore"
Enter the class name to a tag <a class="readmore" />
This is a read more link with the class "readmore"
Enter the class name to a tag <a class="readmore-2" />
<p><a class="toggle-nav menu"><span class="icon-align-justify"></span></a></p>
<div class="clearfix"> <table class="pricing" style="width: 33%;"> <thead> <tr><th colspan="2">Car Rental</th></tr> </thead> <tbody> <tr> <td class="item">Lorem ipsum dolor</td> <td class="price">$39</td> </tr> <tr> <td class="item">Donec lobortis quam</td> <td class="price">$45</td> </tr> <tr> <td class="item">Pellentesque habitant</td> <td class="price">$68</td> </tr> <tr> <td class="item">In a facilisis augue</td> <td class="price">$28</td> </tr> <tr> <td class="item">Aenean et placerat erat</td> <td class="price">$55</td> </tr> <tr> <td class="item">Nam neque massa</td> <td class="price">$78</td> </tr> </tbody> </table> <table class="pricing" style="width: 33%;"> <thead> <tr><th colspan="2">Road Assistance</th></tr> </thead> <tbody> <tr> <td class="item">Lorem ipsum dolor</td> <td class="price">$39</td> </tr> <tr> <td class="item">Donec lobortis quam</td> <td class="price">$45</td> </tr> <tr> <td class="item">Pellentesque habitant</td> <td class="price">$68</td> </tr> <tr> <td class="item">In a facilisis augue</td> <td class="price">$28</td> </tr> <tr> <td class="item">Aenean et placerat erat</td> <td class="price">$55</td> </tr> <tr> <td class="item">Nam neque massa</td> <td class="price">$78</td> </tr> </tbody> </table> <table class="pricing" style="width: 33%;"> <thead> <tr><th colspan="2">Repair & Care</th></tr> </thead> <tbody> <tr> <td class="item">Lorem ipsum dolor</td> <td class="price">$39</td> </tr> <tr> <td class="item">Donec lobortis quam</td> <td class="price">$45</td> </tr> <tr> <td class="item">Pellentesque habitant</td> <td class="price">$68</td> </tr> <tr> <td class="item">In a facilisis augue</td> <td class="price">$28</td> </tr> <tr> <td class="item">Aenean et placerat erat</td> <td class="price">$55</td> </tr> <tr> <td class="item">Nam neque massa</td> <td class="price">$78</td> </tr> </tbody> </table> </div>
Note: You can set width of the table with css style 'width: XX%;'
Car Rental | |
---|---|
Lorem ipsum dolor | $39 |
Donec lobortis quam | $45 |
Pellentesque habitant | $68 |
In a facilisis augue | $28 |
Aenean et placerat erat | $55 |
Nam neque massa | $78 |
Road Assistance | |
---|---|
Lorem ipsum dolor | $39 |
Donec lobortis quam | $45 |
Pellentesque habitant | $68 |
In a facilisis augue | $28 |
Aenean et placerat erat | $55 |
Nam neque massa | $78 |
Repair & Care | |
---|---|
Lorem ipsum dolor | $39 |
Donec lobortis quam | $45 |
Pellentesque habitant | $68 |
In a facilisis augue | $28 |
Aenean et placerat erat | $55 |
Nam neque massa | $78 |
"Sorry, it appears the page you were looking for doesn't exist anymore or might have been moved.
Please try your luck again."
This is Joomla! Article, You can change text and titile in Article Manager, click the Content → Article Manager menu item and find article Error 404.
Search module (position: error-search) is displayed by plugin - Content - Load Modules which allow users to publish modules in Joomla articles.
If you want select other article you can change article ID in /templates/jm-template/error.php