@ Pascal
re: But I’m guessing the Slimplus CSS is not allowing me to change address format display, right ?
No, Slim Plus allows the use of the addr_format
shortcode option. You missing the end quote, after %city%
you should have a quote '
.
re: I’m also getting a “404” when I click on the “Afficher Tout” (view all) on top of my directory. Is there something I forgot to setup ?
This is due to a WordPress bug. When query vars are used on the front page, WordPress routes the request to the “blog” page instead of back to the home page. I do have code that attempts to work around this but does not work in all instances. I’ll be releasing another bug fix release today that I hope will further work around this so it might fix it for you since the category filtering works for you. The only real solution is not to use Connections on the same page that is set as the WordPress static front page.
Hope that helps. Let me know.