• Resolved sjnotebook.com

    (@simplejimbo)


    Hi,

    I requested help awhile back on a previous page with a similar problem, and you gave me a code to use on the CSS section, and it worked very well. I tried to use it on a new page, but it will not work. It works on any other page, but not on LearnPress pages.

    Thank you

    Jimmy

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author CreativeMindsSolutions

    (@creativemindssolutions)

    I can’t see any highlighted terms on the page you provided. Please make sure that LearnPress post types on which you would like to display tooltips, like lessons or courses, are added to the “Highlight terms on given post types” option. This option is placed in Settings >> General Settings >> Term highlighting section

    Thread Starter sjnotebook.com

    (@simplejimbo)

    Thank you. I forgot to check that. The only situation now is that the pop-up is not working. I used this code from the last website you helped on, but it did not work this time.

    #tt {z-index: 99999 !important}

    Plugin Author CreativeMindsSolutions

    (@creativemindssolutions)

    Please try following CSS instead of the one currently in use:

    #tt {
    position: fixed !important;
    z-index: 99999 !important;
    }

    Thread Starter sjnotebook.com

    (@simplejimbo)

    The CSS worked, 10 Stars!

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not working on Learnpress’ is closed to new replies.