Jean-Francois Arseneault
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] V 1.9 Update ErrorBeen getting this error message, as I try to refresh my index with Relevanssi:
Warning: Missing argument 2 for Ai1ec_View_Helper::the_title_admin() in /home/contactj/public_html/wp-content/plugins/all-in-one-event-calendar/app/helper/class-ai1ec-view-helper.php on line 652
Super, Thanks! I’ll ask him if he can share, once done.
Pods… is that the Cutom Post Type plugin? If so, do you have any comparison chart with the WP-Types and WP-Views plugin combination? And is Pods WPML-compatible, as 90% of our project are required to be multilingual…
Beauty, thanks for the code, totomobile!
Forum: Plugins
In reply to: [MailChimp Widget] MailChimp Widget and WPMLStill seeing the issue myself, this is becoming a real bummer.. none of the Mailchimp plugins I tried support WPML…
Any update from MC on this issue?
I WANT glacier… price is 10x less… hopefully this a simple change for the developer!
Forum: Fixing WordPress
In reply to: Faceted Search using custom taxonomiesHey Sekatsim, this looks good, I like the modern look and functionality.
I’m really busy right now, but if your plugin can allow someone to filter/search from multiple dropdowns, which are dynamically populated from existing custom taxonomies, let me know, I’ll be glad to take it for a spin and give you a detailed review!
Forum: Plugins
In reply to: [Dynamic Widgets] [Plugin: Dynamic Widgets] Custom taxonomies not supported?I also would need support for custom taxonomies. We always create Custom Taxonomies with Custom Post Types for the websites we build for clients. This allows us to create product catalogs and such using a number of different categorization techniques.
Forum: Plugins
In reply to: [Job Manager] Category and job links displaying home page templateSame here, WPML is a requirement as all my clients in my geography need EN/FR websites…
Forum: Fixing WordPress
In reply to: Faceted Search using custom taxonomiesI would be interested in this as well
Actually, trying to display the data gives an error “Cannot use object of type stdClass as array”, since this is a multi-dimensional array.
I’ve had to resort to using this function (https://www.phpro.org/examples/Convert-Object-To-Array-With-PHP.html), and then echo’ing each potential array value like this, as an iteration using a for/count loop was taking more than 30 seconds…
<?php
$categories = wp_get_object_terms ($post->ID, ‘wpsc_product_category’);
$prodcats = objectToArray( $categories );
echo “<div class=’prodcats-items’>” . $prodcats[0][‘name’] . ‘ ‘;
echo $prodcats[1][‘name’] . ‘ ‘;
echo $prodcats[2][‘name’] . ‘ ‘;
echo $prodcats[3][‘name’] . ‘ ‘;
echo $prodcats[4][‘name’] . ‘ ‘;
echo $prodcats[5][‘name’] . ‘ ‘;
echo $prodcats[6][‘name’] . ‘ ‘;
echo $prodcats[7][‘name’] . ‘</div>’;
?>Forum: Plugins
In reply to: [SimpleMap Store Locator] https and simplemapBeauty, added both page IDs… sorry for not noticing that field. Problem solved. Thanks!
Forum: Plugins
In reply to: [SimpleMap Store Locator] https and simplemapSounds like a good start. Muliple pages in a cart will use https. I’ using WP e-commerce and there are: checkout, transaction, client profile. And the same ones in other languages, as I’m using WPML to manage multi-language.
Thanks!
Forum: Plugins
In reply to: [SimpleMap Store Locator] https and simplemapI’m running into the same issue. I’d say that most e-commerce websites will have some sort of locator, and a portion of their pages will be encoded with https/ssl
I’d also be interested in seeing WPML compatibility for QMT!!