Social Icon is Missed

19 views
Skip to first unread message

loste

unread,
Mar 23, 2018, 12:01:56 PM3/23/18
to Gantry Framework for Joomla Users
Hello, I need your help.
Look the attached, and explain to me where I wrong!!

Thanks
Stefano
ScreenShot.jpg

Grant Preston

unread,
Mar 24, 2018, 12:58:33 AM3/24/18
to gantry-framework...@googlegroups.com
That should be showing up on your site's front end. Make sure you clear the Template Cache in the upper left corner under Extras. Also when working on the site it's a good idea to set to Development. Also of course make sure you hit Apply and Apply and Save to make sure you're adding the icon worked.

It's a good idea to get the plugin Cache Cleaner from Regular Labs. Once installed it gives you a little Clean Cache button at the bottom of your browser that you can click to quickly clean site caches...

--
--
You received this message because you are subscribed to the Google
Groups "Gantry Framework for Joomla Users" group.
To post to this group, send email to
gantry-framework-for-joomla-us...@googlegroups.com
To unsubscribe from this group, send email to
gantry-framework-for-joomla-users+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/gantry-framework-for-joomla-users?hl=en
 
Gantry Framework Homepage: http://www.gantry-framework.org

---
You received this message because you are subscribed to the Google Groups "Gantry Framework for Joomla Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gantry-framework-for-joomla-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Stefano Franchi

unread,
Mar 31, 2018, 11:25:37 AM3/31/18
to gantry-framework...@googlegroups.com
Thanks for your reply... and sorry for my delay to reply to you.
I've try you suggest now the link works but the icon doesn't appear

Stefano Franchi



Via Inveruno 15 E bis
20020 Busto Garolfo - Mi

Tel. (+39) 0331 1940008
Mob. (+39) 347 0401102

skype: rubrikadesign
fran...@rubrikadesign.it
http://www.rubrikadesign.it


2018-03-24 5:57 GMT+01:00 Grant Preston <oblo...@gmail.com>:
That should be showing up on your site's front end. Make sure you clear the Template Cache in the upper left corner under Extras. Also when working on the site it's a good idea to set to Development. Also of course make sure you hit Apply and Apply and Save to make sure you're adding the icon worked.

It's a good idea to get the plugin Cache Cleaner from Regular Labs. Once installed it gives you a little Clean Cache button at the bottom of your browser that you can click to quickly clean site caches...
On Fri, Mar 23, 2018 at 9:01 AM, loste <lost...@gmail.com> wrote:
Hello, I need your help.
Look the attached, and explain to me where I wrong!!

Thanks
Stefano

--
--
You received this message because you are subscribed to the Google
Groups "Gantry Framework for Joomla Users" group.
To post to this group, send email to

To unsubscribe from this group, send email to
gantry-framework-for-joomla-users+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/gantry-framework-for-joomla-users?hl=en
 
Gantry Framework Homepage: http://www.gantry-framework.org

---
You received this message because you are subscribed to the Google Groups "Gantry Framework for Joomla Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gantry-framework-for-joomla-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "Gantry Framework for Joomla Users" group.
To post to this group, send email to
gantry-framework-for-joomla-us...@googlegroups.com
To unsubscribe from this group, send email to
gantry-framework-for-joomla-users+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/gantry-framework-for-joomla-users?hl=en
 
Gantry Framework Homepage: http://www.gantry-framework.org

---
You received this message because you are subscribed to a topic in the Google Groups "Gantry Framework for Joomla Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/gantry-framework-for-joomla-users/FVBcKFuwGO0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to gantry-framework-for-joomla-users+unsubscribe@googlegroups.com.
screenshot01.jpg

loste

unread,
Mar 31, 2018, 11:42:25 AM3/31/18
to Gantry Framework for Joomla Users
...also I've checked the code between my site and the gantry 5 demo

My site the code for icon social is this (after a target)

<svg class="svg-inline--fa fa-youtube fa-w-16" aria-hidden="true" data-prefix="fa" data-icon="youtube" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg="">

the gantry 5 demo site the code is

<span class="fa fa-facebook fa-fw"></span>




Il giorno sabato 31 marzo 2018 17:25:37 UTC+2, loste ha scritto:
Thanks for your reply... and sorry for my delay to reply to you.
I've try you suggest now the link works but the icon doesn't appear

Stefano


2018-03-24 5:57 GMT+01:00 Grant Preston <oblo...@gmail.com>:
That should be showing up on your site's front end. Make sure you clear the Template Cache in the upper left corner under Extras. Also when working on the site it's a good idea to set to Development. Also of course make sure you hit Apply and Apply and Save to make sure you're adding the icon worked.

