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.
Tagged: 8.6.11
- This topic has 7 replies, 2 voices, and was last updated 8 years, 2 months ago by
Steven Zahm.
-
AuthorPosts
-
09/06/2017 at 3:37 pm #434078
wpmonkey
ParticipantAnother plugin is pulling category headings from Connections and displaying them (http://villageatsunriver.com/village-map/) but the ambersand is displaying as a the HTML code
&.I tried changing the & to the HTML Code within the category title, but it reverts back to the & when saved.
Any thoughts on updating CSS for the the other plugin page to force the proper encoding?
09/07/2017 at 1:52 pm #434196Steven Zahm
Keymaster@ wpmonkey
Hard to know, my best guess is the other plugin should do an HTML entity decode when displaying the category name. If you share the other plugin code, I can probably pinpoint it fairly quickly.
06/01/2018 at 7:03 pm #464202wpmonkey
ParticipantWhoops, I meant to respond to this a loonnnnggg time ago. What would be the best way to share the plugin code with you? It was a custom PHP job that was inherited with the website.
06/04/2018 at 11:17 am #464416Steven Zahm
Keymaster@ wpmonkey
If you could toss it on on Github that would be best. Alternatively, a Dropbox/OneDrive share would work or you could upload it to your site and send me the download link.
06/04/2018 at 12:49 pm #464430wpmonkey
ParticipantThis reply has been marked as private.06/04/2018 at 3:56 pm #464436Steven Zahm
Keymaster@ wpmonkey
Ok, this is written using Angular.js something which I have no experience with.
I suspect that you will have to edit line
12in thevillage-shop-list.htmlfile.Currently it is
<h3>{{shopcatname}}</h3>I suspect it needs to be something like this
<h3>renderHtml(shopcatname)</h3>or this<h3>renderHtml({{shopcatname}})</h3>or maybe this<h3>{{renderHtml(shopcatname)}}</h3>. I think it might be the last one based on a quick look into the syntax for Angular templating.In regards to the CSS, I’m sorry, I’m not exactly certain what you’re asking.
06/05/2018 at 12:06 am #464498wpmonkey
ParticipantThis reply has been marked as private.06/05/2018 at 8:54 am #464549Steven Zahm
Keymaster@ wpmonkey
Sorry to hear that. Perhaps the
renderHtml()function is not in scope. -
AuthorPosts
- You must be logged in to reply to this topic.
