<?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>Attempts to customize triggered Mod Security on my server and shut down my site. &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/attempts-to-customize-triggered-mod-security-on-my-server-and-shut-down-my-site/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/attempts-to-customize-triggered-mod-security-on-my-server-and-shut-down-my-site/feed/</link>
		<description></description>
		<lastBuildDate>Wed, 15 Oct 2025 03:58:13 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/attempts-to-customize-triggered-mod-security-on-my-server-and-shut-down-my-site/#post-151850</guid>
					<title><![CDATA[Attempts to customize triggered Mod Security on my server and shut down my site.]]></title>
					<link>https://theme.co/archive/forums/topic/attempts-to-customize-triggered-mod-security-on-my-server-and-shut-down-my-site/#post-151850</link>
					<pubDate>Mon, 24 Nov 2014 18:52:38 +0000</pubDate>
					<dc:creator>Elizabeth-Jane</dc:creator>

					<description>
						<![CDATA[
						<p>Hi guys</p>
<p>Unfortunately my new installation of X triggered Mod Security on my server (UK2.net) and my website went down every time I used the customizer. The tech guys at UK2.net recoded for me, and although customizing &#8216;X&#8217; is no longer triggering a shutdown, the fonts are not displaying. The background image (which worked previously) is also not now displaying.</p>
<p>It seems that, sadly, your great theme is incompatible with UK2.net. Please advise.<br />
Thanks</p>
<p>Elizabeth<br />
elizabethjanebaldry.com</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/attempts-to-customize-triggered-mod-security-on-my-server-and-shut-down-my-site/#post-152036</guid>
					<title><![CDATA[Reply To: Attempts to customize triggered Mod Security on my server and shut down my site.]]></title>
					<link>https://theme.co/archive/forums/topic/attempts-to-customize-triggered-mod-security-on-my-server-and-shut-down-my-site/#post-152036</link>
					<pubDate>Tue, 25 Nov 2014 00:04:26 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>Thanks for writing in! The issue that you have mentioned can cause due to an outdated security rules that might not be the best case for dynamic applications like the WordPress Customizer. We explain this in a bit more detail here: <a href="http://theme.co/x/member/kb/solutions-to-potential-setup-issues-customizer/" rel="nofollow">http://theme.co/x/member/kb/solutions-to-potential-setup-issues-customizer/</a></p>
<p>You could ask from your hosting provider to set up rules similar to this:</p>
<pre><code>Ask your web host to do the following

edit whitelist.conf in mod security here:

/usr/local/apache/conf/modsec2/whitelist.conf

Add

&lt;LocationMatch &quot;/wp-admin/post.php&quot;&gt;
SecRuleRemoveById 300015 300016 300017
&lt;/LocationMatch&gt;

&lt;LocationMatch &quot;/wp-admin/admin-ajax.php&quot;&gt;
SecRuleRemoveById 300015 300016 300017
&lt;/LocationMatch&gt;

&lt;LocationMatch &quot;/wp-admin/page.php&quot;&gt;
SecRuleRemoveById 300015 300016 300017
&lt;/LocationMatch&gt;</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/attempts-to-customize-triggered-mod-security-on-my-server-and-shut-down-my-site/#post-153157</guid>
					<title><![CDATA[Reply To: Attempts to customize triggered Mod Security on my server and shut down my site.]]></title>
					<link>https://theme.co/archive/forums/topic/attempts-to-customize-triggered-mod-security-on-my-server-and-shut-down-my-site/#post-153157</link>
					<pubDate>Wed, 26 Nov 2014 13:02:17 +0000</pubDate>
					<dc:creator>Elizabeth-Jane</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you for all this. I&#8217;ve passed it on to my server. Fingers crossed.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/attempts-to-customize-triggered-mod-security-on-my-server-and-shut-down-my-site/#post-153394</guid>
					<title><![CDATA[Reply To: Attempts to customize triggered Mod Security on my server and shut down my site.]]></title>
					<link>https://theme.co/archive/forums/topic/attempts-to-customize-triggered-mod-security-on-my-server-and-shut-down-my-site/#post-153394</link>
					<pubDate>Wed, 26 Nov 2014 18:30:14 +0000</pubDate>
					<dc:creator>John Ezra</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome. Let us know how it goes!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/attempts-to-customize-triggered-mod-security-on-my-server-and-shut-down-my-site/#post-158956</guid>
					<title><![CDATA[Reply To: Attempts to customize triggered Mod Security on my server and shut down my site.]]></title>
					<link>https://theme.co/archive/forums/topic/attempts-to-customize-triggered-mod-security-on-my-server-and-shut-down-my-site/#post-158956</link>
					<pubDate>Fri, 05 Dec 2014 16:24:52 +0000</pubDate>
					<dc:creator>Elizabeth-Jane</dc:creator>

					<description>
						<![CDATA[
						<p>Hi guys</p>
<p>I have passed on your recommended code to my webhost and they have kindly added the requested mod security exceptions.<br />
Unfortunately I still can&#8217;t change the fonts with the customizer.</p>
<p>Sorry but I&#8217;m now ready to give up with X. It&#8217;s a great theme, but seems to be incompatible with my web host.</p>
<p>X is the second theme I&#8217;ve bought. I didn&#8217;t have any problems customizing the fonts with the first theme.</p>
<p>Let me know if you have any other ideas. I&#8217;d still like to make it work if possible.<br />
Thanks</p>
<p>Elizabeth</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/attempts-to-customize-triggered-mod-security-on-my-server-and-shut-down-my-site/#post-159223</guid>
					<title><![CDATA[Reply To: Attempts to customize triggered Mod Security on my server and shut down my site.]]></title>
					<link>https://theme.co/archive/forums/topic/attempts-to-customize-triggered-mod-security-on-my-server-and-shut-down-my-site/#post-159223</link>
					<pubDate>Sat, 06 Dec 2014 00:04:34 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Elizabeth,</p>
<p>We&#8217;re sorry to hear you&#8217;re having an issue, 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/attempts-to-customize-triggered-mod-security-on-my-server-and-shut-down-my-site/#post-159390</guid>
					<title><![CDATA[Reply To: Attempts to customize triggered Mod Security on my server and shut down my site.]]></title>
					<link>https://theme.co/archive/forums/topic/attempts-to-customize-triggered-mod-security-on-my-server-and-shut-down-my-site/#post-159390</link>
					<pubDate>Sat, 06 Dec 2014 10:07:40 +0000</pubDate>
					<dc:creator>Elizabeth-Jane</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/attempts-to-customize-triggered-mod-security-on-my-server-and-shut-down-my-site/#post-159660</guid>
					<title><![CDATA[Reply To: Attempts to customize triggered Mod Security on my server and shut down my site.]]></title>
					<link>https://theme.co/archive/forums/topic/attempts-to-customize-triggered-mod-security-on-my-server-and-shut-down-my-site/#post-159660</link>
					<pubDate>Sun, 07 Dec 2014 03:48:54 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>If you will view your site&#8217;s source code from any browser, you will see this</p>
<p><code>&lt;link rel=&#039;stylesheet&#039; id=&#039;x-font-custom-css&#039;  href=&#039;//fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic|Lily+Script+One:700|Lato:300|Lora:300&amp;subset=latin,latin-ext&#039; type=&#039;text/css&#039; media=&#039;all&#039; /&gt;</code></p>
<p>I chose Lora font for the logo, and it&#8217;s shows on that code which means the customizer works. What&#8217;s not working is that the url composition and it won&#8217;t load by the google.</p>
<p><code>http://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic|Lily+Script+One:700|Lato:300|Lora:300&amp;subset=latin,latin-ext</code></p>
<p>If you visit it, you will not find Lora font. But if you visit this <a href="http://fonts.googleapis.com/css?family=Lora" rel="nofollow">http://fonts.googleapis.com/css?family=Lora</a> it exists. So it could be something with the coding that composed that url.</p>
<p>I tried it locally using Lora font too, and here is the correct url. </p>
<p><code>http://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic|Lily+Script+One:400|Lato:400|Lora:400&amp;subset=latin,latin-ext</code></p>
<p>The issue is you did not choose font weight for your fonts. 700 Font weight does not exist for Lily and 300 font weight does not exist for Lora.</p>
<p>Please choose your font weight, (default font size should be use even if you did not select any, but this issue is probably caused by your recent update that cause data matching for font weight.)</p>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/attempts-to-customize-triggered-mod-security-on-my-server-and-shut-down-my-site/#post-161959</guid>
					<title><![CDATA[Reply To: Attempts to customize triggered Mod Security on my server and shut down my site.]]></title>
					<link>https://theme.co/archive/forums/topic/attempts-to-customize-triggered-mod-security-on-my-server-and-shut-down-my-site/#post-161959</link>
					<pubDate>Wed, 10 Dec 2014 16:03:08 +0000</pubDate>
					<dc:creator>Elizabeth-Jane</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you very much for your help. That seems to have fixed the problem. Hooray!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/attempts-to-customize-triggered-mod-security-on-my-server-and-shut-down-my-site/#post-162211</guid>
					<title><![CDATA[Reply To: Attempts to customize triggered Mod Security on my server and shut down my site.]]></title>
					<link>https://theme.co/archive/forums/topic/attempts-to-customize-triggered-mod-security-on-my-server-and-shut-down-my-site/#post-162211</link>
					<pubDate>Wed, 10 Dec 2014 21:44:58 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

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

					
					
				</item>

					
		
	</channel>
	</rss>

