Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Kara
Your “Participant” role sounds like the dynamic role that bbPress adds. Are you using bbBrees? If you are, that is a dynamic, secondary role. By default the user should also be assigned to the “Subscriber” role which you can use to configure access in Connections.
Hope this helps, let me know.
Steven Zahm
Keymaster@ Nick
Ok, digging deeper into the code… It seems the date is still being pulled from the legacy anniversary or birthday fields. And that is set be the list_type. The upcoming templates will need to be updated to pull the date from the modern date data.
It just so happen that I am working on the block equivalent for the upcoming list for the new WP 5.0 editor. The plan is to support lists for any of the registered date types. So, I will have to update the template code.
I do apologize for the inconvenience, but, the next update should automagically resolve this for you. Hopefully I can get this out later this week.
Steven Zahm
Keymaster@ John
Navigate to the Connections : Templates admin page and click the Customize button for cMap.
The page will reload displaying the Customizer on the left and a preview on the right.
Click the back arrow in the upper left of the Customizer.
Now, click the Image panel.
Here you can choose your crop mode and define image size.
Take time to read the instructions displayed above the directory in the preview. You will have to click an entry name in the preview so it displays the entry profile. Make the changes to the Image settings again.
Again, click the back arrow in the upper left of the Customizer.
Click the Bio tray image panel. Here will will be able to make the same changes to the image displayed in the bio content tray.
After all your changes are complete, click the Publish button and and exit the Customizer.
Hope this helps!
Steven Zahm
Keymaster@ Greg
Switching from http to https would cause the license processor to count it as a different site.
I’ve manually deactivated the licenses for you. So, they should not properly activate on your https site.
You can also manage this at any time on your purchase history page under the Licenses tab by clicking the Manage link.
Hope this helps!
Steven Zahm
Keymaster@ Jason
You can use the
cn_social_network_optionsfilter hook. It supplies a single parameter which is an array. You can unset the unwanted networks from the array and return it.Hope that helps!
Steven Zahm
Keymaster@ Sue
As a test, please try uploading the same image to the WordPress Media Library.
Does the image upload?
Steven Zahm
Keymaster@ Matthew
The drag and drop of individual address should work… hover the mouse in between the Preferred and Visibility option above the address lines. If there is no space, make the browser window larger. Left click and hold. Now drag. It can take about a second for the drag event to register. Keep dragging in the direction you want to move it. You should see the entire address block detach and as you drag towards the location you want it, a drop target should get displayed. Continue to drag over the drop target and leave go of the mouse button.
Steven Zahm
Keymaster@ Carol
RE: Everytime I try to activate my license key it says “License activation limit has been reached.”
Unless a multiple site license is purchased (only available on the bundles presently) the license is valid for a single site.
Your Form license is activate on centralcareers.org. If you are activating it on different site, you should purchase a second license or a bundle which include multiple site license options.
RE: how come my plugin license is also disabled
The license is not disabled. It is current and active and does not expire until June of next year.
RE: it never said I needed to renew my plugin license key, only the Support license key annually, but what if I don’t need support, why did they also stop my plugin license?
There is only the license key which includes support and updates while it is active. The license is valid and active for a year from date of purchase.
The info about this is on the Form product page. It is located on the right hand side under the plugin info. The info also includes a link which includes more specific details. These are the same terms and conditions as agreed to when making the purchase.
RE: in the backend, it still says my license is not activated, but the form suddenly works now…maybe that was the support license key that expired.
An unactivated license or expired license will not prevent the plugin from functioning. You will however stop receiving support and updates with an expired license. This is how nearly all plugin licenses work for commercial plugins. It is almost the standard which is why I do not deviate from it as it is generally very familiar to those who purchase commercial plugins.
I do hope this helps clarify. Please, if you have any further questions, let me know.
Steven Zahm
Keymaster@ Matthew
RE: I need his Clovis location listed first
Edit the Paul Anderson entry in the Connections admin. You can use drag and drop to order the addresses you wish them to be displayed in :)
Tip, this works for all the repeatable fields in Connections when adding/editing an entry :D
RE: (or designated somehow in bold or something) and was chosen as the preferred. What would you recommend for this situation?
Because you set the address as preferred, a
preferredclass is added to the address block which can used as a CSS selector. Actually there are two classes you can use and they arecn-preferredandcn-address-preferred.The
cn-preferredclass will be added to all items set as preferred such as address, phone, email, so on…The
cn-address-preferredwill be added to addresses only. So to bold the preferred address you would add this to the these’s custom CSS area:span.cn-address-preferred { font-weight: bold; }OR, set all preferred items to bold:
span.cn-preferred { font-weight: bold; }Hope this helps!
Steven Zahm
Keymaster@ David
RE: How do we locate the file ? and the name of the file ?
Please do not edit the PHP files. Any chances to those files will get lost when you update.
RE: How do we rename the Organisation label and Notes label?
Here’s a link to a tutorial on how to changes text in Connections (and most other plugins).
Hope this helps!
-
AuthorPosts
