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 3 replies, 2 voices, and was last updated 10 years, 3 months ago by
Steven Zahm.
-
AuthorPosts
-
05/11/2016 at 6:33 pm #376063
Leslie
ParticipantWhat would be the best way to go about making the categories in each listing clickable to show all the other listings in that category? I would like to do this in both the full listings and on the individual listings.
Secondly – where can I edit how the website links are showing? I’d like to remove the http:// from the linked text.
Thanks for a great product!
05/12/2016 at 10:45 am #376144Steven Zahm
Keymaster@ Leslie
re: What would be the best way to go about making the categories in each listing clickable to show all the other listings in that category? I would like to do this in both the full listings and on the individual listings.
I suspect you are using the Default Entry Card template, is that correct? If it is, there is not a way to do that presently.
re: Secondly – where can I edit how the website links are showing? I’d like to remove the http:// from the linked text.
The easiest way would be to edit the entry and then remove the
http://from the lint title text.05/12/2016 at 1:07 pm #376160Leslie
ParticipantI suspect you are using the Default Entry Card template, is that correct? If it is, there is not a way to do that presently.
Thank you. Is there a way to customize the template, or use a different template that would make this work? I’m familiar enough with css and php to dig in to things if it would help.
On the second issue — haha! Sorry, didn’t realize the http:// had been added when I imported the csv. :)
05/13/2016 at 2:31 pm #376292Steven Zahm
Keymaster@ Leslie
re: Is there a way to customize the template, or use a different template that would make this work?
Not exactly. The premium templates do provide your visitors a way to filter by category.
re: I’m familiar enough with css and php
Change this line to this:
'<a href="' . cnTerm::permalink( $category->term_id, 'category' ) . '">' . esc_html( $category->name ) . '</a>';That should do it… I think, untested.
re: On the second issue — haha! Sorry, didn’t realize the http:// had been added when I imported the csv.
Yes, presently, CSV Import uses the URL to set the URL as the title text. Well, actually core Connections does this because it needs a value, so it’ll default to the URL if no title is added. The next update to CSV Import allows the importing the title too.
Hope that helps, let me know.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
