Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author f.viaudmurat

    (@fviaudmurat)

    On 1 : I will have a look to see if we can solve this problem (it will give me the opportunity to discover the OptimizePress theme).

    On 2 : OK, I was not any more very in shape yesterday evening, now I understand what you mean. Your issue is caused by the limitations of css stylesheets. I’m afraid that the only way to solve this is by using javascript. Maybe one day I should improve my plugin to add a little more intelligence, but it was not the purpose of this first css only version.

    Plugin Author f.viaudmurat

    (@fviaudmurat)

    Here are my 2 Quick Answers.
    1. I’ve just made a test with Firefox 8 and 11 under Windows 7 without noting any display problem. What operating system are you under? Maybe there’s an incompatibility issue between the plugin stylesheet and your theme, and you need to finetune it a little bit. Can I also ask you what theme you’re using? To debug the css, I usually inspect faulty HTML elements with Google Chrome Inspector or Firefox Firebug. These tools are very useful to understand what’s taking place under the hood.
    2. I’m sure you can customize easy-tooltip.css stylesheet to fix this. Maybe I could give you a hint if I could see your HTML code.

    Plugin Author f.viaudmurat

    (@fviaudmurat)

    An other idea would be to put the tooltip content in a custom field, or even inside some custom content type (like for Digital Telepathy smart slidedecks).

    Plugin Author f.viaudmurat

    (@fviaudmurat)

    Thank you for your remark. I’ve done some research today to see if there was a fix to this, without result. Maybe someday WordPress developers will provide a mechanism to do what you’re asking, but I’m afraid that you point at the limits of WordPress’s current WYSISWYG editor.

    We could always try to wrap tooltip content inside a hidden div container (with display:none), but I’m not sure if it’s very recommended, as it is an editable area (all content should be visible to be editable…)

Viewing 4 replies - 1 through 4 (of 4 total)