Manny Fleurmond
Manny Fleurmond
I'm on PC
What javascript errors are you getting?
What versions of WordPress and the plugin are you using?
If you do use it to return something, perfect filter to use is `the_posts`. It's what I use currently to distribute connections onto posts of a query
Been thinking about this all week and to me, a good alternative to `each_connected` is to instead roll the functionality into query variable instead of a separate function. The query...
And of course, after posting my last comment, I noticed you posted something similar to my first suggestion last year. I think the second one would work well for the...
I found a nice jQuery UI theme for the jQuery datepicker: https://github.com/xwp/wp-jquery-ui-datepicker-skins. The nice thing about it that the colors change to match the Admin theme you are using. I...
Another solution could be to save that particular field via jQuery when you go out of focus. Other than that, only other option is to set up a custom meta...