• Resolved Thorsten Hoeppner

    (@welliathome)


    I have created a test page to illustrate the problem.
    If the word is bold, the content of the tooltip is also bold.
    How can I prevent this?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Daniele Scasciafratte

    (@mte90)

    Hi this is normal because the plugin inject the HTML code and should avoid terms that are wrapped in other Html tags but with page builders and other plugin doesn’t work always.

    The onky solution is not to wrap those terms with Html tags and style the link injected with css.

    Thread Starter Thorsten Hoeppner

    (@welliathome)

    It is a WordPress plugin.
    Shouldn’t it also work with WordPress?

    So I paid $99.00 so I now have to remove all the bold words on 760 pages that contain a tooltip????

    Plugin Author Daniele Scasciafratte

    (@mte90)

    The plugin works with WordPress but depends on a lot of stuff that can be installed with that.

    If you are a premium customer this is not the right support platform, you should open a ticket on support.codeat.co
    In this way i can investigate better and we can share private information because this is a public forum.
    I am right now in vacation without a laptop so I can’t check some stuff but I am still replying to support requests to help.

    Thread Starter Thorsten Hoeppner

    (@welliathome)

    .glossary-tooltip-content {
    font-weight: normal;
    font-style: normal;
    position: absolute;
    z-index: 9999;
    width: 360px;
    left: 50%;
    margin: 0 0 20px -180px;
    bottom: 60%;
    text-align: left;
    border: solid 2px #ccc;
    border-radius: 5px;
    background: #f5f5f5;
    opacity: 0;
    cursor: default;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    }

    Could it be that the topics in the class are simply missing two entries?

    Plugin Author Daniele Scasciafratte

    (@mte90)

    We moved the discussion to the premium helpdesk.

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