Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
- This topic has 8 replies, 2 voices, and was last updated 8 years, 8 months ago by
Steven Zahm.
-
AuthorPosts
-
12/18/2017 at 1:36 am #444401
Casper Blackwell
ParticipantHi Steve,
On the two directory pages a colon has appeared before the city field. I tired to figure out where it’s coming from but I can’t seem to.
https://theaumnation.com/wellness-services/?cn-country=United%2BStates
https://theaumnation.com/products/?cn-country=United%2BStatesIt’s also appearing on full profile pages.
Please advise.
Cheers,
CasperAttachments:
You must be logged in to view attached files.12/18/2017 at 1:38 am #444403Casper Blackwell
ParticipantThis reply has been marked as private.12/18/2017 at 9:09 am #444447Steven Zahm
Keymaster@ Casper
Someone added the separator back to the address format using the Template Customizer for cMap. Removing the separating, removed the colon.
Hope that helps!
12/18/2017 at 2:36 pm #444504Casper Blackwell
ParticipantThanks Steve. I was in the Template Customizer trying to add a colon after “Location” but I’m not seeing where to do that. Can you let me know where to do that.
See attached image.
Thanks in advance,
CasperAttachments:
You must be logged in to view attached files.12/18/2017 at 2:51 pm #444507Steven Zahm
Keymaster@ Casper
That’s the colon I just removed…
In the Template Customizer look in the Advanced panel. It’ll be the Address Format option. Use the
%separator%token to add it.12/18/2017 at 4:59 pm #444529Casper Blackwell
ParticipantHi Steve,
I tried to add the %separator% field in the Customizer, but the colon keeps going one line down, instead of “Location:”. See image.
Please advise.
Cheers,
CasperAttachments:
You must be logged in to view attached files.12/19/2017 at 11:55 am #444615Steven Zahm
Keymaster@ Casper
I see, the
%separator%token is officially not even supported in the address format even though the code does. This is why you do not see it in the in the Customizer for the address format option or in the cMap docs.It will display as intended when the address is displayed as a single line… like you used to have. Now you have as a block, which from a design perspective, I’ve never intended.
Any way…
You need to add CSS to deal with the colon when displaying the address as a block. Liek with this:
#cn-cmap span.adr.cn-address > span.address-name { display: inline; } #cn-cmap span.address-name + span.cn-separator::after { content:"\a"; white-space: pre; }I’ve added to you theme custom CSS area with the rest of your custom code.
12/19/2017 at 11:09 pm #444698Casper Blackwell
ParticipantPerfect, thanks Steve :)
12/20/2017 at 8:33 am #444812Steven Zahm
KeymasterGreat to hear! I might have a typo in that CSS statement. I think where I have the double colon it should only be a single colon.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
