<?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>BlueOwlCreative  &#187;  Topic: fortuna child theme</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/fortuna-child-theme/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/fortuna-child-theme/feed/</link>
		<description></description>
		<pubDate>Sat, 29 Aug 2026 03:34:13 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/fortuna-child-theme/#post-28357</guid>
					<title><![CDATA[fortuna child theme]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/fortuna-child-theme/#post-28357</link>
					<pubDate>Thu, 05 May 2016 17:43:43 +0000</pubDate>
					<dc:creator>hhuchon</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>when I create a fortuna child theme, I&#8217;m using a functions.php file to enqueue style.css. The question is, do I need to enqueue other files as well to do it properly, like other css files or scripts?</p>
<p>Thanks a lot for your answer</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/fortuna-child-theme/#post-28358</guid>
					<title><![CDATA[Reply To: fortuna child theme]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/fortuna-child-theme/#post-28358</link>
					<pubDate>Thu, 05 May 2016 18:07:40 +0000</pubDate>
					<dc:creator>hhuchon</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again &#8230;</p>
<p>Another question related to the first one is : in your latest theme update, you provide a child version of your theme with a css file which has a @import function to link the fortuna css. I&#8217;ve seen lately that this is no longer recommended and that should be set with the help of a functions.php file which should have an enqueue-script function.(from: <a href="https://codex.wordpress.org/Child_Themes" rel="nofollow">https://codex.wordpress.org/Child_Themes</a>, I get this: Note that the previous method was to import the parent theme stylesheet using @import: this is no longer best practice. The correct method of enqueuing the parent theme stylesheet is to add a wp_enqueue_scripts action and use wp_enqueue_style() in your child theme&#8217;s functions.php.)<br />
But as in your latest update your still working with @import, I&#8217;d like to have your opinion on this subject,<br />
Thank you for your help</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/fortuna-child-theme/#post-28359</guid>
					<title><![CDATA[Reply To: fortuna child theme]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/fortuna-child-theme/#post-28359</link>
					<pubDate>Thu, 05 May 2016 18:17:10 +0000</pubDate>
					<dc:creator>viablethought</dc:creator>

					<description>
						<![CDATA[
						<p>+1 I also thought this was weird that it was using @import and had ambitions of changing it myself but just haven&#8217;t done so yet.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/fortuna-child-theme/#post-28363</guid>
					<title><![CDATA[Reply To: fortuna child theme]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/fortuna-child-theme/#post-28363</link>
					<pubDate>Fri, 06 May 2016 17:39:54 +0000</pubDate>
					<dc:creator>hhuchon</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>this is related to my first question, and the use of a functions.php file to enqueue style in my child theme. I have made other modifications in other files like for example vc_templates/service_medium.php. The question is here : what is the correct way to keep these modifications in the child theme? Shall I just add a copy of this vc_templates/service_medium.php modified file in my child theme, inside a new vc_templates directory, or shall I put it at the root? And do I have to enqueue this file in the functions.php file ?<br />
Thanks a lot for your answer</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/fortuna-child-theme/#post-28375</guid>
					<title><![CDATA[Reply To: fortuna child theme]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/fortuna-child-theme/#post-28375</link>
					<pubDate>Mon, 09 May 2016 09:57:28 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>1. No, you need to enqueue no other files than the style.css<br />
2. Sure, you can of course use this method too (enqueueing via the functions.php file).<br />
Our child theme has been included with the theme since version 1.0 and we can surely update it in the future to use the other method, at this point I see no particular reason to do so though.</p>
<p>3. Overriding a shortcode can be done by redefining the shortcode methods in your child theme&#8217;s functions.php or including the template to it like they are included in the<br />
includes\shortcodes\vc_shortcodes.php, for example:</p>
<p>load_template( trailingslashit( get_template_directory() ) . &#8216;includes/shortcodes/vc/boc_iconpicker.php&#8217;);</p>
<p>This is not really a theme specific functionality, rather a core WP one. <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

