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: 0.8.14, pagination, Profile
- This topic has 5 replies, 2 voices, and was last updated 9 years, 3 months ago by
Steven Zahm.
-
AuthorPosts
-
08/14/2014 at 12:44 pm #300889
Carl Contino
ParticipantHi,
I just purchased the cmap premium template (purchase ID: #300885) with the sole purpose of taking the code for adding pagination to another template (I’ve customized the Profile Entry Card 2.0.1 and have it saved in the /plugins folder using the name “connections-profile” as recommended) . I saw that you mentioned this was possible.I’ve looked at the code for card.php and card-single.php but I can’t figure out what code to copy and paste into my custom template.
Hope you can help!!
Thanks!
Carl08/15/2014 at 4:26 pm #301007Steven Zahm
Keymaster@ Carl
I just sent you a code snippet via email…
First install the Code Snippets plugin. Create a new snippet with the code I sent and save and activate it. Now the Profile template will have pagination.
Hope that helps!
08/15/2014 at 5:43 pm #301009Carl Contino
ParticipantThis reply has been marked as private.08/18/2014 at 12:24 pm #301176Carl Contino
ParticipantHi Steven :-)
Did you see my last post? I’m still not having any joy.First note: the link above is different now … I had to change the “members” to “member” without the “s” .. so the new link to check out is:
http://missionmarketingmentors.com/wordpress/member/member-directory.htmlAnd I made it viewable by the public for now. I temporarily deactivated the code snippet to make the pagination work, and the links are all still broken when I click on the alphabet or the person’s name.
Oh boy … how to:
– fix link problem
– get the pagination to work once I reactivate the pagination snippet code.
– how to display pagination at the top and bottom.I’m on a super tight time crunch … anything you can do to help me would be MOST apprecatied!!
:-)
Carl
08/18/2014 at 1:02 pm #301182Steven Zahm
Keymaster@ Carl
Sorry, but due to a bug in the plugin that notifies me of replies … I do not get notified of private replies so I do not know there is one until a non-private reply is made.
You need to kill whatever you’re doing to add the
.html
suffix to you pages … its breaking the permalinks so Connections can not understand them. That should address the page not found issue with the links.I’ll send an updated snippet to add the pagination to the and bottom.
One thing I did forget the form input for the page is not going to work so you’ll have to hide it with CSS:
span.cn-paging-input { display: none; }
08/18/2014 at 1:11 pm #301185Steven Zahm
Keymaster@ Carl
Oh, additionally, you need to add the limit to the
[connections]
shortcode like so:[connections limit=10]
. -
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.