<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: fa-chevron-up displays in grey before website loads in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/fa-chevron-up-displays-in-grey-before-website-loads/m-p/12462#M1225</link>
    <description>&lt;P&gt;Many thanks&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/4505"&gt;@DaniellePeters&lt;/a&gt;&amp;nbsp;- this worked a treat. For anyone else REMEMBER to apply the fix to ALL clones of your footer. That had us cussing for a while &lt;span class="lia-unicode-emoji" title=":face_with_open_mouth:"&gt;😮&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As an aside, if there are updates to the main Skyline theme, is there a way to apply these to our old css&amp;nbsp;without breaking our existing site?&lt;/P&gt;</description>
    <pubDate>Wed, 19 Apr 2017 09:22:17 GMT</pubDate>
    <dc:creator>Jo-S</dc:creator>
    <dc:date>2017-04-19T09:22:17Z</dc:date>
    <item>
      <title>fa-chevron-up displays in grey before website loads</title>
      <link>https://community.hubspot.com/t5/CMS-Development/fa-chevron-up-displays-in-grey-before-website-loads/m-p/12233#M1204</link>
      <description>&lt;P&gt;Hi Guys&lt;/P&gt;&lt;P&gt;Our website uses Skyline theme and before it loads, it always displays some grey lettering that includes&amp;nbsp;&lt;SPAN&gt;fa-chevron-up.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any clues as to how we can stop that from happening before the actual website displays?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.lollipoplocal.co.uk" target="_self"&gt;https://www.lollipoplocal.co.uk&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 21:07:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/fa-chevron-up-displays-in-grey-before-website-loads/m-p/12233#M1204</guid>
      <dc:creator>Jo-S</dc:creator>
      <dc:date>2017-04-17T21:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: fa-chevron-up displays in grey before website loads</title>
      <link>https://community.hubspot.com/t5/CMS-Development/fa-chevron-up-displays-in-grey-before-website-loads/m-p/12333#M1209</link>
      <description>&lt;P&gt;&lt;FONT color="#333333"&gt;You should have a look at your CSS and in particular the&lt;/FONT&gt; &lt;FONT color="#FF00FF"&gt;.fa-chevron-up &lt;/FONT&gt;&lt;FONT color="#333333"&gt;class to remove it.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 14:50:50 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/fa-chevron-up-displays-in-grey-before-website-loads/m-p/12333#M1209</guid>
      <dc:creator>kejoff</dc:creator>
      <dc:date>2017-04-18T14:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: fa-chevron-up displays in grey before website loads</title>
      <link>https://community.hubspot.com/t5/CMS-Development/fa-chevron-up-displays-in-grey-before-website-loads/m-p/12339#M1211</link>
      <description>&lt;P&gt;There is JavasScript that grabs the short code [fa-chevron-up] and changes it to be&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;i class="fa fa-chevron-up"&amp;gt;&amp;lt;/i&amp;gt; so that the Font Awesome icon renders. The issue here is that the load time is relatively long, so you briefly see the shortcode before the icon is rendered. The fix here would be to go into the Custom HTML module labeled Back to Top in the global group called Skyline Footer and update the code&amp;nbsp;from&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&amp;lt;a href="#"&amp;gt;[fa icon="chevron-up"]&amp;lt;/a&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class="html-tag"&gt;to&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&amp;lt;a href="#"&amp;gt;&amp;lt;i class="fa fa-chevron-up"&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/a&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="html-tag"&gt;For&amp;nbsp;future reference, it appears that the current version of the Skyline theme has&amp;nbsp;been updated with this same fix.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 15:23:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/fa-chevron-up-displays-in-grey-before-website-loads/m-p/12339#M1211</guid>
      <dc:creator>DaniellePeters</dc:creator>
      <dc:date>2017-04-18T15:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: fa-chevron-up displays in grey before website loads</title>
      <link>https://community.hubspot.com/t5/CMS-Development/fa-chevron-up-displays-in-grey-before-website-loads/m-p/12462#M1225</link>
      <description>&lt;P&gt;Many thanks&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/4505"&gt;@DaniellePeters&lt;/a&gt;&amp;nbsp;- this worked a treat. For anyone else REMEMBER to apply the fix to ALL clones of your footer. That had us cussing for a while &lt;span class="lia-unicode-emoji" title=":face_with_open_mouth:"&gt;😮&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As an aside, if there are updates to the main Skyline theme, is there a way to apply these to our old css&amp;nbsp;without breaking our existing site?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 09:22:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/fa-chevron-up-displays-in-grey-before-website-loads/m-p/12462#M1225</guid>
      <dc:creator>Jo-S</dc:creator>
      <dc:date>2017-04-19T09:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: fa-chevron-up displays in grey before website loads</title>
      <link>https://community.hubspot.com/t5/CMS-Development/fa-chevron-up-displays-in-grey-before-website-loads/m-p/12463#M1226</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/3016"&gt;@kejoff&lt;/a&gt;&amp;nbsp;- See&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/4505"&gt;@DaniellePeters&lt;/a&gt;&amp;nbsp;solution as that worked for us.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 09:22:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/fa-chevron-up-displays-in-grey-before-website-loads/m-p/12463#M1226</guid>
      <dc:creator>Jo-S</dc:creator>
      <dc:date>2017-04-19T09:22:59Z</dc:date>
    </item>
  </channel>
</rss>

