<?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: Regarding Filter</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/regarding-filter/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/regarding-filter/feed/</link>
		<description></description>
		<pubDate>Thu, 20 Aug 2026 23:31:19 +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/regarding-filter/#post-31707</guid>
					<title><![CDATA[Regarding Filter]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/regarding-filter/#post-31707</link>
					<pubDate>Wed, 05 Jul 2017 10:07:39 +0000</pubDate>
					<dc:creator>take8group</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There </p>
<p>Is there any possibility to have filter on this page can be converted into the drop-down list </p>
<p><a href="http://demo.virtualclone.in/ums/players/" rel="nofollow">http://demo.virtualclone.in/ums/players/</a></p>
<p>Only a drop-down list will appear to select a specific category.</p>
<p>Many Thanks  </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/regarding-filter/#post-31708</guid>
					<title><![CDATA[Reply To: Regarding Filter]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/regarding-filter/#post-31708</link>
					<pubDate>Wed, 05 Jul 2017 11:12:34 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>You could override the function for your portfolio grid shortcode.<br />
Then get the functionality from the portfolio-three-column.php (the one with the dropdown filter) and integrate it into your grid. If you struggle with this too let me know, I could help you with the filtering links in the sidebar solution&#8230; Have your FTP + admin credentials in a private reply.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/regarding-filter/#post-31711</guid>
					<title><![CDATA[Reply To: Regarding Filter]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/regarding-filter/#post-31711</link>
					<pubDate>Thu, 06 Jul 2017 03:48:42 +0000</pubDate>
					<dc:creator>take8group</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/regarding-filter/#post-31714</guid>
					<title><![CDATA[Reply To: Regarding Filter]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/regarding-filter/#post-31714</link>
					<pubDate>Thu, 06 Jul 2017 06:17:17 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>And the Admin user pass?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/regarding-filter/#post-31715</guid>
					<title><![CDATA[Reply To: Regarding Filter]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/regarding-filter/#post-31715</link>
					<pubDate>Thu, 06 Jul 2017 06:20:22 +0000</pubDate>
					<dc:creator>take8group</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/regarding-filter/#post-31716</guid>
					<title><![CDATA[Reply To: Regarding Filter]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/regarding-filter/#post-31716</link>
					<pubDate>Thu, 06 Jul 2017 06:34:34 +0000</pubDate>
					<dc:creator>take8group</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/regarding-filter/#post-31717</guid>
					<title><![CDATA[Reply To: Regarding Filter]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/regarding-filter/#post-31717</link>
					<pubDate>Thu, 06 Jul 2017 07:23:35 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Check it out now!<br />
The new overridden method is in your child theme&#8217;s functions.php file.<br />
Had to also change this (in case you update the theme in the future) beacuse of the new markup:</p>
<p><code>$container.prev().find(&quot;.grid_filter_inline&quot;).find(&quot;li div&quot;);</code></p>
<p>in your common.js to this:</p>
<p><code>$container.parent().prev().find(&quot;.grid_filter_inline&quot;).find(&quot;li div&quot;);</code></p>
<p>and this:<br />
<code>$container.prev().find(&quot;.grid_filter_inline li div&quot;).removeClass(&quot;current_portfolio_item&quot;);</code><br />
to this:<br />
<code>$container.parent().prev().find(&quot;.grid_filter_inline li div&quot;).removeClass(&quot;current_portfolio_item&quot;);</code></p>
<p>I also added this to your child theme&#8217;s css file so the items are full width in the column:</p>
<pre><code>.portfolio_inline_filter ul li {
    display: block;
}</code></pre>
<p>I would get rid of that FB sidebar so you have more room for the items now. <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/regarding-filter/#post-31721</guid>
					<title><![CDATA[Reply To: Regarding Filter]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/regarding-filter/#post-31721</link>
					<pubDate>Thu, 06 Jul 2017 07:36:33 +0000</pubDate>
					<dc:creator>take8group</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/regarding-filter/#post-31722</guid>
					<title><![CDATA[Reply To: Regarding Filter]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/regarding-filter/#post-31722</link>
					<pubDate>Thu, 06 Jul 2017 08:01:53 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Oh, I see, you have the grid there as well&#8230;<br />
I added an additional check so if you don&#8217;t have the filtering there the columns don&#8217;t show.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/regarding-filter/#post-31723</guid>
					<title><![CDATA[Reply To: Regarding Filter]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/regarding-filter/#post-31723</link>
					<pubDate>Thu, 06 Jul 2017 08:01:54 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Oh, I see, you have the grid there as well&#8230;<br />
I added an additional check so if you don&#8217;t have the filtering there the columns don&#8217;t show.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

