Hi sklpns, — ...how do I pronounce that? :D > Problem is that, in order for the page to work universally, I keep bumping > into a hidden sidebar on the left that has to contain two iframes with the > same id (where the media players load). One of them has to be hidden but, > when in that setup the media links don't work (I suspect because two > targets with the same id exist so the link doesn't know where to load) > > Same ID = no no. In fact, I try to avoid IDs altogether as much as I can and use css classes. I have yet to coma accross a usecase where I desperately needed an ID.
The above don't make much sense I'm afraid but I'll try to set up a test > page to demonstrate the problem. > That would incredibly speed up our understanding of your problems. > In the meantime I'm thinking of this as a bypass: is it possible to > conditionally disable a plugin? > There are different ways to "disable" plugins... * use css wrappers to hide plugin outputs * some plugins have global switches you could use to turn them off in a zzConfig ** http://tiddlywiki.org/#zzConfig * you could also use a custom ControlPanel type of thing to tick on or off plugin options ** using the options macro http://tiddlywiki.org/#option * You could have little helper transclusions or plugins ** http://compare-tw2-tw5.tiddlyspace.com/#ToggleTiddlersBar > Something like disabling the ChangeModePlugin when in low resolutions and > letting the low resolutions specific > Is it that important to you to have the color palette change randomly? Cheers, Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

