arcanerei
Forum Replies Created
-
Forum: Plugins
In reply to: [Conditional Widgets] No longer working for Custom Post Types sidebars…Jason – Is this a fix that will be in a future version?
I ask because we were using this on some custom post types too… unfortunately we have 600+ sites and I can’t possibly go and fix each one individually…
Let me know! Thanks!
Some additional details….
When we do the MySQL backup, we can see the option_tree table values and the option_tree_settings values in the backup. We tried doing the restore, then manually inserting the values after the restore. They were in the right places, but upon loading up the site, the site deleted all the values and reverted them back to “blank”.
I am running a cahce plugin. So that could have been the culprit and would explain why it started working after a while.
However I did disable all plugins except WPTouch and it still didn’t work after doing that.
I suppose that could have been the cache on the devices I was using, since I hadn’t cleared those out.
Either way it’s working great and looking great now! Thanks for developing an awesome plugin!
So it appears to be working just fine, I have no idea why it wasn’t before though!
Any idea when 1.4 will be released?
Found my answer, didn’t realize jwplayer was being removed
http://www.viper007bond.com/2012/04/12/jw-flv-player-removed-from-my-vipers-video-quicktags-plugin/
*update
So it appears that it only fails with themes that have some sort of rotating “feature article” function.
Otherwise it works just fine…
I have been disabling the plugin for normal operations, then reenabling it when I need to upload videos, then manually including the embed code in the post so that it will work when the plugin is off…
Again, any way to do this automatically and function with “Feature Article” themes would be MUCH appreciated 🙂
-Bob
Forum: Hacks
In reply to: Trouble with a custom query on a pageWhen I use the get_var (as below)
$mbv_query = " SELECT property_address FROM $wpdb->prefix.mbv_property WHERE property_id = '1' "; $mbv_test = $wpdb->get_var($mbv_query,6,0); printf('<pre>Value: '.print_r( $mbv_test ).'</pre>');I return the value of “1” regardless of what I change the row and column offset to….
Forum: Hacks
In reply to: Trouble with a custom query on a pageStvwlf,
My example data right now contains only 1 address. How eventually I will need to be able to display multiple addresses (in blocks of 10 which is what the last block of code was attempting to do).I will take a look at what you posted though to see if I can retro fit it and least get 1 variable to print out.
Thanks!
-Bob