Topic Resolution: Resolved
  • Closed
  • June 14, 2016 at 1:26 pm #28404

    Hi there,
    I have just purchased the evolve + to see if I could solve the problem of the homepage on mobile screens. Unfortunately the problem persists.
    My sites are http://www.web-aid.fr, http://www.web-aid.nl
    The problems I have are:
    – the menu bar seem to cover the slider
    – the description box of the slider has disappeared
    – the arrows don’t show up.

    I’ve searched on the forum for help but none of the tips have helped so far.
    Maybe now with your direct support?

    Thanks

    Denzel Chia
    Moderator
    Posts: 2656
    June 15, 2016 at 5:16 am #28421

    Hi,

    They were disabled in mobile view by design.

    You can enable them by using the following in your Theme Options -> Custom CSS

    @media screen and (max-width:768px){
    .carousel-caption p {
    display: block !important;
    font-size: 12px;
    }
    .carousel-inner .item, .carousel-inner img {
    min-height: 300px !important;
    }
    .carousel-caption h2 {
    font-size: 20px !important;
    }
    .carousel-control {
    display: block !important;
    }
    }

    Thank you.

    Françoise Isnard
    Spectator
    Posts: 71
    June 15, 2016 at 10:41 am #28425

    Hi Denza,
    Thank you for your answer but nothing changed after applying these CSS.

    Any other suggestion? I really hope to solve the mobile appearance because I really like this template 😉

    I am using Evolve + 2.6.6 and WP 4.5.2

    Thank you for your support and let me know if you need more information
    Françoise

    Denzel Chia
    Moderator
    Posts: 2656
    June 16, 2016 at 2:34 am #28431

    Hi,

    Something is wrong with your copy and pasting.
    Please take a look at the codes I had provided in previous reply.

    Remove the parts that says and in the codes that you had pasted in your custom css.

    Thank you.

    Françoise Isnard
    Spectator
    Posts: 71
    June 16, 2016 at 11:05 am #28437

    Fabulous Denzel! It looks great!
    Thank you for your support!

    Denzel Chia
    Moderator
    Posts: 2656
    June 17, 2016 at 3:58 am #28451

    You are welcome!
    Thank you.