Documentation

In the package, you have :

Template Settings

You can access to template manager with the top menu : "Extensions --> Template Manager --> full_screen "

With "full_screen template", you can :

Typography

Module Positions

In this template, you can play with module positions for obtain 3 effects :



Standard module positions :


Example for the "adress" position : go to the module manager and create a new module with the option "custom html". Write your address or/and copyright and choose the position "adress".


The front page :

For obtain that, you must create a new module with the option "custom html". Assign this module to the position "frontpage", keep it empty and publish it. Note : When this module position is active, only the menu, the logo and the bottom site are loaded.



Tips : How to hide the link to the Home page like in the demo ? You must create a menu with only the link "Home" inside (see the screenshot below). Don't publish this menu in Module manager. It's all : for your main menu , use another menu in the Menu manager.






Extras module positions (page like "paradise island") :

You have 4 extras module positions for display a text or a module on the slideshow and only that. Note : When one of this module position is active, only this module, the menu, the logo and the bottom site are loaded.


You can easily change the size of this module positions in "main.css", line 115 to 154.


Tips : How to create a link for a module ? You must create a new article and make a link to this article. After, create a new module with the option "custom html". Assign this module to the position "content_four" and choose your article in the menu assignment :


How to display your logo ?

In this template, you choose if you want insert your logo or just write your site name (by default) :

How to configure your menus ?

The dropdown menu :

To use it, you must select your main menu in module manager and enter these settings :


Note for mobile devices : the type of all parent items must be "external url" (don't use the type text-separator). Choose the type "external url" and enter the character # in the url field :



Vertical menu

You can publish a vertical menu on the left or right side.

To use it, you must select your menu in module manager and enter these settings :


Horizontal menu

You can publish an horizontal menu on the module position top, bottom or users.

To use it, you must select your menu in module manager and enter these settings :


Note : you can use only 1 level of links with this menu.


Note : All these menus work without javascript code (pure CSS : no risk of conflict with another extension !).

How to display the full screen slideshow like on the demo ?

In this template, I use the script SuperSized 3.2 for the full screen slideshow. Thank to the developper !

For active it, I include a specific module "supersized" in this package.


You must :



Note 1 : I recommend you a ratio of 4:3 and a size of 1200*900 or 1600*1200 pixels.

Note 2 : I recommend you to use JPEG Optimizer to compress your images.

How to display the Google map in full screen as on the demo ?

I wanted a module very easy to use. So I chose to display the standard Google map and you can create it in less than a minute !

How to publish your google map ?

note : when you publish a module with the position "google_map", the content box isn't loaded.


How to obtain the URL of my Google map ?

In the "simple Google map" you must enter the URL of your map and only that.

Go to the Google maps

Choose your location and click on the "parameters" icon :



In the new window, copy the URL and paste it on your Joomla module :




note : you must create a google account to add a marker

How to display a video in full screen as on the demo ?

I include this module in the package. It's very simple and work only with the video from Vimeo or Youtube.

Very easy to use :

How to obtain the video ID ?


With Youtube :

It's the same thing : you must copy the ID of your video in the url.




Module class suffix :

Options for displaying your modules in the "left", "right" or "user" positions :


Note 1 : You can enter several Module class suffix. Per example I enter "shadow light border" .



Extra Module class suffix for mobiles

For faster mobile-friendly development, use these utility classes for showing and hiding content by device. More details here

Tips for the user modules

In the template manager, you can choose the width for user4 and user6. The width of user5 automatically adjusts.

So, if you publish only one user module : publish user5 (for a width of 100%).

If you publish two user modules : publish user4 and user5, or user5 and user6.


It's the same thing for user1, user2 and user3.

Tips : How to change the background color ?

The background color is white but the slideshow take 1 or 2 secondes to display the first image and if you dispay a video, it's perhaps a good thing to according the background color with your images or video.

Edit the file "css/main.css" line 57 :


body {
padding: 0;
margin: 0;
background-color: #fff;
text-align:center;
}

Link

To continue to offer affordable prices, I decided to display a soft Copyright in the bottom left corner to increase awareness of the site JoomSpirit.

This does not affect your site, but if you want remove this link, you must edit the file "index.php" and delete this line in the end :

<?php echo $js ; ?>