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.7.8.1, Excerpt Plus
- This topic has 3 replies, 2 voices, and was last updated 12 years, 11 months ago by
Steven Zahm.
-
AuthorPosts
-
08/28/2013 at 9:30 am #268179
JFRanger
GuestHello World!
TEMPLATE: excerpt-plus
1 – I’ve added the shortcode
<?=do_shortcode('[contact-form-7 id="123"]')?>in the card-single.php
2 – Form looks great but contact-form-7 Submit does not work… It’s a javascript error.See it in action: http://complexeaeterna.webloft.co/avis-deces/name/jean-francois-ranger/
Any thoughts ?
Connection : latest version
TEMPLATE: excerpt-plushttp://complexeaeterna.webloft.co/avis-deces/name/jean-francois-ranger/
08/28/2013 at 2:04 pm #268188Steven Zahm
KeymasterJFRanger
The issue is that you’re embedding a form within a form … the entry list and single entry are wrapped in a form that is used by Connections.
I think … the simple solution would be to instruct the template to close the form sooner, that you the CF7 form is not wrapped in a form.
If the
excerpt-plus.phpfile try changing this line:add_action( 'cn_action_list_after-' . self::$template->getSlug() , array( __CLASS__, 'formClose'), 11 );To this:
add_action( 'cn_action_list_before-' . self::$template->getSlug() , array( __CLASS__, 'formClose'), 99 );Now, you will either have to move the pagination control to the top of the list OR just hide the input box using CSS. The reason is because this input would not longer be within the Connections form and would no longer work, but the next/previous links will still work fine.
Hope that helps, let me know.
08/28/2013 at 4:13 pm #268206JFRanger
GuestYour the man… It worked!
Thank you Steven… great support!
08/28/2013 at 4:28 pm #268208Steven Zahm
Keymaster@ JFRanger
Great to hear!
If you have a moment, I would truly appreciate a review. They do make a difference. Many thanks in advance!
http://wordpress.org/support/view/plugin-reviews/connections -
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
