Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author rsingel

    (@rsingel)

    Hi Andri,

    Do you have a link to the page or site that is causing this issue? Links are definitely clickable on an iPhone so this sounds like a problem with just one particular site.

    We’d love to get that fixed.

    Thanks,

    RS
    Founder

    Thread Starter andrifranklin

    (@andrifranklin)

    Thanks for the quick response.

    Here is an example https://tinyurl.com/nq7e4ae

    Thread Starter andrifranklin

    (@andrifranklin)

    Btw. I added some css, maybe that is the problem:

    .ctx-links-header{
    padding-left:0px!important;
    }
    .ctx-links-header p {
    font-size:18px;
    color:#555555;
    text-transform:uppercase;
    font-family: PT Sans;
    }
    .ctx-module-container .ctx-content-float .ctx-link-title p {
    text-transform:uppercase;
    font-family: PT Sans;
    
     width: 190px;
      overflow: hidden;
    display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    }
    Thread Starter andrifranklin

    (@andrifranklin)

    Nope, removed all the css but still no luck.

    Hello andrifranklin,

    Here is what our engineers found and recommend:

    …facebook comments section covers our plugin, because it does not have floating; so if he adds this little CSS code, issue will be fixed:

    .comments-section {
    float: left
    }

    Please let us know if you continue to have problems.

    -Ben

    Thread Starter andrifranklin

    (@andrifranklin)

    Oh, thank you so much, it worked!

    Then I don’t have to go through the trouble of finding yet another plugin, I’ve been through so many of them before.

    Thread Starter andrifranklin

    (@andrifranklin)

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Can't click related posts in iPhone’ is closed to new replies.