Chris Roberts
Forum Replies Created
-
Forum: Plugins
In reply to: [Tippy] Use with AutoNavOn the first question, that would likely depend on AutoNav. I’m not familiar with the plugin so I can’t say for sure, but I suspect it would be difficult to make AutoNav do what you are looking for.
On the second question, do you mean have an image with text inside a Tippy popup? Yes, that’s possible. You can put pretty much anything inside Tippy, including html/css styling so you can float your images with text next to it. For an example, see an entry I have for my Glossy plugin (uses Tippy) under New York Stock Exchange at https://croberts.me/projects/wordpress-plugins/glossy/
Forum: Plugins
In reply to: [Annie] [Plugin: Annie] List at the end of a page doesn't show upI just posted 1.4.4 which should fix the issue with footnotes showing up at the end of pages.
Forum: Plugins
In reply to: [Tippy] Tippy title words do not show up in blogrollLearn something new every day – shortcodes are not executed inside of the_excerpt. There are ways around that, I’ll need to check into the pro’s and con’s before deciding whether or not to go around it for Tippy.
Forum: Plugins
In reply to: [Tippy] Tippy title words do not show up in blogrollIs that an issue just in rss feeds?
Forum: Plugins
In reply to: [Tippy] Tippy title links and theme folder cssStacy,
Thanks for the info. I think I see the problem with the css not loading, I’ll have a fix out soon. As for the title not linking, I see the problem with that as well.
Both issues are fixed in 4.1.2, which I will release shortly.
Forum: Plugins
In reply to: [Tippy] Tippy for imagesAnaximanrus,
The newest version of Tippy makes this easy. In your shortcode, just include an img=”” attribute and put in it the url for the image. See an example at https://tcnr.me/61cp5
Forum: Plugins
In reply to: [Tippy] [Plugin: Tippy] Auto close on onMouseout ?ian,
At this time there is no way to change the fade time (aside from editing dom_tooltip.js directly), but I’ll consider that for a future version.
Forum: Plugins
In reply to: [Tippy] [Plugin: Tippy] sound on mouseoverYou can hide the tooltip by setting a large negative y offset, so something like tippy offsetx=”-9999″ will pull it off the left side of the screen, out of view of the viewscreen.
Forum: Plugins
In reply to: [Tippy] [Plugin: Tippy] Can you customize tooltip positioning??This is now possible with version 4.0.0.
Forum: Plugins
In reply to: [Tippy] JavaScript insert below TippyJavaScript added by Tippy is typically found in the head section of the post or page (wherever you call wp_head();) and is used to initialize the Tippy object. Tippy also includes JavaScript in the link being turned into a tooltip, for obvious reasons: this is what creates the tooltip. Tippy shouldn’t be adding any JavaScript following a post.
Forum: Plugins
In reply to: [Tippy] [Plugin: Tippy] Auto close on onMouseout ?By default, the tooltip closes on mouseout. You can change this behavior in your Dashboard / Settings / Tippy settings page: “Should the tooltip close automatically when the user mouses away, or be sticky until the user manually closes it or activates another tooltip?” It is possible your setting got changed to make it sticky. Just change it back and it will automatically fade out on onmouseout.
Forum: Plugins
In reply to: [Glossy] [Plugin: Glossy] WPML compatibilitysquashee,
I’ll check into that. Thanks for the suggestion.
Forum: Plugins
In reply to: [Tippy] [Plugin: Tippy] How to style the popup scrollbarinsurgenesis,
All Tippy elements are contained in a div using the class domTip_Tip, so any styling under that would apply. For the scrollbar, you would probably start with the domTip_tipBody class.
Forum: Plugins
In reply to: [Glossy] [Plugin: Glossy] Error in Add entrysusankirk,
wp_editor() is in WordPress core, but wasn’t available until version 3.3. Are you running an older version of WordPress?
Forum: Plugins
In reply to: [Tippy] Tippy – Uncaught reference errorFor some reason your site is not loading the dom_tooltip.js script. This should be located in the Tippy plugin directory and should be automatically loaded by Tippy. I haven’t seen this problem on any of my other sites nor have I heard of anyone else running into this so I’m not sure just what’s going on. Please let me know if you come across the cause; I’ll keep checking as well.