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 5 years, 9 months ago by
Steven Zahm.
-
AuthorPosts
-
06/16/2017 at 12:01 am #426247
Kasia Szumal
ParticipantI have bulleted lists in some of the entries and they are not showing correctly on the main page with the summaries. They also extend the summary as well, which I don’t want. If I remove the bullets, it works fine, but I do need them for lists. Attached is a link to the page.
http://consciouscommunitymagazine.com/talent-page/
How do I fix this issue?
Thank you!
-
This topic was modified 5 years, 9 months ago by
Kasia Szumal.
-
This topic was modified 5 years, 9 months ago by
Kasia Szumal.
06/16/2017 at 10:07 am #426266Steven Zahm
Keymaster@ Kasia
RE: I have bulleted lists in some of the entries and they are not showing correctly on the main page with the summaries.
Add this to the theme’s custom CSS area:
#cn-circled .cn-circled-content ul { font-size: 14px; line-height: 1.4em; margin: 0 0 10px 24px; }
RE: They also extend the summary as well, which I don’t want.
Right, the code that creates the excerpt makes an attempt to not cut off mid sentence. Basically the excerpt length will keep increasing until it finds a period (
.
) or exclamation (!
). So, the solution is to use more punctuation or shorten the excerpt length so it will not extend past the first sentence or two of your entries.The next update to Connections will have support for a new Excerpt field. If I’ve done my work properly Circled will continue to create the excerpt from the Bio field, but, if you add text to the Excerpt field that will be used instead. This will allow you to better customize the two.
Hope this helps!
06/16/2017 at 2:43 pm #426299Kasia Szumal
ParticipantHi Steven, thank you! The code worked perfectly for the bullets and the suggestion for the punctuation also worked.
One more thing, the font letter spacing for the title under the name is too tight and light in color, is there something I can do about that as well?
I also appreciate your quick response to his issue.
Thanks!
06/19/2017 at 5:11 pm #426486Steven Zahm
Keymaster@ Kasia
RE: the font letter spacing for the title under the name is too tight and light in color, is there something I can do about that as well?
Well, that is actually a design element of the template. I’m not sure what you mean by too tight. That is correct spacing for the italics font being used. Here’s a bit of CSS that changes the color to black, removes the italics and increases the size a bit. Tweak to suit.
#cn-circled .cn-circled-content p.title { color: #000; font-style: normal; font-size: 16px; }
Hope that helps!
-
This topic was modified 5 years, 9 months ago by
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.