criszero
Forum Replies Created
-
Forum: Plugins
In reply to: [Tippy] [Plugin: Tippy] Can you customize tooltip positioning??Got this working with Tippy on its own, but can’t seem to get it to work with Glossy. My glossy shortcode is
[gs toptip_005]
. Can I apply offsetx and offsety to that?Thanks Chris
Forum: Plugins
In reply to: [Tippy] [Plugin: Tippy] Can you customize tooltip positioning??Oh wow! You’re the man, Chris! Thanks so much for letting me know & congrats on a really great plugin!
HTML – the Visual editor is another tab – I read somewhere that I should turn the Visual editor off altogether (I don’t really use it) but not sure how to do that!
The excerpt attribute is what I had at the start, but it wasn’t clickable. I wanted to EITHER use the excerpt attribute and make it clickable, OR not use the excerpt attribute and wrap a title and a subtitle in the trigger. The div did the trick!
I do have another problem now though! I used the Rel Attribute Highlander Grouping as described in the documentation thus:
<div id="collpase1" class="collapseomatic" rel="project-highlander">
. It works fine on the published page, but after publishing WordPress just deletes every rel attribute from the HTML!!Any idea what on earth is going on with that?! (Sorry, it’s not really a Collapse-o-matic issue I know!)
Hi Baden,
I had read that thread already – it looks great but I’m pretty clueless with PHP so that’ll have to wait till I have some proper time to have a play (I’m a bit up against it at the moment!).
However I did get what I wanted working! I followed the ‘roll your own’ guidance near the bottom of the Collapse-O-Matic documentation and came up with the following (probably not very elegant but it looks great and works!):
<div id="collpase1" class="collapseomatic"> <h5>MY TITLE</h5> <p class="reduced">MY SUBTITLE</p> </div> <div id="target-collpase1" class="collapseomatic_content"> MY HIDDEN CONTENT </div>
Thanks for the help, Chris
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Captions on imagesYayyyy! It’s working! Sorry for wasting everyone’s time! Looks like a great plugin so far (only installed it an hour ago)!
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Captions on imagesOooops! Sorry – I think they are there! I can just see the tip of something, so I think they’re just being cut off by .meteor-clip div. I’ll try and do some custom css and get back. Thanks!