It's a good idea to get the plugin Cache Cleaner from Regular Labs. Once installed it gives you a little Clean Cache button at the bottom of your browser that you can click to quickly clean site caches...
On Fri, Mar 23, 2018 at 9:01 AM, loste <lost...@gmail.com> wrote:
Hello, I need your help.
Look the attached, and explain to me where I wrong!!

Thanks
Stefano

--
--
You received this message because you are subscribed to the Google
Groups "Gantry Framework for Joomla Users" group.
To post to this group, send email to

Grant Preston

unread,
Apr 2, 2018, 3:47:20 AM4/2/18
to gantry-framework...@googlegroups.com
Is there a reason you can't use the demo code? That is the way Gantry calls the icon. You can also use  <i class="fa fa-facebook fa-fw"></i>

If your code is not working I would try it the way Gantry intended by using their class for the icons. Not sure why you are doing it the other way but apparently it is not working.

On Sat, Mar 31, 2018 at 8:42 AM, loste <lost...@gmail.com> wrote:
...also I've checked the code between my site and the gantry 5 demo

My site the code for icon social is this (after a target)

<svg class="svg-inline--fa fa-youtube fa-w-16" aria-hidden="true" data-prefix="fa" data-icon="youtube" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg="">

the gantry 5 demo site the code is

<span class="fa fa-facebook fa-fw"></span>




Il giorno sabato 31 marzo 2018 17:25:37 UTC+2, loste ha scritto:
Thanks for your reply... and sorry for my delay to reply to you.
I've try you suggest now the link works but the icon doesn't appear

Stefano


2018-03-24 5:57 GMT+01:00 Grant Preston <oblo...@gmail.com>:
That should be showing up on your site's front end. Make sure you clear the Template Cache in the upper left corner under Extras. Also when working on the site it's a good idea to set to Development. Also of course make sure you hit Apply and Apply and Save to make sure you're adding the icon worked.

It's a good idea to get the plugin Cache Cleaner from Regular Labs. Once installed it gives you a little Clean Cache button at the bottom of your browser that you can click to quickly clean site caches...
On Fri, Mar 23, 2018 at 9:01 AM, loste <lost...@gmail.com> wrote:
Hello, I need your help.
Look the attached, and explain to me where I wrong!!

Thanks
Stefano

--
--
You received this message because you are subscribed to the Google
Groups "Gantry Framework for Joomla Users" group.
To post to this group, send email to

To unsubscribe from this group, send email to
gantry-framework-for-joomla-users+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/gantry-framework-for-joomla-users?hl=en
 
Gantry Framework Homepage: http://www.gantry-framework.org

---
You received this message because you are subscribed to the Google Groups "Gantry Framework for Joomla Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gantry-framework-for-joomla-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "Gantry Framework for Joomla Users" group.
To post to this group, send email to

To unsubscribe from this group, send email to
gantry-framework-for-joomla-users+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/gantry-framework-for-joomla-users?hl=en
 
Gantry Framework Homepage: http://www.gantry-framework.org

---
You received this message because you are subscribed to a topic in the Google Groups "Gantry Framework for Joomla Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/gantry-framework-for-joomla-users/FVBcKFuwGO0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to gantry-framework-for-joomla-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Grant Preston

unread,
Apr 2, 2018, 3:49:44 AM4/2/18
to gantry-framework...@googlegroups.com
In your image attached you show the site in Production Mode with the switch set to the color Green. If I advised differently than it was my mistake. It should be the color Red and in Developer or Development Mode, NOT Production.

While you are changing CSS you want it in Development mode. Clear Cache and hope that helps but again you should be using the CSS that Gantry is asking for. Best of Luck.

You received this message because you are subscribed to a topic in the Google Groups "Gantry Framework for Joomla Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/gantry-framework-for-joomla-users/FVBcKFuwGO0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to gantry-framework-for-joomla-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "Gantry Framework for Joomla Users" group.
To post to this group, send email to
gantry-framework-for-joomla-us...@googlegroups.com
To unsubscribe from this group, send email to
gantry-framework-for-joomla-users+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/gantry-framework-for-joomla-users?hl=en
 
Gantry Framework Homepage: http://www.gantry-framework.org

---

loste

unread,
Apr 2, 2018, 9:48:00 AM4/2/18
to Gantry Framework for Joomla Users
Thanks for your support, but I don't understand when you write ".... you should be using the CSS that Gantry is asking for"
I'm not working on css,  the svg class displayed is create from gantry not me, and I don't why it assignt that class.
Anyway, I switched in "red" mode.  I deleted the social particle and after I clear the cache. Next I replaced the social particle (look the attach) but the you tube icon doesn't appare
Senza titolo-1.jpg

