Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Robert
This can be hidden using CSS. Add the following to the end of the theme’s style.css file.
.cn-last-updated { display: none; }Steven Zahm
Keymaster@ Robert
This isn’t shown on all template, actually not on most. However, it can be easily added to any template.
Add the following line of code to the
template.phpfile found here:
../wp-content/plugins/connections/templates/card-bio/<?php $entry->getCategoryBlock( array( 'separator' => ', ', 'before' => '<span>', 'after' => '</span>' ) ); ?>Make sure you keep a backup of you modified template because an update to Connections will revert this change.
Hope that helps.
Steven Zahm
Keymaster@ Zach
Sorry, no.
Steven Zahm
Keymaster@ cori
I’ve looked at the site, I an find anywhere in the CSS where it has been added, could you double check that it is added?
Steven Zahm
Keymaster@ Rick
Sorry, no, there is no payment gateway for Connections at this time. It is on the to do list. Others have used member plugins such as Restrict Content Pro and s2member to restrict access to a page with Form.
Hope that helps.
Steven Zahm
Keymaster@ Jack
Over 99% of the time this is caused by the theme doing bad things with the wpautop filter in WordPress. See this FAQ, it has a couple solutions which work for nearly everyone.
Steven Zahm
Keymaster@ Bernd
I believe the issue is with MailPress. Can you please deactivate it temporarily? And I’ll take another look after you do.
Steven Zahm
Keymaster@ JohnO
Yes, this feature is on the to do list but I can not commit to when it’ll be implemented.
Steven Zahm
Keymaster@ Jason
Sorry, no. I wish I had someone I could recommend but I actually do not personally know that does WordPress work.
Steven Zahm
Keymaster@ Jorge
Sorry, no. there’s no template creation documentation at this time. However, there’s plenty of inline phpDoc.
I recommend creating a new plugin header file, that how templates “plugin” to Connections. Then refer to the code in the Names template. It uses the new API.
To init the custom template, you would add a action to your plugin like this.
Hope that helps.
-
AuthorPosts
