




















<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Remove Plugin Scripts &#038; Stylesheets in WordPress	</title>
	<atom:link href="https://www.inspirationalpixels.com/remove-plugin-scripts-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.inspirationalpixels.com/remove-plugin-scripts-wordpress/</link>
	<description>Web design tutorials, snippets and freebies</description>
	<lastBuildDate>Wed, 27 Jun 2018 06:16:37 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>
		By: Paulo		</title>
		<link>https://www.inspirationalpixels.com/remove-plugin-scripts-wordpress/#comment-1035</link>

		<dc:creator><![CDATA[Paulo]]></dc:creator>
		<pubDate>Sat, 12 May 2018 02:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://staging.inspirationalpixels.com/?p=2709#comment-1035</guid>

					<description><![CDATA[Hello what is different from Header cleanup plugin?? https://wordpress.org/plugins/header-cleanup-littlebizzy/

that is from scripts or not? thanks]]></description>
			<content:encoded><![CDATA[<p>Hello what is different from Header cleanup plugin?? <a href="https://wordpress.org/plugins/header-cleanup-littlebizzy/" rel="nofollow ugc">https://wordpress.org/plugins/header-cleanup-littlebizzy/</a></p>
<p>that is from scripts or not? thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Cplink		</title>
		<link>https://www.inspirationalpixels.com/remove-plugin-scripts-wordpress/#comment-1033</link>

		<dc:creator><![CDATA[Cplink]]></dc:creator>
		<pubDate>Wed, 01 Mar 2017 05:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://staging.inspirationalpixels.com/?p=2709#comment-1033</guid>

					<description><![CDATA[Hi.. I upload my website www.clippingpathlink.com but it is not working. Please help me with full instructions. Thanks]]></description>
			<content:encoded><![CDATA[<p>Hi.. I upload my website <a href="http://www.clippingpathlink.com" rel="nofollow ugc">http://www.clippingpathlink.com</a> but it is not working. Please help me with full instructions. Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: rabin		</title>
		<link>https://www.inspirationalpixels.com/remove-plugin-scripts-wordpress/#comment-1032</link>

		<dc:creator><![CDATA[rabin]]></dc:creator>
		<pubDate>Sat, 03 Dec 2016 03:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://staging.inspirationalpixels.com/?p=2709#comment-1032</guid>

					<description><![CDATA[how to hide viewer js frame from my page?
i want that viewer js to work but i don&#039;t want that viewer js frame in my website.
So any answers?]]></description>
			<content:encoded><![CDATA[<p>how to hide viewer js frame from my page?<br />
i want that viewer js to work but i don&#8217;t want that viewer js frame in my website.<br />
So any answers?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Selvam		</title>
		<link>https://www.inspirationalpixels.com/remove-plugin-scripts-wordpress/#comment-1031</link>

		<dc:creator><![CDATA[Selvam]]></dc:creator>
		<pubDate>Thu, 12 Nov 2015 12:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://staging.inspirationalpixels.com/?p=2709#comment-1031</guid>

					<description><![CDATA[Nice and handy post, but there is a WordPress plugin called, WP Remove Css - Js WordPress plugin https://wordpress.org/plugins/wp-remove-css-js/ does the trick without any manual coding. It is very handy.]]></description>
			<content:encoded><![CDATA[<p>Nice and handy post, but there is a WordPress plugin called, WP Remove Css &#8211; Js WordPress plugin <a href="https://wordpress.org/plugins/wp-remove-css-js/" rel="nofollow ugc">https://wordpress.org/plugins/wp-remove-css-js/</a> does the trick without any manual coding. It is very handy.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Johann		</title>
		<link>https://www.inspirationalpixels.com/remove-plugin-scripts-wordpress/#comment-1030</link>

		<dc:creator><![CDATA[Johann]]></dc:creator>
		<pubDate>Mon, 26 Oct 2015 21:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://staging.inspirationalpixels.com/?p=2709#comment-1030</guid>

					<description><![CDATA[Hi,

I&#039;m not having any success with those two methods...
Need to remove a css that&#039;s causing problems on a self-hosted CDN (and don&#039;t need it since I&#039;m using a bootstraped version).

Here&#039;s the culprit in the functions.php :

[php]
if (!function_exists(&#039;qode_styles&#039;)) {
    function qode_styles() {
        wp_enqueue_style(&#039;qode-font-awesome&#039;, QODE_ROOT . &#039;/css/font-awesome/css/font-awesome.min.css&#039;);

I tried both (in the child theme) :
remove_action(&#039;wp_head&#039;, &#039;qode-font-awesome-css&#039;);

function remove_scripts_styles_header() {
    wp_deregister_style(&#039;qode-font-awesome&#039;);
}
add_action(&#039;wp_header&#039;, &#039;remove_scripts_styles_header&#039;);
[/php]

Any idea why that could not work ? Did I do it wrong ?
(of course I made sure to rebuild the cache before checking ;-)
Thanks for your help !]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m not having any success with those two methods&#8230;<br />
Need to remove a css that&#8217;s causing problems on a self-hosted CDN (and don&#8217;t need it since I&#8217;m using a bootstraped version).</p>
<p>Here&#8217;s the culprit in the functions.php :</p>
<p>[php]<br />
if (!function_exists(&#8216;qode_styles&#8217;)) {<br />
    function qode_styles() {<br />
        wp_enqueue_style(&#8216;qode-font-awesome&#8217;, QODE_ROOT . &#8216;/css/font-awesome/css/font-awesome.min.css&#8217;);</p>
<p>I tried both (in the child theme) :<br />
remove_action(&#8216;wp_head&#8217;, &#8216;qode-font-awesome-css&#8217;);</p>
<p>function remove_scripts_styles_header() {<br />
    wp_deregister_style(&#8216;qode-font-awesome&#8217;);<br />
}<br />
add_action(&#8216;wp_header&#8217;, &#8216;remove_scripts_styles_header&#8217;);<br />
[/php]</p>
<p>Any idea why that could not work ? Did I do it wrong ?<br />
(of course I made sure to rebuild the cache before checking 😉<br />
Thanks for your help !</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sam		</title>
		<link>https://www.inspirationalpixels.com/remove-plugin-scripts-wordpress/#comment-1029</link>

		<dc:creator><![CDATA[sam]]></dc:creator>
		<pubDate>Tue, 28 Apr 2015 01:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://staging.inspirationalpixels.com/?p=2709#comment-1029</guid>

					<description><![CDATA[Hi there im a bit of a noob so sorry for my ignorance. I have been searchimg for.weks for an answer to this external JavaScript answer. Im having trouble with jetpack inparticular and getting blocked css?  Could you please explain where to add option ome code to exacttly so I can give it a try.

Thanks]]></description>
			<content:encoded><![CDATA[<p>Hi there im a bit of a noob so sorry for my ignorance. I have been searchimg for.weks for an answer to this external JavaScript answer. Im having trouble with jetpack inparticular and getting blocked css?  Could you please explain where to add option ome code to exacttly so I can give it a try.</p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
