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.5.7, cMap, css, pagination, template
- This topic has 2 replies, 2 voices, and was last updated 10 years, 8 months ago by
Steven Zahm.
-
AuthorPosts
-
12/18/2015 at 6:55 pm #358648
John Haddad
ParticipantI have my member directory pretty much the way I want it on this page
http://mbc.bisinetdev.com/member-directory/I added the View All link which is nice, however, when I click on it, it displays a 4 column index which is crowded. Would love to have a 2 column index. Is this possible?
Also, using the View All, it seems there is no way to get back to the main directory. Should there be some link to Go back to directory, like there is on individual entries?
Thanks
12/18/2015 at 6:58 pm #358649John Haddad
ParticipantOh, one other thing. I noticed at the bottom of the pagination, it shows the numbers of the pages, however, the 4th page is just three dots and not the number 4. Can you help with that?
12/21/2015 at 11:52 am #358781Steven Zahm
Keymaster@ John
re: I added the View All link which is nice, however, when I click on it, it displays a 4 column index which is crowded. Would love to have a 2 column index. Is this possible?
Add the following to the theme’s custom CSS area:
#cn-names div#cn-list-body { -moz-column-count: 2; -moz-column-gap: 10px; -webkit-column-count: 2; -webkit-column-gap: 10px; column-count: 2; column-gap: 10px; }That’ll make it a 2 column layout.
re: Also, using the View All, it seems there is no way to get back to the main directory. Should there be some link to Go back to directory, like there is on individual entries?
Yes, there should be one… it is on my to do list.
re: Oh, one other thing. I noticed at the bottom of the pagination, it shows the numbers of the pages, however, the 4th page is just three dots and not the number 4. Can you help with that?
Click the next page link and it’ll show. The pagination uses the core WordPress pagination function in order to create the links. It’ll show the three first page links plus the last two and a next page link. When there is a span of pages, even if it is just one page, it’ll display the ellipses to represent those pages. It just so happens that you have 6 page which makes this awkward. My suggestion would be change the number of items display per page.
Hope that helps!
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
