Skip to content

Gareth Fry

My feedback

9 results found

  1. 10 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)
    Gareth Fry shared this idea  · 
  2. 121 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

    16 comments  ·  Wishlist » Events  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Gareth Fry supported this idea  · 
  3. 129 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

    17 comments  ·  Wishlist » Events  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Gareth Fry supported this idea  · 
  4. 91 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

    27 comments  ·  Wishlist » Events  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Gareth Fry supported this idea  · 
  5. 244 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

    58 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)
    Gareth Fry supported this idea  · 
  6. 248 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

    48 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)
    Gareth Fry supported this idea  · 
  7. 21 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)
    Gareth Fry supported this idea  · 
    An error occurred while saving the comment
    Gareth Fry commented  · 

    Hi,

    We are often creating events and blog posts which feature our members. We would love to be easily add a link to their directory profile when we mention their name. I'm aware that this can be achieved in a roundabout manner (go to public view, locate the member in the directory, click on their profile, copy the URL, go back to admin view) but this is very time consuming especially when linking to multiple people.

    At the moment you have a very usefui Link took in the Site Pages / Events editor pages that allows you to add a link to a URL/email/site page/event. Could you add the option to link to a member within that tool.

    Would be really useful.

    Thanks,

    Gareth

  8. 0 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

    9 comments  ·  Designers  ·  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
    Gareth Fry commented  · 

    I found out a successful solution to using Google Webfonts.

    I have been putting the:

    <link href='http://fonts.googleapis.com/css?family=Nunito:700|Roboto'; rel='stylesheet' type='text/css'>

    code into the header Meta-Tags of the relevant page (Web pages > Page Management > Meta-Tags > Header.

    And then in Settings > CSS customization I've put:

    h8 {font-family: 'Roboto', sans-serif;}

    Then on the relevant web page I've encased some text in <h8>, eg

    <h8> This is some text with a webfont </h8>

    This I was doing before. What I didn't clock is that Wild Apricot will not show you the webfont if you are in Admin view or editing the page. You have to go into Public view to see the effect. A small but critical detail!

    Gareth Fry shared this idea  · 
  9. 2 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

    10 comments  ·  Designers  ·  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
    Gareth Fry commented  · 

    When I do that and click Save, WA strips out the domain name to leave this:

    <script>document.write('<div class="fb-comments" data-href="/" data-num-posts="10" data-width="500"></div>');</script>

    An error occurred while saving the comment
    Gareth Fry commented  · 
    An error occurred while saving the comment
    Gareth Fry commented  · 

    This is what Facebook generates:

    For the Global Javascript:

    <div id="fb-root"></div>

    <script>(function(d, s, id) {

    var js, fjs = d.getElementsByTagName(s)[0];

    if (d.getElementById(id)) {return;}

    js = d.createElement(s); js.id = id;

    js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";

    fjs.parentNode.insertBefore(js, fjs);

    }(document, 'script', 'facebook-jssdk'));</script>

    For each page:

    <div class="fb-comments" data-href="http://www.thenameofmywebsite.com/&quot; data-num-posts="10" data-width="500"></div>

    It seems to use thenameofmywebsite.com as an alternative to an App ID. However when I paste the code for each page onto a page and save it, WA strips it to:

    <div class="fb-comments" data-href="/" data-num-posts="10" data-width="500"></div>

    which seems to show a generic comments page that 975 people have commented on (mostly with spam) rather than generating a comments page for my website.

    An error occurred while saving the comment
    Gareth Fry commented  · 

    The latest version of the Facebook comments app uses slightly different code but in a similar manner to that described above. Unfortunately when you paste it into WA the HTML cleaning routine strips out the url for your site.

Feedback and Knowledge Base