Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Quentin
RE: If for some reason I don’t renew the licence in year 2, will everything still work?
Yes, the add-ons will continue to function, they will no longer receive updates though.
Hope that answers your question.
Steven Zahm
Keymaster@ Jason
I just took a look at the site. The links seem fine. I suspect the links were cached and needed to be refreshed in order to pickup your new permalink structure.
Hope this helps!
Steven Zahm
Keymaster@ Jose
There is no shortcode. There is just one checkbox in the settings to enable.
Navigate to the Connections : Settings admin page and click the Display tab. Scroll down to the Result List Actions section and enable the “Submit New Entry” option. You can optionally drag and drop the actions in the order you prefer. Lastly, click the Save Changes button.
Form simply lets your site visitors submit entries to the directory. If that is all you are planning to do, that one checkbox is all you need to do.
However…
Now, you said “for users to enter info to the Directory“. Do you mean to let your registered WP users to add and maintain their own directory entry? If that is the case, you will also need the Link extension. If that is you plan, then you would not enable that checkbox in the Form instructions, as noted in the Tip in the instructions. You would only need to follow the configuration instructions for Link. (You could do both as that is exactly what some people want to do, but most want to let just their users add and edit their own entry.
Hope that helps!
ps. What could I add or change with the instructions that would have made this clearer for you?
Steven Zahm
Keymaster@ Eileen
By default the cMap template displays the logo on the card and the photo in the bio content tray (the bio field).
To change this use the Template Customizer for cMap. Navigate to the Connections Templates admin page and click the Customize button for cMap.
The page will reload with the Customizer on the left and a preview on the right.
Click the back arrow on the upper left of the Customizer and click the Image panel.
Choose the Photo image type.
Click the back arrow on the upper left of the Customizer and click the Tray Image mage panel.
Choose None for the Image type.
Now, in the preview, click and entry name, any entry name. The preview will refresh displaying only that entry.
Make the same image choices again. This needs done twice because the list view and the single view are configured separately.
Now you can click the Save and Publish button. Exit the Customizer.
Hope that helps, let me know.
Steven Zahm
KeymasterSteven Zahm
Keymaster@ Seth
Hard to say, I would need an WP admin login so I can take a look. I’ve had no other reports of conflict, perhaps it’s actually another plugin causing the issue? Have you tried the plugin conflict test? If it not any plugins then it could be Divi. The latest I have available to test with 2.7.8, if you have a newer version perhaps there is a conflict.
Steven Zahm
Keymaster@ Teresa
RE: I’m assuming that your prices are in USD?
Yes, prices are in USD.
RE: Can you confirm the discount for renewal of templates and extensions after the first year?
Yes, there is a renewal discount of 20% off the current full price at the time of renewal.
RE: We would like to create custom fields/labels, just want to confirm that we can do this with the circled template?
You can create custom fields right now, regardless of the template. There is no user interface to do so. Here’s a tutorial on how to add a text custom field.
RE: We are also looking at using Paid Membership Pro and then allowing our members to upload and edit their own profiles, I’m guessing that I need ‘forms’ and ‘links’ extensions for this, will I need anything else?
You need at least the Link extension, Form is optional but nice if you wish the user’s only be able to make changes on the site’s frontend vs. their admin Link user profile page (like the WP user profile page, but Connections specific).
I hope I have answered your questions thoroughly!
Steven Zahm
Keymaster@ Casper
The address name/type has always been on it own line… in your case that is the “Location”. Looking thru our previous forum posts and email chains, it appears this was on one line… perhaps I or you added some custom CSS to make this display on a single line and now that custom CSS is no longer being applied. Not sure how that would change. I did review the changes in the last couple updates and there were no CSS changes in the core Connections CSS to account for this.
Add this to the theme’s custom CSS area and it should be fine.
#cn-cmap span.adr span.address-name { display: inline-block; }Hope this helps, let me know.
Steven Zahm
Keymaster@ dominic
Yes, there is and they are:
- email ::
cn_output_email_address - links ::
cn_output_link
Addresses are done a very differently … it’s newer code and the way I’ll me moving forward with the other the fields.
Create this folder:
/wp-content/connections-templates/entry/addressesthen copy this file to it:
/wp-content/plugins/connections/templates/entry/addresses/address-hcard.phpRename the file to
address-hcard.phpand the edit away.Steven Zahm
Keymaster@ dominic
Hard to say since I’d have to see the code as it is now. But, you can try using
$entry->getName()in place of$atts['str_note_show'].Hope that helps!
- email ::
-
AuthorPosts
