New WordPress ESV and Tippy Plugins

December 8, 2007 – 12:10 pm

Announcing WordPress ESV Plugin 3.2.1 and Tippy 2.0.1. Both updates contain minor bug fixes. There was a problem with IE users that the tooltip set to display on hover would fail to display. I try not to growl at Microsoft too much, but the problem was with IE failing to recognize valid CSS and Javascript. The change should work now, at least with IE 7. Any IE 6 users out there, please let me know if it fails to work.

There were a couple of other minor glitches that were my own fault.

I’ve had one report of a strange problem that I haven’t yet been able to track down. One user reported that when he installed the plugin he no longer had access to his admin tools. I have not been able to duplicate the issue. Has anyone else had the problem? Please let me know what version of WordPress you have installed, whether you installed both Tippy and the ESV Plugin, and what web browser/browser version you were using. Thanks!

Edit:
I’m sure you all can find them, but I forgot to link to the plugin pages:
WordPress ESV Plugin
Tippy Plugin

  1. 4 Responses to “New WordPress ESV and Tippy Plugins”

  2. I’m having a little trouble figuring out how to change the tooltip fonts. If you look at three sites I manage, each looks a different.

    http://archshrk.com/2007/06/first-dance
    http://photojulia.com/2008/01/with-god-anything-is-possible
    http://wholy4christ.com/2007/12/wholeness-exaltation-8

    By archshrk on Jan 8, 2008

  3. In the plugins/tippy directory there is a file called dom_tooltip.css this contains all the css definitions for the tooltip. To change the font just go in the div.domTip_TipHeader and div.domTip_TipBody sections and modify font settings as you need.

    Hope this helps!
    Chris

    By Chris on Jan 8, 2008

  4. Thank you for tippy! I am having fun playing with it and getting it how I want (I’ve got a close.gif that is the text of the word “close” and sits in the bottom center) - know very little of CSS so have been messing with that.

    One thing that it’d be nice to do is have different text for the link and in the title bar of the tooltip. I’d like the link to say “Read more…” and the tooltip to start with the title of whatever the content is.

    I suppose I could fake that by changing the CSS to not show the passed “Read more…” (or to make it a small font in the bg color) and then in the HTML body put the title content I want. Or is there an easier way?

    Thanks again!

    By Steve Portigal on Feb 12, 2008

  5. Here’s a tip… If you have two “block” format passages one after the other, there is no space between them, only a line. If you want to account for this, add the following to your CSS file:

    blockquote.esvblock + blockquote.esvblock {
    margin-top: 10px;
    }

    Tried it and it works on both Firefox and IE. Check it out here:
    http://www.kubecki.com/blog/2008/02/19/god-made-you-special/

    By James Kubecki on Feb 19, 2008

Post a Comment