Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.

Spectacular CSS Resource



Jaymer

Sean
I tried this snippet in a Query custom template.
http://littlesnippets.net/snip1506/

pretty easy to do.
But I'm not getting the social icons.
the link to Iconic CSS is working, but nothing appears... Screen Shot 2018-03-23 at 4.34.15 PM.png

If I hover over the area under the image i can find the small hyperlink area - but since the icons isn't there its narrow. I also set the background color in my Query (cause the icons might be white) and that didn't make them appear.

any ideas?

my custom template:

<figure class="snip1506">
  <div class="profile-image"><img src="{PictureURL}" alt="Lead Picture" />
    <div class="icons"><a href="#"><i class="ion-social-reddit"></i></a><a href="#"> <i class="ion-social-twitter"></i></a><a href="#"> <i class="ion-social-vimeo"></i></a></div>
  </div>
  <figcaption>
    <h3>{FullName}</h3>
    <h4>{Company}</h4>
    <p>{Notes}</p>
  </figcaption>
</figure>

PointsWell

What if you try substituting the Ionic with Font Awesome.

I haven’t tested any of these yet. Just thought that it looked like a useful resource


yahya

Nice resource is https://bootsnipp.com/ which provides free code resources for bootstrap and jquery which are default in AwareIM.