Adaptable Theme 1.3.3.1 with Moodle 3.1.5

Adaptable Theme 1.3.3.1 with Moodle 3.1.5

by Michelle Khatib -
Number of replies: 2

Hi there!

 I have a question that I hope someone can answer.  We are using the Adaptable theme 1.3.3.1. with Moodle version 3.1.5 because of the stability that we have presently.    We have an issue on our home page slider screen.  After we upload our pictures in the slider area, we get this greyed out area in the bottom right.  See below.  How do I get rid of this?  Thanks in advance for your help. 


Moodle Captured image for troubleshooting
Average of ratings: -
In reply to Michelle Khatib

Re: Adaptable Theme 1.3.3.1 with Moodle 3.1.5

by Fernando Acedo -
Picture of Plugin developers Picture of Testers

Please, upgrade Adaptable to latest version available for moodle 3.1

In reply to Fernando Acedo

Re: Adaptable Theme 1.3.3.1 with Moodle 3.1.5

by Michelle Khatib -

Thank you. 

We also got a piece of code from another school division that we put into our themes custom settings that made it go away. 


.flex-caption {

    bottom: 0px;

    background-color: rgba(0, 0, 0, 0.5);

    color: #fff;

    margin: 0;

    padding: 0px 0px 0px 0px;

    position: absolute;

    right: 0;

    width: 0%;

}