Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #565746

    The text in my table contain 3 periods.
    Gets converted to & #8230 (ellipses), I assume by Enfold.
    Looks fine in my laptop browser, but on my iPhone it shows up literally as & #8230

    See image here: https://drive.google.com/file/d/0B8KrySNu_yozbXZnQnI2N2xUbHM/view?usp=sharing

    Tested in chrome and safari.

    • This topic was modified 8 years, 2 months ago by mantisjitsu.
    #565932

    Hey mantisjitsu,

    I couldn’t see the full URL in the screenshot, could you post it here please?

    Regards,
    Rikard

    #566332

    Oh I suppose that would be useful, wouldn’t it. http://kenblackman.com/compersion-matrix/

    • This reply was modified 8 years, 2 months ago by mantisjitsu. Reason: This edit is not significant, I just wanted to turn on the notify-by-email flag
    #567415

    Hey!

    try to deactivate all plugins, to check if one is causing this issue and let us know about your results. If that does not help send us admin access, so we can take a deeper look into it. Are we allowed to deactivate all your plugins temporarily by ourselves as well for testing purposes?

    Regards,
    Andy

    #567547

    Thanks Andy. OK I tried turning all plugins off. The problem was still there.

    #568099

    Hi!

    I added this code into your Quick CSS field:

    @media only screen and (max-width: 767px) {
    .avia-table-1 td:nth-of-type(1):before {
    content: '… brings you happiness' !important;
    }
    .avia-table-1 td:nth-of-type(2):before {
    content: '… causes you suffering' !important;
    }
    } 
    

    and now it works fine for me. Can you confirm please?

    Regards,
    Andy

    #568269

    Confirmed, that change displays the dots.
    Is that the solution or just testing?

    • This reply was modified 8 years, 2 months ago by mantisjitsu.
    #568426

    Hey!

    Yes, that is a hotfix. Another alternative is to use the actual html entity code (& #8230) in the table then remove the css code above. It works fine as well. http://kenblackman.com/compersion-matrix/

    Best regards,
    Ismael

    #568440

    OK I will try the latter. Thank you!

    #568501

    Hi!

    alright, let us know if you still need help with this or not.

    Regards,
    Andy

    #568739

    I’m having trouble finding where you put the CSS above.
    I don’t see it in Enfold -> General Styling -> Quick CSS.
    Is there a Quick CSS field associated with the post itself? I’m not finding it.
    Thanks!

    #569081

    Hey!

    I removed the css code then convert the ellipses to its html entity code. It should work without the css code.

    Best regards,
    Ismael

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.