cincauhangus
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [WP Ultimate Search] Reuse same taxonomy with different labelsYeah I would do that for new sites, but for older sites it’s a little troublesome as there’ll be more effort to move them out and I’ll need to educate the end users about the new change.
Thanks!
Forum: Plugins
In reply to: [WP Ultimate Search] Broken in 3.4.2also, I’m having trouble using your plugin with wp installed in a folder like localhost/wp/. I’ve hacked the plugin to the following:
// wp-ultimate-search.php : 486 $params = array( 'ajaxurl' => admin_url('admin-ajax.php'), 'searchNonce' => wp_create_nonce('search-nonce'), 'trackevents' => $options['track_events'], 'eventtitle' => $options['event_category'], 'enabledfacets' => json_encode($this->get_enabled_facets()), 'loadinganimation' => $options['loading_animation'], 'resultspage' => preg_replace('/^(\/)/', get_bloginfo('wpurl').'/', $options['results_page']) );Forum: Plugins
In reply to: [WP Ultimate Search] Broken in 3.4.2works in latest WP 3.5.1 tho.
Forum: Plugins
In reply to: [WP Ultimate Search] Broken in 3.4.2also, just a head’s up, the download links in your website contains errors, merge conflicts were committed into the code base.
Forum: Fixing WordPress
In reply to: Integrating MULTIPLE WordPress sites with another websiteI solved this with this post: [resolved] Pros and cons of adding tables to the WP DB database? (8 posts)
Viewing 5 replies - 1 through 5 (of 5 total)