<?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: Custom codes &#038; Helper Classes</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/custom-codes/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/custom-codes/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 14:15:23 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/custom-codes/#post-23306</guid>
					<title><![CDATA[Custom codes &#038; Helper Classes]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/custom-codes/#post-23306</link>
					<pubDate>Sat, 10 Oct 2015 21:25:33 +0000</pubDate>
					<dc:creator>the Cloud Machine</dc:creator>

					<description>
						<![CDATA[
						<p>Hi &#8211; I notice that you have quite a number of custom codes on the demo pages &#8211; is there any guidance on these?<br />
Custom row 1/1 + 1/1 seems to give 3 sections to a single row?<br />
3 part row with &#8230; equal_height_column bgr_bottom_right<br />
Thanks<br />
Mark</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/custom-codes/#post-23310</guid>
					<title><![CDATA[Reply To: Custom codes &#038; Helper Classes]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/custom-codes/#post-23310</link>
					<pubDate>Sun, 11 Oct 2015 09:10:42 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there Mark,</p>
<p>Where is this: &#8220;Custom row 1/1 + 1/1 seems to give 3 sections to a single row?&#8221; ?<br />
You are correct there&#8217;s quite a few helper classes that the theme uses, they are listed and explained here:</p>
<p><a href="http://blueowlcreative.com/docs/fortuna/#customization4" rel="nofollow">http://blueowlcreative.com/docs/fortuna/#customization4</a></p>
<p>Let me know if you have further questions, I would be happy to help! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/custom-codes/#post-23402</guid>
					<title><![CDATA[Reply To: Custom codes &#038; Helper Classes]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/custom-codes/#post-23402</link>
					<pubDate>Tue, 13 Oct 2015 21:36:35 +0000</pubDate>
					<dc:creator>visionaerial</dc:creator>

					<description>
						<![CDATA[
						<p>It&#8217;s on the home page demo, I&#8217;m struggling with the same thing. Here&#8217;s a screenshot.</p>
<p><img src="http://i.imgur.com/nSzMnFX.jpg" alt="Screenshot" /></p>
<p>In addition to how the &#8220;1/1 + 1/1&#8243; yeilds a three column row, what colors are available in replacement of &#8220;jade_overlay&#8221; for the same section? I don&#8217;t see that referenced anywhere.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/custom-codes/#post-23404</guid>
					<title><![CDATA[Reply To: Custom codes &#038; Helper Classes]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/custom-codes/#post-23404</link>
					<pubDate>Tue, 13 Oct 2015 21:59:53 +0000</pubDate>
					<dc:creator>visionaerial</dc:creator>

					<description>
						<![CDATA[
						<p>Update: I figured it out &#8211; the trick is under Responsiveness Options in the Column options. It&#8217;s a 12 column layout so you&#8217;ll set one section to 4 columns (1/3) and the other to 8 columns (2/3) or whatever you want it to be. See the screenshot.</p>
<p><img src="http://i.imgur.com/eOoBGgb.png" alt="Screenshot" /></p>
<p>I&#8217;d still love an answer on setting the color of this section to something other than &#8220;Jade&#8221;&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/custom-codes/#post-23414</guid>
					<title><![CDATA[Reply To: Custom codes &#038; Helper Classes]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/custom-codes/#post-23414</link>
					<pubDate>Wed, 14 Oct 2015 07:26:36 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there!</p>
<p>Good job, you figured out the column, basically you can manage how things display on all screens.<br />
As for the color:</p>
<p>The jade_overlay class is defined in your css file:</p>
<pre><code>.jade_overlay {
    background: rgba(8,173,167,0.8);
}</code></pre>
<p>You can of course create your own in your Child theme and assign it to columns that you want to overlay your Row&#8217;s background image in some way. For example:</p>
<pre><code>.my_overlay {
    background: rgba(38,103,207,0.7);
}</code></pre>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

