Nancy
My feedback
9 results found
-
13 votesNancy supported this idea ·
-
5 votesNancy supported this idea ·
-
160 votesNancy supported this idea ·
-
13 votes
An error occurred while saving the comment Nancy supported this idea · -
17 votesNancy supported this idea ·
-
87 votes
An error occurred while saving the comment Nancy commentedI will add my "yes, please" for custom URLs for Events. Thanks.
-
93 votesDmitry Smirnov responded
We just launched integration with Integromat platform, which helps to build automated workflows. We also provide several templates for quick start, and one of them allows to copy Wild Apricot events into google calendar. So you can share this google calendar and you members can subscribe to it.
You can try the integration by this link https://www.integromat.com/en/integration/2276-copy-wild-apricot-events-into-google-calendar
Help page: https://gethelp.wildapricot.com/en/articles/1653
Blog post with video tutorial: https://www.wildapricot.com/blogs/newsblog/2019/02/14/create-integromat-scenario
Nancy supported this idea · -
16 votesDmitry Smirnov responded
If you want to add event to your calendar from member-facing page, then you could use mobile app for members. Each event there can be added to your device calendar in a single tap.
Here is a related help article https://gethelp.wildapricot.com/en/articles/1516#eventsIf you want to make a mass export of your events in other calendar system, like Google calendar, then you can use integration service Integromat. We already have a preconfigured integration scenario for WA + Google calendar pair and a similar one could be easily implemented for other calendars. Here is a quick-start link https://www.integromat.com/en/integration/2276-copy-wild-apricot-events-into-google-calendar
Nancy supported this idea · -
33 votesEvgeny Zaritovskiy responded
Workaround from Beardo:
To restore the old authorization page look:
/* SOCIAL LOGIN BUTTONS HIDE */
.WaGadgetAuthorizationRequired .openAuthFormContainer {
border-right: none;
max-width: 0px;
padding-right: 40px;
display: none;
}/* PADDING TO SOCIAL LOGIN BUTTONS HIDE */
.WaGadgetAuthorizationRequired .authFormContainer {
padding-left: 0;
}To remove the login buttons from the member directory personal profiles (at the bottom):
/* MEMBER SOCIAL LOGIN BUTTONS HIDE */
#socialLoginContainer, #idSocialLoginContainer {
display: none;
}Just copy/paste the above and update your “user.css” file.
Nancy supported this idea ·
Please add the option to add "Field instructions" to the Section divider so that I may offer guidance to the person registering.