Daniel Hendricks
Forum Replies Created
-
Forum: Reviews
In reply to: [Carbon Fields] bad design descision regarding relationshipsFirst of all, it’s hard to complain that a free (as in beer and speech) plugin has “hindered your development.”
That said, I don’t understand the issue. (?)
$args = array( 'post_type' => array( 'post' ), 'orderby' => 'ASC', 'post__in' => get_option('crb_relationship_field') ); $loop = new WP_Query( $args );
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] xmlsitemap.xml to sitemap.xmlYeah, I’d like to vote for this as a possibility as well (either via settings page or functions.php).
Forum: Reviews
In reply to: [ACF Page Builder Field] Only works with ACF Pro (not the free version)You know, ACF PRO is a bargain considering you get lifetime updates. I would think that an M.D. could swing it.
Forum: Plugins
In reply to: [Redis Object Cache] Compatible with remote Redis over SSL?Thanks mate! I appreciate the heads up! It would be cool to get that changed. I’ll have to play with it, just didn’t have time since I last posted.
Thanks again,
DanielI am interested in a solution to this as well. That’s specifically why I installed the plugin, hoping that there was an option for the Product Review form.
Forum: Plugins
In reply to: [Advanced Page Manager] "Add new" page is missing in 3.8Does anyone know if older versions of the plugin work in WordPress 3.8? I’d really like to use this.
Forum: Plugins
In reply to: [Download Manager] Not able to create a new downloadI’m a little confused here. I’m using WP 3.8 and this plugin seems perfect for my needs, but I’m getting the behavior described by others, which is not terribly user-friendly for my client. Is there an older version that I should download that does not have this issue?
For the record, this was a fresh install of WordPress 3.8, and first-time installation of this plugin.
Thank you,
DanielForum: Plugins
In reply to: [Featured Post] Featured "star" toggle not showing in post listForum: Hacks
In reply to: Adding a simple dropdown to MCE toolbar?For the record, this is what the upsell_add_sc_select() function is outputting, which looks fine to me:
<select id="upsell_add_select"><option>Upsell Ads</option><option value="[upsellad id=1]">Ad #1</option><option value="[upsellad id=2]">Ad #2</option></select>