protohominid
Forum Replies Created
-
Forum: Hacks
In reply to: Modify Widgets/Plugins via HOOKS*ping*
I’d also like to know how to do this…
Forum: Plugins
In reply to: [WP Orbit Slider] [Plugin: WP Orbit Slider] loading gif not showingThanks for the response! I want to retain responsiveness, so what I’m wondering is if there is a way to modify the orbit jquery so that it hides the content divs until the images are loaded and the code has rendered everything…
Forum: Plugins
In reply to: [WP Orbit Slider] [Plugin: WP Orbit Slider] Issue in Firefox 9 – CPU crankedWhat I’m wondering is, is there a way to disable the timer animation completely, but still have autoplay? I’m wondering this because I have Flex Slider on another site that has autoplay on but only uses 8% CPU in Firefox. Different beast, I realize. ??
Forum: Plugins
In reply to: [WP Orbit Slider] [Plugin: WP Orbit Slider] loading gif not showingI’m having this same issue. Flash of unstyled content, as they say. ??
Anyone have an idea of how to troubleshoot?Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] Get connected posts' thumbnails?Awesome, that’s exactly what I was looking for. I didn’t realize you could use the p2p plugin that way.
Thanks again!
Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] Get connected posts' thumbnails?Sounds like if I can’t do it within the “p2p_list_posts” function it’s not possible. Thanks for the quick reply, though.
That got it! You rock, many thanks!!
Indeed, the debugger is throwing two errors that “Post type ‘homes’ is not defined” (a 2nd message says ‘communities’) in the “type-factory.php” file on line 35.
If I change the function to
p2p_register_connection_type( array( 'name' => 'homes_to_pages', 'from' => 'homes', 'to' => 'page' ) );
the regular pages and posts are connected, but not the homes pages. Weird. And I’m still getting the error that ‘homes’ post type isn’t defined in p2p…
Yeah, I tried it that way as well, but no go. I also verified in the DB that the “post_type” fields are indeed “communities” and “homes”. Anything else I might be missing?
Forum: Plugins
In reply to: [WordPress Post Tabs] Tabs disappeared after recent post tab upgradeNevermind — I reverted back to v1.3 again and enabled the jQuery checkbox. It seems to have been a jQuery issue. It’s working now.
Forum: Plugins
In reply to: [WordPress Post Tabs] Tabs disappeared after recent post tab upgradei’m having the same issue. After upgrading the plugin to 1.3.1 from 1.3, the tabs no longer have the CSS applied to them. I also tried reverting back to 1.3, but it still doesn’t work. Any suggestions?