Shape 5

Joomla Templates => Incline - Club => : dakak July 20, 2015, 09:47:27 AM



: How to configure the modules for "Incline" Template
: dakak July 20, 2015, 09:47:27 AM
Hello There,

I am finding it hard to configure the modules on the website using vertex, and I tried checking the documentation it doesn't provide any clear information on where do we edit them, moreover where are the source file for the modules.

Your Feedback is needed ASAP.

Thanks


: Re: How to configure the modules for "Incline" Template
: mikenicoll July 20, 2015, 04:56:43 PM
Hello,

Can you be more specific? What are you having trouble setting up with the modules? If you are using the Site Shaper everything should be pre-configured for you in the back end and you can remove/edit any modules as needed.

All the tutorials and documentation specific to this Template are integrated directly into the demo site under the menus.

http://www.shape5.com/demo/incline/

Regards,


: Re: How to configure the modules for "Incline" Template
: dakak July 21, 2015, 04:10:41 AM
Well, for instance I would like to change the websites background where the loop video plays, how can I go around by changing that, where do I upload the source files, like the screenshot attached


: Re: How to configure the modules for "Incline" Template
: mikenicoll July 23, 2015, 12:33:53 AM
Hello,

You can change the video in the Template Manager under the Template Specific Tab. There are instructions for either adding your own video or an image overlay instead. The cross hatch overlay is part of the core CSS files of the Template located here:

:
Template.CSS - Line 350

.s5_header_overlay_yes #s5_header_overlay_inner1 {
    background: rgba(0, 0, 0, 0) url("../images/s5_media_overlay.png") repeat scroll 0 0;
    height: 100%;
}

Source files should be upload to either:

/images

or

templates/incline/images

The first one is the root directory and the second one is specific to Template images. Using either one will work fine and if you navigate to these files on the server you will see the vast majority of images on the site here.

Regards,