Karena Kreger
Forum Replies Created
-
Also really wanting this to work with sharedaddy for nice clean formatting purposes. do we have an ETA for this addition?
Forum: Plugins
In reply to: [WP e-Commerce Featured Product] Title MissingFound it! Here’s a bug fix for your next release.
File class-wp-e-commerce-access-v38 Line 12
$product = array(‘name’=>$product->post_title, ‘description’=>$result->post_content, ‘id’=>$result->ID);
should be
$product = array(‘name’=>$result->post_title, ‘description’=>$result->post_content, ‘id’=>$result->ID);
does that look right? At least it worked.
Forum: Plugins
In reply to: [WP e-Commerce Featured Product] Title MissingThanks for the workarounds on the widget title! To give a little more info on the product name disappearing act, I am using WP 3.1.3 and the plugin is 1.1.3
Still no luck on my end… Here is an example of the HTML it outputs:
<div id="pndl_featuredproductwidget-5" class="widget-header widget_pndl_featuredproductwidget"> <h2>Featured Product</h2> <div class="item_image"><a href="https://dredgeandmine.localhost/products/grapple-rakes-accessories/66-heavy-duty-grapple-rake/"><img alt="" title="" src="https://dredgeandmine.localhost/wp-content/uploads/2011/04/66-Grapple-Rake-96x96.jpg"/></a></div> <div class="item_name"><a href="https://dredgeandmine.localhost/products/grapple-rakes-accessories/66-heavy-duty-grapple-rake/"><strong></strong></a></div> </div>
josjojo – did you ever get this working? Would you care to share your code or plugin? I desperately need to turn a form into a PDF and mail it to clients when submitted. Any thoughts?
Forum: Networking WordPress
In reply to: Moving a blog from Multisite to Single InstallLooking to do something very similar with my clients. Did this work well for you? I’d love to find a checklist of sorts on doing this as painlessly as possible. Or perhaps someone’s run across a plugin that exports everything, not just the content? just brainstorming…
Forum: Fixing WordPress
In reply to: wp_list_bookmarks category_name does not workSeems to work with the full category name but does NOT work with teh category slug. Is that your experience? it also works with category=ID instead of using the category_name paramenter.
Forum: Plugins
In reply to: [Sharedaddy] [Plugin: Sharedaddy] Posts Only and Custom Post TypesJohn – Thanks for the heads up! I didnt even see that option at the bottom of the edit page. Even better as there are some pages I’d like to share and other’s I would not.
Kemch – there is a checkbox at the very bottom of each page when you are editing it to show or hide the sharing. Not sure if that answers your question, but it’s not really a template issue and don’t know if you can preset that option by template or not.
Try this [wp_list_posts]
From what i see in the code I think that’s what it is.