0
Welcome Guest! Login
0 items Join Now

Updated to Gantry Version 4.1.2 (WP) and broke icons?

    • techsn's Avatar
    • techsn
    • Rocketeer
    • Posts: 73
    • Thanks: 0

    Updated to Gantry Version 4.1.2 (WP) and broke icons?

    Posted 10 years 4 months ago
    • Hi. I've read several posts about the need to manually update Fontawesome after a Gantry update but I didn't find the actual steps. All my icons (social, menu, etc. ) are not working. Site and login are in the secure part of the post. Thanks!
    • Last Edit: 10 years 4 months ago by techsn.
    • Matt's Avatar
    • Matt
    • Preeminent Rocketeer
    • Posts: 22058
    • Thanks: 3191
    • messin' with stuff

    Re: Updated to Gantry Version 4.1.2 (WP) and broke icons?

    Posted 10 years 4 months ago
    • looks good to me?
    • SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT :woohoo:
    • techsn's Avatar
    • techsn
    • Rocketeer
    • Posts: 73
    • Thanks: 0

    Re: Updated to Gantry Version 4.1.2 (WP) and broke icons?

    Posted 10 years 4 months ago
    • So you can see the initial social icons at the top of stevesmithrealtors.com/ ?? I've check IE/Firefox/Chrome at 2 offices and the initial social icons and menu icons are not showing, nor do they show on hover.
    • Matt's Avatar
    • Matt
    • Preeminent Rocketeer
    • Posts: 22058
    • Thanks: 3191
    • messin' with stuff

    Re: Updated to Gantry Version 4.1.2 (WP) and broke icons?

    Posted 10 years 4 months ago
    • I could when I initially posted that, yes... perhaps I'd been to your site before and had a cached version? I dunno... I clear my cache often... but I see what you mean now. I'll try and take a look tonight
    • SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT :woohoo:
    • techsn's Avatar
    • techsn
    • Rocketeer
    • Posts: 73
    • Thanks: 0

    Re: Updated to Gantry Version 4.1.2 (WP) and broke icons?

    Posted 10 years 4 months ago
    • Thanks... and if you have any tips on my other problem with RokSprockets tabs not showing paragraph formatting that would be great! Thanks!
    • Matt's Avatar
    • Matt
    • Preeminent Rocketeer
    • Posts: 22058
    • Thanks: 3191
    • messin' with stuff

    Re: Updated to Gantry Version 4.1.2 (WP) and broke icons?

    Posted 10 years 4 months ago
    • techsn wrote:
      Thanks... and if you have any tips on my other problem with RokSprockets tabs not showing paragraph formatting that would be great! Thanks!

      Set "strip html" to "no" in the RS Admin area
    • SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT :woohoo:
    • techsn's Avatar
    • techsn
    • Rocketeer
    • Posts: 73
    • Thanks: 0

    Re: Updated to Gantry Version 4.1.2 (WP) and broke icons?

    Posted 10 years 4 months ago
    • Matt, thanks but I have this set to 'no'. It isn't stripping html becuase I can see bold text, etc. It is stripping the line and paragraph formatting. The underlying posts are formatted into nice paragraphs but the tabs display the text all smashed together. One thread suggested using <pre tags but that looks odd, doesn't work wrap correctly and messes up image display.

      Thanks for also looking at my missing icons issue.
    • Last Edit: 10 years 4 months ago by techsn.
    • Matt's Avatar
    • Matt
    • Preeminent Rocketeer
    • Posts: 22058
    • Thanks: 3191
    • messin' with stuff

    Re: Updated to Gantry Version 4.1.2 (WP) and broke icons?

    Posted 10 years 4 months ago
    • So for the Font Awesome stuff... it's working fine in the latest versions of Chrome and Safari... errors out in Mozilla... and is simply "blank" in IE11...

      The Mozilla issue seems to be their very strict same site origin policy: developer.mozilla.org/en-US/docs/Same-or...olicy_for_file:_URIs

      Similar issue in Joomla here: www.rockettheme.com/forum/joomla-templat...cons?start=0#1108470

      But yours isn't throwing that exact error... the Mozilla dev console shows this error:
      downloadable font: download failed (font-family: "FontAwesome" style:normal weight:normal stretch:normal src index:1): status=2147746065
      source: http://stevesmithrealtors.com/fontawesome-webfont.woff?v=3.2.1
      I've seen similar issues before... I think changing where the FA font files are called from and/or removing the index.html in that folder could resolve that... I have to step out for just a bit but I'll try and dig a little deeper soon...

      //if you're not stripping html in RS Admin then there's probably just some specific CSS being applied to RS Tabs that we need to overwrite...
    • SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT :woohoo:
    • Matt's Avatar
    • Matt
    • Preeminent Rocketeer
    • Posts: 22058
    • Thanks: 3191
    • messin' with stuff

    Re: Updated to Gantry Version 4.1.2 (WP) and broke icons?

    Posted 10 years 4 months ago
    • real quick, this is the CSS in your compiled master css file that's calling the font:
      @font-face{
      	font-family:'FontAwesome';
      	src:url('/fontawesome-webfont.eot?v=3.2.1');
      	src:url('/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
      	font-weight:normal;
      	font-style:normal;
      }

      .... which seems right... do you have any caching plugins enabled? if so, trying disabling them and I'll dig in deeper soon
    • SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT :woohoo:
    • techsn's Avatar
    • techsn
    • Rocketeer
    • Posts: 73
    • Thanks: 0

    Re: Updated to Gantry Version 4.1.2 (WP) and broke icons?

    Posted 10 years 4 months ago
    • No caching plugins are activated. I put the site in maint mode but you have the login, right? I even tried changing themes to vermillion which has FA 4 included but had the same problem font problem and tabs problem. I thought maybe it was the names of the icons themselves ("fa-iconname" vs. "icon-iconname") but it changed the twitter icon to fa- and it still doesn't work. Oddly, some icons did work under vermillions, like icon-home but none of the others worked like icon-phone.

Time to create page: 0.058 seconds