Re: [tw] Re: [TW 5.0.16]Footnote Popup Not Working

2014-10-06 Thread Jon
Hi, when I copied the macro out of $:/core/ui/PageMacros as per Jeremy's suggestion, the footnotes no longer work. Do I need to do anything else as well? Thanks, Jon. On Monday, 15 September 2014 13:14:09 UTC+1, Jeremy Ruston wrote: Hi BirtheC Did you ad it to $:/core/ui/PageMacros? It

Re: [tw] Re: [TW 5.0.16]Footnote Popup Not Working

2014-10-06 Thread Danielo Rodríguez
Did you tagged it accordingly? El lunes, 6 de octubre de 2014 11:22:02 UTC+2, Jon escribió: Hi, when I copied the macro out of $:/core/ui/PageMacros as per Jeremy's suggestion, the footnotes no longer work. Do I need to do anything else as well? Thanks, Jon. On Monday, 15 September

Re: [tw] Re: [TW 5.0.16]Footnote Popup Not Working

2014-10-06 Thread Jon
Hi Danielo, Yes I followed the instructions and tagged it with $:/tags/Macros but no joy. Jon On Monday, 6 October 2014 11:01:00 UTC+1, Danielo Rodríguez wrote: Did you tagged it accordingly? El lunes, 6 de octubre de 2014 11:22:02 UTC+2, Jon escribió: Hi, when I copied the macro out

Re: [tw] Re: [TW 5.0.16]Footnote Popup Not Working

2014-10-06 Thread Uwe
Hi, I think the joy comes, when you tag it with $:/tags/Macro instead of $:/tags/Macros Coincidentally I had the same problem a few minutes ago... ;-) HTH Greetings, Uwe Am Montag, 6. Oktober 2014 12:53:21 UTC+2 schrieb Jon: Hi Danielo, Yes I followed the instructions and tagged it

Re: [tw] Re: [TW 5.0.16]Footnote Popup Not Working

2014-10-06 Thread Jon
Ah ha! Yes, I am overjoyed! Thanks, Jon. On Monday, 6 October 2014 18:52:31 UTC+1, Uwe wrote: Hi, I think the joy comes, when you tag it with $:/tags/Macro instead of $:/tags/Macros Coincidentally I had the same problem a few minutes ago... ;-) HTH Greetings, Uwe Am Montag, 6.

[tw] Re: [TW 5.0.16]Footnote Popup Not Working

2014-09-17 Thread Danielo Rodríguez
Glad you liked it. All the plugin developers are waiting till the stable release of tiddlywiky. After that some adaptation work is required. So visit again my wiki at TiddlySpot.com in a month for an updated version of all my plugins. RRegards -- You received this message because you are

[tw] Re: [TW 5.0.16]Footnote Popup Not Working

2014-09-15 Thread Danielo Rodríguez
Probably is because the line: tw-drop-down try changing it to tc-drop-down. So the full code should look like: define ref(label) $button popup=$:/state/$label$ class=btn-invisible tw-slidersup style=color:green$label$/sup/$button \end \define definition(label,text) $reveal type=popup

[tw] Re: [TW 5.0.16]Footnote Popup Not Working

2014-09-15 Thread Birthe C
Hi Ken Gray Did you ad it to $:/core/ui/PageMacros? It might have been overwritten. Also you have to change the code: define ref(label) $button popup=$:/state/$label$ class=tc-btn-invisible tc-slidersup style=color:green$label$/sup/$button \end \define definition(label,text) $reveal type=popup

Re: [tw] Re: [TW 5.0.16]Footnote Popup Not Working

2014-09-15 Thread Jeremy Ruston
Hi BirtheC Did you ad it to $:/core/ui/PageMacros? It might have been overwritten. Since the introduction of global macros it is not recommended to modify the core shadow tiddler $:/core/ui/PageMacros. Instead, place your macros in a new tiddler that is tagged $:/tags/Macros. Best wishes

[tw] Re: [TW 5.0.16]Footnote Popup Not Working

2014-09-15 Thread Ken Gray
I tried to un-edit my PageMacros (as per Jeremy's note below) but that got real ugly real quick so I copied the below code into a new tiddler with the tag $:/tags/Macros. it stopped being real ugly but it didn't change the popup. I copied the code above to the stylesheet tiddler popupStyle

[tw] Re: [TW 5.0.16]Footnote Popup Not Working

2014-09-15 Thread Ken Gray
worked after I put in a leading \ in your code above. THANKS! really like the popups! On Monday, September 15, 2014 4:48:12 AM UTC-5, Danielo Rodríguez wrote: Probably is because the line: tw-drop-down try changing it to tc-drop-down. So the full code should look like: define