<?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: row visibility option doesn&#039;t work</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/row-visibility-option-doesnt-work/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/row-visibility-option-doesnt-work/feed/</link>
		<description></description>
		<pubDate>Tue, 21 Jul 2026 17:56:35 +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/row-visibility-option-doesnt-work/#post-31469</guid>
					<title><![CDATA[row visibility option doesn&#039;t work]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/row-visibility-option-doesnt-work/#post-31469</link>
					<pubDate>Wed, 17 May 2017 08:43:23 +0000</pubDate>
					<dc:creator>totogigi</dc:creator>

					<description>
						<![CDATA[
						<p>Hello, i would like to have an image that will see only in mobile portrait and hidden in the other views; i have set the visibility of the row with these parameters but it seems not working:</p>
<p><a href="http://www.albertosaladesign.it/dev/cedea2/home-page-2-2/" rel="nofollow">http://www.albertosaladesign.it/dev/cedea2/home-page-2-2/</a></p>
<p>the image is the latest one before the footer&#8230; i attach the screenshot of the settings. </p>
<p><img src="http://www.albertosaladesign.it/dev/cedea2/wp-content/uploads/2017/05/row.png" alt="settings" /></p>
<p>What&#8217;s the mistake?<br />
Regards<br />
Alberto</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/row-visibility-option-doesnt-work/#post-31473</guid>
					<title><![CDATA[Reply To: row visibility option doesn&#039;t work]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/row-visibility-option-doesnt-work/#post-31473</link>
					<pubDate>Wed, 17 May 2017 10:56:01 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Alberto,</p>
<p>Could have something to do with the PArallax &#038; Video plugin as the settings you are using (the last 2 tabs of the row settings) are a part of that plugin.<br />
Why don&#8217;t you add a custom class to that row, then with a media query CSS hide it for mobile?<br />
I can assist you with that if you need it. <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/row-visibility-option-doesnt-work/#post-31481</guid>
					<title><![CDATA[Reply To: row visibility option doesn&#039;t work]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/row-visibility-option-doesnt-work/#post-31481</link>
					<pubDate>Thu, 18 May 2017 10:09:06 +0000</pubDate>
					<dc:creator>totogigi</dc:creator>

					<description>
						<![CDATA[
						<p>hello, i suppose i must define a custom class &#8220;bottlehidden&#8221;, insert into the apposite field into the row, then add this css code:</p>
<p>@media screen and (min-width: 760px)<br />
.bottlehidden {<br />
	visibility: hidden;<br />
}</p>
<p>but what must i write to define the class into custom css?</p>
<p>regards<br />
Alberto</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/row-visibility-option-doesnt-work/#post-31485</guid>
					<title><![CDATA[Reply To: row visibility option doesn&#039;t work]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/row-visibility-option-doesnt-work/#post-31485</link>
					<pubDate>Fri, 19 May 2017 12:11:12 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<pre><code>@media screen and (min-width: 760px){
.bottlehidden {
display: none;
}
}</code></pre>
<p>Then simply add the class to your element: &#8220;bottlehidden &#8220;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/row-visibility-option-doesnt-work/#post-31553</guid>
					<title><![CDATA[Reply To: row visibility option doesn&#039;t work]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/row-visibility-option-doesnt-work/#post-31553</link>
					<pubDate>Fri, 02 Jun 2017 14:23:02 +0000</pubDate>
					<dc:creator>totogigi</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/row-visibility-option-doesnt-work/#post-31557</guid>
					<title><![CDATA[Reply To: row visibility option doesn&#039;t work]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/row-visibility-option-doesnt-work/#post-31557</link>
					<pubDate>Mon, 05 Jun 2017 06:59:15 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>So if you want to hide the row with id &#8220;bottle&#8221;, then do this:</p>
<pre><code>@media screen and (min-width: 760px){
#bottle {
display: none;
}
}</code></pre>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

