Unite Slider

Contents

1. How to put the slider module inside article

2. How to remove the shadow under the slider?

3. How do i user google fonts with revolution slider ?

4. I have selected full width in the component however the slide show only spans the width of the TEMPLATE module.

5. How do i add opacity to a background for the text layers?

6. My slide shows a DEMO IMAGE. How can i replace it ?

1. How to put the slider module inside article

You can use the {loadposition} joomla shortcode. Here is the explanation how to use it: 

http://docs.joomla.org/How_do_you_put_a_module_inside_an_article%3F

 

2. How to remove the shadow under the slider?

On the right side in the appearnce section you have a shadow option. Change it to no shadow and save.

3. How do i user google fonts with revolution slider ?

1. Go to the slider settings on the right side under general, change load google font to yes.

2. In the input box copy and paste the name of the font you want to use

3. Click edit slides

4. Enter one of the slides and click edit CSS File

5. Change the font-family of the caption you want to change

4. I have selected full width in the component however the slide show only spans the width of the TEMPLATE module.

If you are using GANTRY & Rocket theme templates. Here is a quick fix for you . 

#rt-drawer div.rt-container
{
    width:100% !important; 
}

#rt-drawer div.rt-container div.rt-grid-12
{
    width:100% !important;
    margin: 0 auto;
}

5. How do i add opacity to a background for the text layers?

1. Go to edit mode of one of the slides.

2. Click Edit Css File

3. Find the class of the caption you want to change

4. Change the background color to background-color: rgba(0, 0, 0, 0.4);

5. Save and close

6. My slide shows a DEMO IMAGE. How can i replace it ?

To change the demo image you need to enter the component >> choose a slider >> choose a slide >>  click "change image" and choose a different background image for the slide.