x00
MVPx00 MVP
Reactions
-
Re: where is iframe code defined in wordpress plugin integration?
since it is created dynamically anyway you can do this try this trick jQuery(document).ready(function($){ $('iframe').livequery(function(){ var roundedBox = $('<div class="roun… (View Post)2 -
Re: Plugin doesn't seem to write consolidated content
It can (View Post)2 -
Re: table in message
I have confirmed @mcsa2005 case for 2.0, it look like it has been fixed in future versions, or perhaps markdown pre formating helps. (View Post)1 -
Re: Is it possible to set plugins permissions on a per Category basis?
Permissions are agnostic, they have no awareness of the plugin other then what you put in your logic. You can't do it through the plugin info RegiterPermisions becuase it can't supply all t… (View Post)2 -
Re: SAML SSO
JsConnect is a three step handshake. That is why it is approx 3x request time. (View Post)1
