• Resolved Tom_Oslo

    (@tom_oslo)


    Hi,

    In Instruct. Text field type, the Instructions for User field (appearing as a floating tooltip) has a lower z-index than the field label. This results in the floating tooltip(s) being hidden by the labels further down in the label list.

    If in order to find out the issue you need website’s url, please give an email or link to a web-form which does not publish the correspondence in public.

    Thanks.

    https://www.ads-software.com/plugins/calculated-fields-form/

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

    (@codepeople)

    Hi,

    The tooltips are displayed with the “User Instructions” attributes of fields, but not with the “Instruct. Text” fields. Could you send me the URL to your web page to check the issue in detail, please?

    Best regards.

    Thread Starter Tom_Oslo

    (@tom_oslo)

    Hi,

    I have now sent the url link via a contact form on wordpress.dwbooster.com/contact-us

    Thanks again.

    Plugin Author codepeople

    (@codepeople)

    Hi,

    The issue is caused by a conflict with the styles defined in the theme active in your website. You simply should paste the following style definition in any of the CSS files of your website:

    .uh-tooltip {
        z-index: 9999;
    }

    and that’s all.

    Tip: Remember to clear the browser’s cache after edit the online files.

    Best regards.

    Thread Starter Tom_Oslo

    (@tom_oslo)

    Great plugin and awesome support level, have just 5-stared it.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Floating Tooltip z-index error’ is closed to new replies.