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 4 replies, 2 voices, and was last updated 8 years, 9 months ago by
Steven Zahm.
-
AuthorPosts
-
11/03/2017 at 8:13 am #439904
Larger Media
ParticipantHello,
I just installed “form”, my current active template is “cMap”.
I see a link “Submit New Entry” above all listings.But is it possible to add the same “Submit New Entry” BELOW all listings as well?
Another question: is it possible to embed the form right below all listing WITHOUT demanding the user to click any “Submit New Entry” link, meaning the actual form will be visible BY DEFAULT under all listings (and above the paging links) ?
Thanks and keep the great job (i truly love your work)
11/03/2017 at 9:37 am #439907Steven Zahm
Keymaster@ Larger Media
RE: is it possible to add the same “Submit New Entry” BELOW all listings
Yes, sort of. It is possible to place all list actions after the list too. Install the Code Snippets plugin. Add a new snippet with the following line of code. Save and Activate the snippet.
add_action( 'cn_list_actions-after', array( 'cnTemplatePart', 'listActions' ) );RE: is it possible to embed the form right below all listing WITHOUT demanding the user to click any “Submit New Entry” link
Sorry, no, this is not possible because the
submitpage is a “special” page used to process submissions.Hope this helps!
11/05/2017 at 3:21 am #440164Larger Media
ParticipantThanks,
I followed your instructions carefully and yes, that worked!2 more little tweaks please:
1) After applying your instructions – the “Submit New Entry” link appear right below the last listing, not so aesthetic, how can I increase the white space between the last listing and the “Submit New Entry” link by about 30-40 pixels?
2) How do I add (below the last listing) not only the “Submit New Entry” link but also the category select box and the search box?See screenshot attached, I would like to add all these 3 objects below the last listing (but above the paging links) with about 30-40 pixels of white space between the last listing and the “Submit New Entry” link.
Attachments:
You must be logged in to view attached files.11/05/2017 at 4:04 am #440166Larger Media
ParticipantAlso,
How do I rename the anchor text from “Submit new Entry” to “Add a new store” ?11/06/2017 at 9:26 am #440240Steven Zahm
Keymaster@ Larger Media
RE: how can I increase the white space between the last listing and the “Submit New Entry” link by about 30-40 pixels?
Use CSS to add some margin:
#cn-list-foot .cn-list-actions { margin-top: 40px; }RE: How do I add (below the last listing) not only the “Submit New Entry” link but also the category select box and the search box?
Sorry, not possible.
RE: How do I rename the anchor text from “Submit new Entry” to “Add a new store” ?
See this FAQ. You’ll want to use
connections_formfor that specific line of text.Hope this helps!
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
