<?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>Adding SVG Logo &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/adding-svg-logo/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/adding-svg-logo/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 15:22:27 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-svg-logo/#post-366711</guid>
					<title><![CDATA[Adding SVG Logo]]></title>
					<link>https://theme.co/archive/forums/topic/adding-svg-logo/#post-366711</link>
					<pubDate>Sun, 23 Aug 2015 14:30:08 +0000</pubDate>
					<dc:creator>antonpolosin</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Guys,<br />
Can add SVG logo on my web. I&#8217;m using Integrity main theme, i accomplished that by adding this function to child theme:<br />
function cc_mime_types($mimes) {<br />
  $mimes[&#8216;svg&#8217;] = &#8216;image/svg+xml&#8217;;<br />
  return $mimes;<br />
}<br />
add_filter(&#8216;upload_mimes&#8217;, &#8216;cc_mime_types&#8217;);<br />
But my menu disappeared and instead i&#8217;m getting assign menu. Can i modify this function or there are other ways of adding svg files.  </p>
<p>Thank you   </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-svg-logo/#post-366728</guid>
					<title><![CDATA[Reply To: Adding SVG Logo]]></title>
					<link>https://theme.co/archive/forums/topic/adding-svg-logo/#post-366728</link>
					<pubDate>Sun, 23 Aug 2015 15:02:01 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Thanks for writing in!</p>
<p>Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:</p>
<p>&#8211; Link to your site<br />
&#8211; WordPress Admin username / password<br />
&#8211; FTP credentials</p>
<p><strong>Don&#8217;t forget to select Set as private reply. This ensures your information is only visible to our staff. </strong></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-svg-logo/#post-367033</guid>
					<title><![CDATA[Reply To: Adding SVG Logo]]></title>
					<link>https://theme.co/archive/forums/topic/adding-svg-logo/#post-367033</link>
					<pubDate>Mon, 24 Aug 2015 01:37:20 +0000</pubDate>
					<dc:creator>antonpolosin</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-svg-logo/#post-367156</guid>
					<title><![CDATA[Reply To: Adding SVG Logo]]></title>
					<link>https://theme.co/archive/forums/topic/adding-svg-logo/#post-367156</link>
					<pubDate>Mon, 24 Aug 2015 04:47:46 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-svg-logo/#post-367195</guid>
					<title><![CDATA[Reply To: Adding SVG Logo]]></title>
					<link>https://theme.co/archive/forums/topic/adding-svg-logo/#post-367195</link>
					<pubDate>Mon, 24 Aug 2015 05:44:44 +0000</pubDate>
					<dc:creator>antonpolosin</dc:creator>

					<description>
						<![CDATA[
						<p>Awesome support guys. That works. Cheers</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-svg-logo/#post-367196</guid>
					<title><![CDATA[Reply To: Adding SVG Logo]]></title>
					<link>https://theme.co/archive/forums/topic/adding-svg-logo/#post-367196</link>
					<pubDate>Mon, 24 Aug 2015 05:45:38 +0000</pubDate>
					<dc:creator>Rupok</dc:creator>

					<description>
						<![CDATA[
						<p>You are welcome!</p>
<p>Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.</p>
<p>Thanks for using X.</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-svg-logo/#post-649983</guid>
					<title><![CDATA[Reply To: Adding SVG Logo]]></title>
					<link>https://theme.co/archive/forums/topic/adding-svg-logo/#post-649983</link>
					<pubDate>Mon, 02 Nov 2015 22:51:37 +0000</pubDate>
					<dc:creator>Oliver V</dc:creator>

					<description>
						<![CDATA[
						<p>Hello! </p>
<p>Just following this thread&#8230; </p>
<p>I want to use svg file in my logo.</p>
<p>Already added this code to my child theme functions.php</p>
<p>function cc_mime_types($mimes) {<br />
$mimes[‘svg’] = ‘image/svg+xml’;<br />
return $mimes;<br />
}<br />
add_filter(‘upload_mimes’, ‘cc_mime_types’);</p>
<p>However, when trying to upload the file, wordpress says that the file it is not allowed due to security reasons&#8230; </p>
<p>Can you help? </p>
<p>Thanks! </p>
<p>I am using Icon. My site: <a href="http://www.staging4.ideasparatriunfar.com" rel="nofollow">http://www.staging4.ideasparatriunfar.com</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-svg-logo/#post-650180</guid>
					<title><![CDATA[Reply To: Adding SVG Logo]]></title>
					<link>https://theme.co/archive/forums/topic/adding-svg-logo/#post-650180</link>
					<pubDate>Tue, 03 Nov 2015 03:37:02 +0000</pubDate>
					<dc:creator>Rupok</dc:creator>

					<description>
						<![CDATA[
						<p>Hi <a href="https://theme.co/archive/users/guirot/" class="bbp-user-mention bbp-user-id-6280"> @guirot</a></p>
<p>Thanks for updating. It should work &#8211; </p>
<pre><code>function cc_mime_types($mimes) {
  $mimes[&#039;svg&#039;] = &#039;image/svg+xml&#039;;
  return $mimes;
}
add_filter(&#039;upload_mimes&#039;, &#039;cc_mime_types&#039;);</code></pre>
<p>You can follow this for other solutions &#8211; <a href="https://css-tricks.com/snippets/wordpress/allow-svg-through-wordpress-media-uploader/" rel="nofollow">https://css-tricks.com/snippets/wordpress/allow-svg-through-wordpress-media-uploader/</a></p>
<p>Also this third party plugin might help &#8211; <a href="https://wordpress.org/plugins/add-full-svg-support/" rel="nofollow">https://wordpress.org/plugins/add-full-svg-support/</a></p>
<p>Hope this helps.</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-svg-logo/#post-650365</guid>
					<title><![CDATA[Reply To: Adding SVG Logo]]></title>
					<link>https://theme.co/archive/forums/topic/adding-svg-logo/#post-650365</link>
					<pubDate>Tue, 03 Nov 2015 07:13:55 +0000</pubDate>
					<dc:creator>Oliver V</dc:creator>

					<description>
						<![CDATA[
						<p>Hello! </p>
<p>I have pasted again and now is working. </p>
<p>However, one more question: I have seen that SVG files are said to be a security hole for the website due to XML. Which are your suggestions? Is it worth to use SVG?? </p>
<p>Thanks for your help! </p>
<p>Oliver. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-svg-logo/#post-650378</guid>
					<title><![CDATA[Reply To: Adding SVG Logo]]></title>
					<link>https://theme.co/archive/forums/topic/adding-svg-logo/#post-650378</link>
					<pubDate>Tue, 03 Nov 2015 07:23:47 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Oliver,</p>
<p>You can some svg sanitizer, please refer to the link below for more information.</p>
<p><a href="https://wordpress.org/support/topic/svg-security" rel="nofollow">https://wordpress.org/support/topic/svg-security</a></p>
<p>Hope that helps. </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

