Skip to content

Lazar

My feedback

4 results found

  1. 33 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    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.

    Lazar supported this idea  · 
    An error occurred while saving the comment
    Lazar commented  · 

    I have to agree with everyone on the thread. It's crazy that there isn't an option to simply turn it off. I mean it's a neat feature, but for one there are certainly some customers that simply do not want it, and second it is a potential security risk as someone gave a good example above.

    For now I guess CSS will have to do, but that only solves the first problem, not the second.

  2. 377 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Lazar supported this idea  · 
    An error occurred while saving the comment
    Lazar commented  · 

    Members of our organization renew only once a year and so far the time when most of them donate (if they do) is at the time when they are renewing. The organization's current site basically asks them "would you like to make a donation as well?" at the end of the renewal process. Now, I know that the way WA is set up, donations are separated from other payments which means they would have to key in their CC info twice, but it would be nice if we could include a reminder about donations at the end of the membership renewal process.

    What I was thinking is that maybe we can change the "Payment successful" message box to include a link to a donation page, but I don't know if it's doable with theme overrides, or in some other way. Does anyone have any ideas either on how to this, or of another way that would work. Any help is appreciated.

    Thanks!

  3. 11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    8 comments  ·  Wishlist » Contacts  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Lazar supported this idea  · 
    An error occurred while saving the comment
    Lazar commented  · 

    Basically, the title says it all. It would be great if there was a way to add a RTE field for people's bios that might need to include links and at least basic formatting (bold, italic, lists, etc).

    It doesn't have to go crazy with the formatting features, but at least some basic ones.

  4. 73 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    44 comments  ·  Wishlist » Members  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Lazar commented  · 

    I am evaluating WA for a client that is considering using it and am trying to get a grasp on how much we can customize the site.

    CSS and JavaScript can take you only so far so I am looking at theme overrides and the first thing I tried to do as a test case is to change the layout of the individual member profiles on the public-facing pages, which will be one of the requirements of the actual site. So I downloaded the theme and looked through both the files and the documentation on the site, but for the life of me I cannot find the bits of html that control how a member profile is laid out and the documentation isn't helping.

    1) For example what I would like to do is have it be two columns, with the left (sidebar) showing the photo and some basic contact info below it, with the bio field (which I added) in the right hand column. How do you do this?

    2) It would be really good if there was a way to have two different member templates for different membership levels, with higher-tier members having a fancier profile and the lower-tier ones a more basic one. Is this doable?