Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Toni
Actually, they’re not up to date which is why you are not seeing the Licenses tab on the settings page. The Licenses tab will only show when an extension or template that supports the licenses keys is installed and active.
Current versions are:
- cMap 4.1
- Form 2.0.2
- Link 2.0.2
- Market 4.1
- Email Encryption 1.1
You’ll be able to download the updates from your purchase history.
After you install the updates and activate the support license keys, you’ll be notified within the WP admin on the Plugins page when updates to extensions and templates are released. You’ll also will have the ability to update them with a single click — just like plugins from wp.org.
Hope that helps!
Steven Zahm
KeymasterOh, I see, yes you can. Just put both options into the same shortcode like so:
[upcoming_list list_type='anniversary' show_lastname='true']That’ll do it.
When working with shortcodes, generally you can always use multiple options within the same shortcode.
Hope that helps!
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
https://wordpress.org/support/view/plugin-reviews/connections
Steven Zahm
Keymaster@ trace
I was typing my reply as you submitted yours … apologies. Are we good now?
Steven Zahm
KeymasterI’m really sorry, but I do not understand … I looked at the page. If a name is being shown, that is the first name. Wait … are you asking about the name prefix???
Steven Zahm
Keymaster@ trace
What does not work exactly? … I know you said the Connections menu does not show. Is there more?
Have you installed the Connections plugin? If you do, do you have any of the bestwebsoft plugins installed? It use to be that a few of their plugins would “knock” the Connections menu item off the admin menus. I do not know if that is still longer the case or not, but it is a possibility. If you have a bestwebsoft plugin installed and Connections is installed, then you can install the free Toolbar extension. It’ll add the Connections menus to the admin bar.
Steven Zahm
KeymasterThe first name should always be displayed … if it isn’t what is being displayed? can you share a link to the page with the issue so I can see?
Steven Zahm
Keymaster@ Dimitris
re; requirements
- Connections does not handle WP user registrations. I suggest using a third party plugin to handle that.
- If you use Link and Form to allow users to add their entry and those users are given the add entry moderated capability, the admin will receive a submission notice. The entry will remain in the moderation queue until the admin approves it.
- This would be something the registration plugin would do.
- Form is a plugin and play form, not a form builder. Pretty much what you see is what you get. Fieldsets can be removed and / or rearranged that’s about it. Fieldsets are metaboxes that groups the fields for address, phone or email. See the demo … I hope that makes it clear.
I do not have anyway to proved a tryout, sorry. I hope that answers your questions thoroughly!
Steven Zahm
Keymaster@ Xavier
Sorry, but there is really nothing simple about a photo from a URL, implementation or for the user. It has to be implemented perfectly otherwise it is a security hole waiting to be exploited. Granted, I could likely use many of the core WP functions it uses to mitigate risk. As for users, my personal experience with assisting all sorts of computer users is that they have a hard time entering web address … ok may a slight exaggeration, but you get the point, right? Asking them to try to figure out how to get a URL to an image, am I sorry, but it is asking for trouble. Out of all the questions I do get I do believe I’ve never had anyone ask me how to select an image because I do not think it can get more simple than clicking a button and choosing an image.
As for adding it as a free extension … I do like the idea to give more advanced users the option and it would be useful for the CSV Import too. I’ve added this to my feature request list. Thanks for the suggestions, they’re always welcomed!
Steven Zahm
Keymaster@ Scott
Glad I could help!
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
https://wordpress.org/support/view/plugin-reviews/connectionsSteven Zahm
Keymaster@ Gordon
Centering would be more a function of the theme’s template page for the content area. You can probably accomplish this by switching the post/page editor to the
Texttab and wrapping the[connections]shortcode in a center aligned div like so:<div class="aligncenter">[connections]</div>I didn’t test this so your results may vary.
The number of columns is also entirely dependant on the content width of the theme’s page template, Tile Plus will keep adding tiles until the available width is used up and then flow to the next row. You can try to force 3-column by tweaking the tile width. If you have a responsive theme it may not be worth the effort because the page content width will change depending on the device the page is being viewed on.
By default Tile Plus will list 20 entries per page. You can disable the pagination. See this doc page for more details. A word of caution … I do not recommend disabling pagination when you have a large number because that will negatively affect the page load time for the same reasons WP limits post per page to 5 by default.
Hope that helps!
-
AuthorPosts
