• Resolved grex22

    (@grex22)


    It seems as if the plugin works as expected, but the tooltips don’t display on my website that is running a theme based on the extremely popular Bootstrap framework. From my troubleshooting, this is because the STW tooltips are given the class “tooltip”.

    This is a bad idea, as it’s such a generic class that it’s likely to interfere with lots and lots of themes, frameworks, plugins, etc. I’d suggest namescaping this somehow to something like “stw_tooltip” or similar.

    https://wordpress.org/plugins/shrinktheweb-website-preview-plugin/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author puravida1976

    (@puravida1976)

    Hello,

    I do not remember any of our developers using “tooltip” for any of the classes. Perhaps it slipped through as an after thought. I will review the code and make any necessary changes.

    Plugin Author puravida1976

    (@puravida1976)

    @grex22

    After initial investigation, it doesn’t appear that we support any type of tooltip presently. Also, I did a search across all plugin files for “tooltip” and found no results. In other words, there is no mention in our code of the word “tooltip”, so it looks like what you are seeing is not coming from our plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS class of "tooltip" is a terrible idea.. Breaks in Bootstrap’ is closed to new replies.