Grant Preston

unread,
Apr 2, 2018, 5:24:56 PM4/2/18
to gantry-framework...@googlegroups.com
That image looks correct.

Please check to see that this outline is assigned to the page you want it assigned to. The icon should be showing up unless something from your package is missing. In that case you may want to reinstall Gantry on top of this version.


To unsubscribe from this group, send email to
gantry-framework-for-joomla-users+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/gantry-framework-for-joomla-users?hl=en
 
Gantry Framework Homepage: http://www.gantry-framework.org

---
You received this message because you are subscribed to the Google Groups "Gantry Framework for Joomla Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gantry-framework-for-joomla-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "Gantry Framework for Joomla Users" group.
To post to this group, send email to

To unsubscribe from this group, send email to
gantry-framework-for-joomla-users+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/gantry-framework-for-joomla-users?hl=en
 
Gantry Framework Homepage: http://www.gantry-framework.org

---
You received this message because you are subscribed to a topic in the Google Groups "Gantry Framework for Joomla Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/gantry-framework-for-joomla-users/FVBcKFuwGO0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to gantry-framework-for-joomla-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "Gantry Framework for Joomla Users" group.
To post to this group, send email to

To unsubscribe from this group, send email to
gantry-framework-for-joomla-users+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/gantry-framework-for-joomla-users?hl=en
 
Gantry Framework Homepage: http://www.gantry-framework.org

---
You received this message because you are subscribed to the Google Groups "Gantry Framework for Joomla Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gantry-framework-for-joomla-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

loste

unread,
Apr 5, 2018, 12:52:16 PM4/5/18
to Gantry Framework for Joomla Users
Ok I've try to renstall Gantry but nothing is chaged. I've found a solution, use a custom HTML particle instead social particle.

Thanks for your time!!
Stefano
You received this message because you are subscribed to the Google Groups "Gantry Framework for Joomla Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gantry-framework-for-joomla-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "Gantry Framework for Joomla Users" group.
To post to this group, send email to
gantry-framework-for-joomla-us...@googlegroups.com
To unsubscribe from this group, send email to
gantry-framework-for-joomla-users+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/gantry-framework-for-joomla-users?hl=en
 
Gantry Framework Homepage: http://www.gantry-framework.org

---
You received this message because you are subscribed to a topic in the Google Groups "Gantry Framework for Joomla Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/gantry-framework-for-joomla-users/FVBcKFuwGO0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to gantry-framework-for-joomla-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "Gantry Framework for Joomla Users" group.
To post to this group, send email to

Grant Preston

unread,
Apr 6, 2018, 1:56:15 PM4/6/18
to gantry-framework...@googlegroups.com
Glad you got it sorted but yeah I'm wondering if you added a class or removed a class that was in the Social Particle that made it go bad. If you try a new social particle and it doesn't work you should report it to the RocketTheme Forum for that particular template so they can fix the issue.

Best,

Grant


To unsubscribe from this group, send email to
gantry-framework-for-joomla-users+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/gantry-framework-for-joomla-users?hl=en
 
Gantry Framework Homepage: http://www.gantry-framework.org

---
You received this message because you are subscribed to the Google Groups "Gantry Framework for Joomla Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gantry-framework-for-joomla-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "Gantry Framework for Joomla Users" group.
To post to this group, send email to

To unsubscribe from this group, send email to
gantry-framework-for-joomla-users+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/gantry-framework-for-joomla-users?hl=en
 
Gantry Framework Homepage: http://www.gantry-framework.org

---
You received this message because you are subscribed to a topic in the Google Groups "Gantry Framework for Joomla Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/gantry-framework-for-joomla-users/FVBcKFuwGO0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to gantry-framework-for-joomla-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "Gantry Framework for Joomla Users" group.
To post to this group, send email to

To unsubscribe from this group, send email to
gantry-framework-for-joomla-users+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/gantry-framework-for-joomla-users?hl=en
 
Gantry Framework Homepage: http://www.gantry-framework.org

---
You received this message because you are subscribed to the Google Groups "Gantry Framework for Joomla Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gantry-framework-for-joomla-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message because you are subscribed to the Google
Groups "Gantry Framework for Joomla Users" group.
To post to this group, send email to

To unsubscribe from this group, send email to
gantry-framework-for-joomla-users+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/gantry-framework-for-joomla-users?hl=en
 
Gantry Framework Homepage: http://www.gantry-framework.org

---
You received this message because you are subscribed to the Google Groups "Gantry Framework for Joomla Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gantry-framework-for-joomla-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages