Topic Resolution: Resolved
  • Closed
  • Hans Heeren
    Spectator
    16.09.2015 at 00:14 #20698

    Hi Team,

    I am using evolve+. The button “read more” (translated in “meer weten?”) in the front page content box does not respond on an Ipad. The Ipad has the newest IOS.
    The button responds in any other browser (chrome, firefox microsoft edge, on a computer or an android device.

    The site is http://www.advocatenkantoorheeren.nl.

    the code (exmpl) used is: meer weten?

    I hope you can solve this problem. Thanks in advance for your efffort.

    best regards

    Hans Heeren

    Denzel Chia
    Moderator
    Posts: 2656
    16.09.2015 at 07:14 #20706

    Hi,

    Very Sorry, I do not know why the .btn class does not work properly in iPad and iPhone. Perhaps it has to do with the animation.

    Please use the following solution. I have tested in my iPad and iPhone.
    It’s working properly.

    In your Theme Options -> Front Page Content Boxes -> Content Box 1 Button

    Please change to the following scheme, by removing the btn class name.

    <a class="read-more" style="padding:10px" href="http://advocatenkantoorheeren.nl/arbeidsrecht/">meer weten?</a>

    Please make relevant changes to all your content boxes button code.

    In your Theme Options -> Custom CSS, use the following codes to maintain spacing between button and content.

    .home-content-boxes p {
    margin-bottom: 20px !important;
    }

    Thanks!

    Hans Heeren
    Spectator
    Posts: 1
    16.09.2015 at 23:55 #20728

    Thanks, this solution works fine for me. It looks great and it works great

    Denzel Chia
    Moderator
    Posts: 2656
    17.09.2015 at 07:09 #20736

    You are welcome!

    Thanks!