Nancy

My feedback

9 results found

  1. 14 votes
    3 comments  ·  Wishlist » Events  ·  Admin →
    How important is this to you?
    Nancy supported this idea  · 
  2. 5 votes
    0 comments  ·  Wishlist » Events  ·  Admin →
    How important is this to you?
    Nancy supported this idea  · 
  3. 161 votes
    94 comments  ·  Wishlist » Events  ·  Admin →
    How important is this to you?
    Nancy supported this idea  · 
  4. 13 votes
    1 comment  ·  Wishlist » Members  ·  Admin →
    How important is this to you?
    An error occurred while saving the comment
    Nancy commented  · 

    Please add the option to add "Field instructions" to the Section divider so that I may offer guidance to the person registering.

    Nancy supported this idea  · 
  5. 17 votes
    8 comments  ·  Wishlist » Events  ·  Admin →
    How important is this to you?
    Nancy supported this idea  · 
  6. 88 votes
    33 comments  ·  Wishlist » Events  ·  Admin →
    How important is this to you?
    An error occurred while saving the comment
    Nancy commented  · 

    I will add my "yes, please" for custom URLs for Events. Thanks.

  7. 92 votes
    44 comments  ·  Wishlist » Events  ·  Admin →
    How important is this to you?
    Dmitry 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  · 
  8. 16 votes
    2 comments  ·  Wishlist » Events  ·  Admin →
    How important is this to you?
    Dmitry 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#events

    If 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  · 
  9. 33 votes
    How important is this to you?

    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  · 

Feedback and Knowledge Base