Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Jen
Skype is included as a messenger option.
Hope that helps!
Steven Zahm
Keymaster@ Jeff
There isn’t a
eliminate_category_selectoption so you must meanenable_category_select, correct? So to eliminate both the search and category drop down you would use this shortcode:[connections enable_category_select="false" enable_search="false"]Does that helps?
Steven Zahm
Keymaster@ Sean
Open the
card.phpfile found here:
../wp-content/plugins/slim-plus/And change the
border-bottomtoborder-top.That will do it.
Hope it helps.
Steven Zahm
Keymaster@ Bastien
Yes, make sure you have the “Notify me of follow-up replies via email” checkbox checked when making a post/reply.
Steven Zahm
KeymasterYep, that’ll do it.
Steven Zahm
Keymaster@ PG
Thanks for the excellent description. It is very helpful to have a real word use cases.
I just started work on adding repeatable fields support to the API. Looks like I should make sure to add a date range field to the API too.
I’m about 80% complete now. I working on tweaking the core logic for saving/updating/deleting the meta data. After that’s completed I should only have add the saving/updating/deleting to the API and add a couple methods for actually displaying it in the templates.
Steven Zahm
Keymaster@ Brent
Great to hear! Comments get sent for moderation if the WP doesn’t recognize the submitter which is why you didn’t see them. Posting in the support forums is always best.
Steven Zahm
Keymaster@ Brent
Just an fyi, I’m going to just delete those tow comments you left that are in my moderation queue.
Steven Zahm
Keymaster@ Brent
The issue is that the theme has set some interesting global defaults for inputs.
If the theme has a custom CSS area, add the following to it. If it does not have a custom CSS area, just add it to the end of its style.css file.
#cn-cmap input[type='text'] { width: auto; display: inline; margin: 0; padding: 3px; max-width: none; }That should fix it.
Steven Zahm
Keymaster@ alphasystems gmbh
File upload size in nearly all cases would not have an affect on the import. See this FAQ for settings that will.
Please see my reply to your other post here. Since the alpha version does not rely on a form submission
-
AuthorPosts
