06/05/2015 at 12:58 pm
#336587
Keymaster
@ Pascal
re: That’s in the CSS then, is it ?
Yes. Add the following to the theme’s custom CSS area to make it display inline.
#cn-slim-plus span.adr span.street-address {
display: inline !important;
}
re: I have changed WP static page and the search all works now ! Though I’d really prefer to have the directory as first page displayed…Will wait and try your fix.
Looking at you site. Even changing the page will not work because the page links contain index.php the rewrite rules in WordPress should be removing this. Having that in the links will break Connections permalinks. This is typically caused by a server level config. You’ll likely have to contact your host to resolve this.
Hope that helps!
