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.1.6, css, Excerpt Plus, Tile Plus
- This topic has 11 replies, 2 voices, and was last updated 8 years, 8 months ago by
Linda Everett.
-
AuthorPosts
-
01/23/2015 at 1:22 pm #316927
Linda Everett
ParticipantHi Steve
I just bought the complete bundle so that I’d have more flexibility with templates. But I think I misunderstood some of the options in Excerpt Plus. I am using the following short code:
[connections force_home='true' template="excerpt-plus" excerpt_length=0 enable_bio=TRUE show_title=TRUE show_org=TRUE show_contact_name=TRUE show_addresses=TRUE show_phone_numbers=TRUE show_email=TRUE show_links=TRUE show_alphaindex='true' link='true']
I set excerpt_length to ‘0’ because I don’t want the bio to show in the excerpt. Basically I’d be happy if only the name showed in the excerpt, but preferably the name, and title and perhaps a few other details.
Is there a way to do this? Have I chosen the wrong template?
Thanks,
Linda01/23/2015 at 4:39 pm #316976Steven Zahm
Keymaster@ Linda
You know, I don’t think I even know what the result of setting excerpt length to 0. I don’t think I ever tested that scenario.
Doesn’t sound like there is one that meets you exact desires. There’s the Slim Plus template. The compromise there would be the details are hidden until the name is clicked.
What is sound like is a custom version of Excerpt Plus which removes the excerpt and shows selected details instead. Do I understand corectly?
01/23/2015 at 4:55 pm #316980Linda Everett
ParticipantWhat is sound like is a custom version of Excerpt Plus which removes the excerpt and shows selected details instead. Do I understand corectly?
Yes, that’s pretty much it.
I did find another possible solution though. I used tile plus and set the background to white. Tile plus shows the info as I need it and the name links to the bio as I specified in the template settings. So that’s fine. But I want to also lose the border and shadow and can’t seem to find the CSS to accomplish this. Could you help me out with that?
Another issue with this though… when I use the letter index and click on ‘C’ is brings up all the people with ‘C’ names. But when I hit ‘clear search’ it does not go back to the page but rather to the ‘base page’ (directory results) which looks totally different. Is that a bug?
By the way, setting the excerpt to ‘0’ has a strange effect – it includes all the words up to the first punctuation.
Thanks,
Linda01/23/2015 at 5:01 pm #316982Linda Everett
ParticipantBy the way, that problem with the letter index also exists with the search and the category drop down. It returns me to the base (home) connections page. That’s strange…
01/23/2015 at 5:14 pm #316984Steven Zahm
Keymaster@ Linda
Here’s the CSS to override the border and shadow:
#cn-tile-plus .cn-entry { box-shadow: none !important; background: none !important; border: none !important; }
Clicking search should go to the directory home … basically just as if you click the directory page. If you are using either of the
force_home
ofhome_id
shortcode options that can have an affect on which page clicking clear will resolve to.It’s hard to say, I’d have to know your exact shortcode on the page and see it for myself.
And setting excerpt length to
0
does make sense that it does break on punctuation. As the logic tries not to break mid sentence … so the limit is not a “hard” limit. It is more of a minimum limit of sorts.01/23/2015 at 5:18 pm #316988Linda Everett
ParticipantSteve, you have saved me once again… thanks!
01/23/2015 at 5:27 pm #316990Linda Everett
ParticipantOne more question – how can I get the alpha index to be in a different position? I want it to be aligned left on the page and above the category dropdown and search box.
I’m attaching an image…
Attachments:
You must be logged in to view attached files.01/23/2015 at 5:54 pm #316992Steven Zahm
Keymaster@ Linda
This should left align it.
#cn-tile-plus .cn-list-section-head .cn-alphaindex { text-align: left !important; }
Putting it above is a bit tricky. What I’m about to give you is untested, so…
First install the Code Snippets plugin.
Add a new snippet with the following code to a new snippet:
remove_action( ‘cn_list_character_index’, array( ‘cnTemplatePart’, ‘index’ ) );
add_action( ‘cn_action_list_before’, array( ‘cnTemplatePart’, ‘index’ ), -9 );Save and activate the snippet.
01/23/2015 at 7:28 pm #316993Linda Everett
ParticipantHmm… did both, neither of these things worked. I’d be happy if just the CSS bit worked – the alpha index is placed sort of strangely.
01/23/2015 at 7:35 pm #316994Linda Everett
Participant-
This reply was modified 8 years, 8 months ago by
Linda Everett.
-
This reply was modified 8 years, 8 months ago by
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.