Gareth Fry
My feedback
9 results found
-
10 votesGareth Fry shared this idea ·
-
124 votesGareth Fry supported this idea ·
-
130 votesGareth Fry supported this idea ·
-
93 votesGareth Fry supported this idea ·
-
247 votesGareth Fry supported this idea ·
-
250 votesGareth Fry supported this idea ·
-
21 votesGareth Fry supported this idea ·
An error occurred while saving the comment -
0 votes
An error occurred while saving the comment Gareth Fry commentedI 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 · -
2 votesEvgeny Zaritovskiy responded
Scheduled for Dec 2015
An error occurred while saving the comment Gareth Fry commentedWhen 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 commentedCode was generated using:
http://developers.facebook.com/docs/reference/plugins/comments/
An error occurred while saving the comment Gareth Fry commentedThis 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/" 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 commentedThe 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.
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