<?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 Enqueue Scripts and CSS in Oxygen (The Right Way)	</title>
	<atom:link href="https://apexweb.io/enqueue-scripts-css-oxygen-builder/feed/" rel="self" type="application/rss+xml" />
	<link>https://apexweb.io/enqueue-scripts-css-oxygen-builder/</link>
	<description>Web Development and Design</description>
	<lastBuildDate>Mon, 09 Aug 2021 02:18:13 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8</generator>
	<item>
		<title>
		By: Cenay Nailor		</title>
		<link>https://apexweb.io/enqueue-scripts-css-oxygen-builder/#comment-391</link>

		<dc:creator><![CDATA[Cenay Nailor]]></dc:creator>
		<pubDate>Mon, 09 Aug 2021 02:18:13 +0000</pubDate>
		<guid isPermaLink="false">https://apexweb.io/?p=193#comment-391</guid>

					<description><![CDATA[One quick note you might not be aware of. If you are loading the files from a CDN (for example), the code won&#039;t render while inside of the Oxygen Builder. It will render on the front end though. So in this case, you might be better served by adding an Oxygen codeblock where you need the functionality, and link to the CDN files there, rather than try to bring them in to every page on your site.]]></description>
			<content:encoded><![CDATA[<p>One quick note you might not be aware of. If you are loading the files from a CDN (for example), the code won't render while inside of the Oxygen Builder. It will render on the front end though. So in this case, you might be better served by adding an Oxygen codeblock where you need the functionality, and link to the CDN files there, rather than try to bring them in to every page on your site.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Damilare		</title>
		<link>https://apexweb.io/enqueue-scripts-css-oxygen-builder/#comment-60</link>

		<dc:creator><![CDATA[Damilare]]></dc:creator>
		<pubDate>Mon, 15 Feb 2021 12:23:08 +0000</pubDate>
		<guid isPermaLink="false">https://apexweb.io/?p=193#comment-60</guid>

					<description><![CDATA[Hello,

I have created the folders and subfolders and plugin.php using VSCode. I&#039;m trying to use gsap with Oxygen builder by linking to gsap via cdn. But where I&#039;m stuck now is, in step 2 in Add Resources to Your Directories, what resources will I place from the gsap folders as there are many .js files there and no css files or img files from the gsap zip I downloaded from https://greensock.com/docs/v3/Installation.

Kindly guide me through.

Thank you for making this guide.]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>I have created the folders and subfolders and plugin.php using VSCode. I'm trying to use gsap with Oxygen builder by linking to gsap via cdn. But where I'm stuck now is, in step 2 in Add Resources to Your Directories, what resources will I place from the gsap folders as there are many .js files there and no css files or img files from the gsap zip I downloaded from <a href="https://greensock.com/docs/v3/Installation" rel="nofollow ugc">https://greensock.com/docs/v3/Installation</a>.</p>
<p>Kindly guide me through.</p>
<p>Thank you for making this guide.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Una Neary		</title>
		<link>https://apexweb.io/enqueue-scripts-css-oxygen-builder/#comment-25</link>

		<dc:creator><![CDATA[Una Neary]]></dc:creator>
		<pubDate>Mon, 09 Nov 2020 17:00:53 +0000</pubDate>
		<guid isPermaLink="false">https://apexweb.io/?p=193#comment-25</guid>

					<description><![CDATA[thank you for your prompt reply.
You have a great way of explaining things in a nice simple manner and easy to understand.]]></description>
			<content:encoded><![CDATA[<p>thank you for your prompt reply.<br />
You have a great way of explaining things in a nice simple manner and easy to understand.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alec Gall		</title>
		<link>https://apexweb.io/enqueue-scripts-css-oxygen-builder/#comment-24</link>

		<dc:creator><![CDATA[Alec Gall]]></dc:creator>
		<pubDate>Mon, 09 Nov 2020 12:33:59 +0000</pubDate>
		<guid isPermaLink="false">https://apexweb.io/?p=193#comment-24</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://apexweb.io/enqueue-scripts-css-oxygen-builder/#comment-23&quot;&gt;Una Neary&lt;/a&gt;.

Hi Uma, you&#039;re welcome! I&#039;m glad you found this useful! And you are correct. For a small site you can probably get away with doing it that way, but it is always better to enqueue your files this way as you have more control over them and can keep all of your resource loading code in one place.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://apexweb.io/enqueue-scripts-css-oxygen-builder/#comment-23">Una Neary</a>.</p>
<p>Hi Uma, you're welcome! I'm glad you found this useful! And you are correct. For a small site you can probably get away with doing it that way, but it is always better to enqueue your files this way as you have more control over them and can keep all of your resource loading code in one place.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Una Neary		</title>
		<link>https://apexweb.io/enqueue-scripts-css-oxygen-builder/#comment-23</link>

		<dc:creator><![CDATA[Una Neary]]></dc:creator>
		<pubDate>Mon, 09 Nov 2020 10:52:04 +0000</pubDate>
		<guid isPermaLink="false">https://apexweb.io/?p=193#comment-23</guid>

					<description><![CDATA[Thank you SOOOO much, this is fantastic.  I was so confused about all this. So far, I have been using the &#039;add stylesheet&#039; within Oxygen, or &#039;add Code block&#039;. Am I correct in my thinking now, that this method is only good for a few lines of code but not for a big site with tons of CSS and JS. Better to use your plugin method instead? 
Thanks again.]]></description>
			<content:encoded><![CDATA[<p>Thank you SOOOO much, this is fantastic.  I was so confused about all this. So far, I have been using the 'add stylesheet' within Oxygen, or 'add Code block'. Am I correct in my thinking now, that this method is only good for a few lines of code but not for a big site with tons of CSS and JS. Better to use your plugin method instead?<br />
Thanks again.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
