<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>icons not showing &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/icons-not-showing-2/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/icons-not-showing-2/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 18 Oct 2025 03:25:11 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/icons-not-showing-2/#post-232875</guid>
					<title><![CDATA[icons not showing]]></title>
					<link>https://theme.co/archive/forums/topic/icons-not-showing-2/#post-232875</link>
					<pubDate>Sun, 22 Mar 2015 17:40:20 +0000</pubDate>
					<dc:creator>escapehour</dc:creator>

					<description>
						<![CDATA[
						<p>Hi ,</p>
<p>my site is <a href="http://www.escapehour.co.uk" rel="nofollow">http://www.escapehour.co.uk</a></p>
<p>ive only ever been able to see the icons on a mobile device. now i want to add facebook and twitter to my nav bar. </p>
<p>i have followed what i thought were the instructions and have the same problem as the other icons.. the link is there but no icons show.</p>
<p>thanks for any help.</p>
<p>steve</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/icons-not-showing-2/#post-233071</guid>
					<title><![CDATA[Reply To: icons not showing]]></title>
					<link>https://theme.co/archive/forums/topic/icons-not-showing-2/#post-233071</link>
					<pubDate>Mon, 23 Mar 2015 01:19:27 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Steve,</p>
<p>This is because of Access-Control-Allow-Origin. Please see <a href="http://enable-cors.org/" rel="nofollow">http://enable-cors.org/</a> for more details about that.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/icons-not-showing-2/#post-233596</guid>
					<title><![CDATA[Reply To: icons not showing]]></title>
					<link>https://theme.co/archive/forums/topic/icons-not-showing-2/#post-233596</link>
					<pubDate>Mon, 23 Mar 2015 19:34:28 +0000</pubDate>
					<dc:creator>escapehour</dc:creator>

					<description>
						<![CDATA[
						<p>sorry but i am not a programmer. I really dont understand what any of that means. If it is because of Access-Control-Allow-Origin. do I have to change some code or something? is there a setting to change? i am using x theme because i am not a programmer. i just dont understand why if a am using your short codes , the icons wont show. it seems pointless to me to have them if they wont work.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/icons-not-showing-2/#post-233725</guid>
					<title><![CDATA[Reply To: icons not showing]]></title>
					<link>https://theme.co/archive/forums/topic/icons-not-showing-2/#post-233725</link>
					<pubDate>Mon, 23 Mar 2015 22:39:40 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>My apologies foe the confusion. It means that your hosting provider doesn’t allow for cross origin (cross domain requests are disabled).</p>
<p>Could you please try adding the following rule into your <strong>.htaccess</strong> file and see if that works for you.</p>
<pre><code>&lt;IfModule mod_headers.c&gt;
    Header set Access-Control-Allow-Origin &quot;*&quot;
&lt;/IfModule&gt;</code></pre>
<p>Alternatively, try adding the following code into your <strong>functions.php</strong> file. </p>
<pre><code>
add_action (&#039;init&#039;, function(){
 header(&quot;Access-Control-Allow-Origin: *&quot;);
});
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/icons-not-showing-2/#post-233884</guid>
					<title><![CDATA[Reply To: icons not showing]]></title>
					<link>https://theme.co/archive/forums/topic/icons-not-showing-2/#post-233884</link>
					<pubDate>Tue, 24 Mar 2015 07:14:20 +0000</pubDate>
					<dc:creator>escapehour</dc:creator>

					<description>
						<![CDATA[
						<p>thanks, the first suggestion worked perfectly. im afraid that the original link to the website suggested will only make non programmers extremely confused. thanks again.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/icons-not-showing-2/#post-234089</guid>
					<title><![CDATA[Reply To: icons not showing]]></title>
					<link>https://theme.co/archive/forums/topic/icons-not-showing-2/#post-234089</link>
					<pubDate>Tue, 24 Mar 2015 14:26:13 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome! 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/icons-not-showing-2/#post-234123</guid>
					<title><![CDATA[Reply To: icons not showing]]></title>
					<link>https://theme.co/archive/forums/topic/icons-not-showing-2/#post-234123</link>
					<pubDate>Tue, 24 Mar 2015 14:56:57 +0000</pubDate>
					<dc:creator>CarelP</dc:creator>

					<description>
						<![CDATA[
						<p>I have tried both options but none seem to work for me 🙁 Any more suggestions?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/icons-not-showing-2/#post-234304</guid>
					<title><![CDATA[Reply To: icons not showing]]></title>
					<link>https://theme.co/archive/forums/topic/icons-not-showing-2/#post-234304</link>
					<pubDate>Tue, 24 Mar 2015 19:47:30 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Carel,</p>
<p>Thanks for writing in! I&#8217;ve just responded to your earlier reply on this thread: <a href="https://theme.co/x/member/forums/topic/social-icons-and-dropdown-arrows-not-working/#post-234107" rel="nofollow">https://theme.co/x/member/forums/topic/social-icons-and-dropdown-arrows-not-working/#post-234107</a></p>
<p>Hope that will help. 🙂</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/icons-not-showing-2/#post-237919</guid>
					<title><![CDATA[Reply To: icons not showing]]></title>
					<link>https://theme.co/archive/forums/topic/icons-not-showing-2/#post-237919</link>
					<pubDate>Mon, 30 Mar 2015 09:34:09 +0000</pubDate>
					<dc:creator>CarelP</dc:creator>

					<description>
						<![CDATA[
						<p>Hi!</p>
<p>I found out that in the console i too have this error: 2(index):1 Font from origin &#8216;<a href="http://url-a.com&#038;#8217" rel="nofollow">http://url-a.com&#038;#8217</a>; has been blocked from loading by Cross-Origin Resource Sharing policy: No &#8216;Access-Control-Allow-Origin&#8217; header is present on the requested resource. Origin &#8216;<a href="http://url-b.com&#038;#8217" rel="nofollow">http://url-b.com&#038;#8217</a>; is therefore not allowed access.</p>
<p>I have a strange setup where the wordpress files are hosted on the hosting space of site A + WP-admin runs there but i view the site on site B. It does work on the contact page, because this one has the formatting of url-a.com/contact/ , so that one is on the original source domain. </p>
<p>Thank you! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/icons-not-showing-2/#post-237924</guid>
					<title><![CDATA[Reply To: icons not showing]]></title>
					<link>https://theme.co/archive/forums/topic/icons-not-showing-2/#post-237924</link>
					<pubDate>Mon, 30 Mar 2015 09:40:49 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Regretfully, this particular issue is outside the scope of our support as this is not related to an issue with the theme and instead has to do with your wordpress set-up. As such, you will need to investigate this particular issue on your own or seek help from a developer should you not feel comfortable making these changes yourself. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.</p>
<p>Thank you for your understanding.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

