<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Top Pro Features &#8211; Content Views Pro</title>
	<atom:link href="https://contentviewspro.com/documentation/cats/top-pro-features/feed/" rel="self" type="application/rss+xml" />
	<link>https://contentviewspro.com/documentation</link>
	<description>Most Popular Filter &#38; Grid Plugin For WordPress</description>
	<lastBuildDate>Tue, 07 Apr 2026 13:08:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Live Filter &#8211; trigger custom Javascript action after selecting/changing any filter</title>
		<link>https://contentviewspro.com/documentation/article/live-filter-trigger-javascript-function-after-changing-filter/</link>
		
		<dc:creator><![CDATA[admin1]]></dc:creator>
		<pubDate>Fri, 22 Nov 2024 11:09:54 +0000</pubDate>
				<guid isPermaLink="false">https://contentviewspro.com/documentation/?post_type=docs&#038;p=6005</guid>

					<description><![CDATA[Live Filter helps you to show frontend filters easily. To call a custom Javascript action/function whenever selecting/changing any filter, please use this Javascript code: (you can add this code to the Custom JS field in Content Views >> Settings page, or another place you know) Best regards,]]></description>
										<content:encoded><![CDATA[
<p>Live Filter helps you to show frontend filters easily.</p>



<p>To call a custom Javascript action/function whenever selecting/changing any filter, please use this Javascript code:</p>



<pre class="wp-block-code"><code>$('body').on('pt-cv-pagination-finished', function() {
    // add your JS code below
});</code></pre>



<p>(you can add this code to <span class="prokeys-snippet-text">the <strong>Custom JS</strong> field in <a href="https://contentviewspro.com/documentation/wp-content/uploads/2018/03/Content-Views-_-Settings.png">Content Views >> Settings</a> page</span>, or another place you know)</p>



<p><span class="prokeys-snippet-text">Best regards,</span></p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Live Filter – prevent reload/refresh on changing filter (with Divi theme/plugin)</title>
		<link>https://contentviewspro.com/documentation/article/live-filter-prevent-reload-refresh-with-divi/</link>
					<comments>https://contentviewspro.com/documentation/article/live-filter-prevent-reload-refresh-with-divi/#respond</comments>
		
		<dc:creator><![CDATA[admin1]]></dc:creator>
		<pubDate>Fri, 15 Mar 2024 08:55:07 +0000</pubDate>
				<guid isPermaLink="false">https://contentviewspro.com/documentation/?post_type=docs&#038;p=5831</guid>

					<description><![CDATA[Please add this code to Custom JS field in Content Views >> Settings page: Best regards,]]></description>
										<content:encoded><![CDATA[
<p><span class="prokeys-snippet-text">Please add this code to <strong>Custom JS</strong> field in <a href="https://contentviewspro.com/documentation/wp-content/uploads/2018/03/Content-Views-_-Settings.png">Content Views >> Settings</a> page:</span></p>



<pre class="wp-block-code"><code>window.cvp_lf_reload_url = false;</code></pre>



<p><span class="prokeys-snippet-text">Best regards,</span></p>
]]></content:encoded>
					
					<wfw:commentRss>https://contentviewspro.com/documentation/article/live-filter-prevent-reload-refresh-with-divi/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Compare Shuffle Filter with Live Filter</title>
		<link>https://contentviewspro.com/documentation/article/compare-shuffle-filter-with-live-filter/</link>
					<comments>https://contentviewspro.com/documentation/article/compare-shuffle-filter-with-live-filter/#respond</comments>
		
		<dc:creator><![CDATA[admin1]]></dc:creator>
		<pubDate>Fri, 29 Dec 2023 05:05:54 +0000</pubDate>
				<guid isPermaLink="false">https://contentviewspro.com/documentation/?post_type=docs&#038;p=5631</guid>

					<description><![CDATA[Shuffle filter also has disadvantages: it doesn&#8217;t support numbered pagination, it can&#8217;t show WordPress custom fields as filter options, it can&#8217;t show sort options. That is why we&#8217;ve built a new filter called &#8220;Live Filter&#8221;, which offers another powerful filtering &#38; sorting functionality to your WordPress site, to help your visitors to find what they &#8230;<p class="read-more"> <a class="" href="https://contentviewspro.com/documentation/article/compare-shuffle-filter-with-live-filter/"> <span class="screen-reader-text">Compare Shuffle Filter with Live Filter</span> Read More &#187;</a></p>]]></description>
										<content:encoded><![CDATA[<p style="display: none;">Shuffle filter also has disadvantages: it doesn&#8217;t support numbered pagination, it can&#8217;t show WordPress custom fields as filter options, it can&#8217;t show sort options. That is why we&#8217;ve built a new filter called &#8220;Live Filter&#8221;, which offers another powerful filtering &amp; sorting functionality to your WordPress site, to help your visitors to find what they want quickly.</p>
<p>The main differences between Shuffle Filter and Live Filter:</p>
<table id="compare" style="font-size: 15px;">
<tbody>
<tr>
<th style="width: 250px;"></th>
<th>Live Filter</th>
<th>Shuffle Filter</th>
</tr>
<tr>
<td>A comprehensive front-end filter</td>
<td>Yes.<br />
It can filter with complex combination of multiple taxonomies, custom fields, text search, and sort.</td>
<td>No.<br />
It only can filter well with one taxonomy.</td>
</tr>
<tr>
<td>Show custom field as filter</td>
<td>Yes</td>
<td>No</td>
</tr>
<tr>
<td>Show text search field</td>
<td>Yes</td>
<td>No</td>
</tr>
<tr>
<td>Show sorting options</td>
<td>Yes</td>
<td>No</td>
</tr>
<tr>
<td>Work in the Blog page, category page, search page, etc.</td>
<td>Yes</td>
<td>No</td>
</tr>
<tr>
<td>Append &amp; process URL parameters</td>
<td>Yes</td>
<td>No</td>
</tr>
<tr>
<td>Pagination support</td>
<td>(Ajax) Numbered pagination<br />
(Ajax) Load more<br />
(Ajax) Infinite scrolling</td>
<td>(Ajax) Load more<br />
(Ajax) Infinite scrolling</td>
</tr>
<tr>
<td>Use custom animation effects when filtering results</td>
<td>No</td>
<td>Yes</td>
</tr>
</tbody>
</table>
]]></content:encoded>
					
					<wfw:commentRss>https://contentviewspro.com/documentation/article/compare-shuffle-filter-with-live-filter/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Live Filter – show filters on the left/right side of result</title>
		<link>https://contentviewspro.com/documentation/article/live-filter-show-filters-on-the-left-side-of-result/</link>
					<comments>https://contentviewspro.com/documentation/article/live-filter-show-filters-on-the-left-side-of-result/#respond</comments>
		
		<dc:creator><![CDATA[admin1]]></dc:creator>
		<pubDate>Tue, 01 Aug 2023 03:03:24 +0000</pubDate>
				<guid isPermaLink="false">https://contentviewspro.com/documentation/?post_type=docs&#038;p=4884</guid>

					<description><![CDATA[There are 2 ways to do it: A. With Content Views Pro since 5.8.4 In the &#8220;Style Settings&#8221; tab, please select the checkbox Wrap live filters to a div, then enter value for 2 text fields as below: HTML Class For View: col-md-8 col-sm-6 (To show it wider, please use col-md-9 col-sm-6) Text field below &#8230;<p class="read-more"> <a class="" href="https://contentviewspro.com/documentation/article/live-filter-show-filters-on-the-left-side-of-result/"> <span class="screen-reader-text">Live Filter – show filters on the left/right side of result</span> Read More &#187;</a></p>]]></description>
										<content:encoded><![CDATA[<p>There are 2 ways to do it:</p>
<h3>A. With Content Views Pro since 5.8.4</h3>
<p>In the &#8220;Style Settings&#8221; tab, please select the checkbox <code>Wrap live filters to a div</code>,<br />
then enter value for 2 text fields as below:</p>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-4142" src="https://contentviewspro.com/documentation/wp-content/uploads/2017/11/Split-live-filters-and-results-CVP-5.8.4.png" alt="" width="641" height="180" srcset="https://contentviewspro.com/documentation/wp-content/uploads/2017/11/Split-live-filters-and-results-CVP-5.8.4.png 641w, https://contentviewspro.com/documentation/wp-content/uploads/2017/11/Split-live-filters-and-results-CVP-5.8.4-300x84.png 300w" sizes="(max-width: 641px) 100vw, 641px" /></p>
<ul>
<li>HTML Class For View: <code>col-md-8 col-sm-6</code><br />
(To show it wider, please use <code>col-md-9 col-sm-6</code>)</li>
<li>Text field below the Live Filters checkbox: <code>col-md-4 col-sm-6</code><br />
(To show it narrower, please use <code>col-md-3 col-sm-6</code>)</p>
<p>To show filters on the <strong>right side</strong>, please use: <code>col-md-4 col-sm-6 pull-right</code></li>
</ul>
<p>To change the width of each side, please change the value <code>col-md-8</code> and <code>col-md-4</code> (the sum of numbers must be <code>12</code>).</p>
<p>The <code>col-sm-6</code> value helps to show filters on the side of result on Tablet devices.<br />
To show filters above result on Tablet devices, please remove this value.</p>
<p>To show filters on the side of results on Mobile devices, please add <code data-start="878" data-end="888">col-xs-6</code> to both elements.</p>
<h3>B. With Content Views Pro before 5.8.4</h3>
<p>For older Content Views Pro version, you can show filters on the left side and result on the right side with this code:</p>
<blockquote><p>Notice: when using this solution, the page <ins>will be reloaded</ins> when selecting or changing the filter option.</p></blockquote>
<pre style="font-size: 13px;">&lt;div class="pt-cv-wrapper"&gt;
	&lt;div class="row"&gt;
		&lt;div class="col-md-4 col-sm-6"&gt;
			[pt_view id="VIEW_ID" show="filter"]
		&lt;/div&gt;
		&lt;div class="col-md-8 col-sm-6"&gt;
			[pt_view id="VIEW_ID" show="result"]
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
</pre>
<p>You can switch positions of shortcodes to show filters on the right side, result on the left side.<br />
To change the width of each side, please change the <code>col-md-4</code> and <code>col-md-8</code> (the sum of numbers must be <code>12</code>).</p>
<p>Best regards,</p>
]]></content:encoded>
					
					<wfw:commentRss>https://contentviewspro.com/documentation/article/live-filter-show-filters-on-the-left-side-of-result/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Live Filter – use Dropdown type on mobile</title>
		<link>https://contentviewspro.com/documentation/article/live-filter-use-dropdown-type-on-mobile-devices/</link>
		
		<dc:creator><![CDATA[admin1]]></dc:creator>
		<pubDate>Fri, 16 Sep 2022 02:03:19 +0000</pubDate>
				<guid isPermaLink="false">https://docs.contentviewspro.com/?p=4295</guid>

					<description><![CDATA[If you want to use another live filter type in desktop and tablet devices, but use the Dropdown type on mobile devices, please add this code to file functions.php in the theme&#8217;s folder (or install this plugin Code Snippets then add this code to the &#8220;Code&#8221; textarea): // Content Views Pro - Use dropdown for &#8230;<p class="read-more"> <a class="" href="https://contentviewspro.com/documentation/article/live-filter-use-dropdown-type-on-mobile-devices/"> <span class="screen-reader-text">Live Filter – use Dropdown type on mobile</span> Read More &#187;</a></p>]]></description>
										<content:encoded><![CDATA[<p>If you want to use another live filter type in desktop and tablet devices, but use the Dropdown type on mobile devices, please add this code to file <strong>functions.php</strong> in the theme&#8217;s folder (or install this plugin <a href="https://wordpress.org/plugins/code-snippets/" rel="nofollow">Code Snippets</a> then add this code to <a href="https://ps.w.org/code-snippets/assets/screenshot-2.png" rel="nofollow">the &#8220;Code&#8221; textarea</a>):</p>
<pre style="font-size:13px">
// Content Views Pro - Use dropdown for Live Filter on mobile devices. @since > 5.6.0.2
add_filter( 'pt_cv_lf_type', 'cvp_theme_lf_type_mobile', 100, 2 );
function cvp_theme_lf_type_mobile( $args, $name ) {
	global $pt_cv_id;
	
	/* To apply for all live filter views, replace below code with
	$applied = true;
	 */
	$applied = in_array( $pt_cv_id, array( 'VIEW_ID_1', 'VIEW_ID_2', 'VIEW_ID_3', 'VIEW_ID_4', 'VIEW_ID_5' ) );

	if ( $applied && $args != 'search_field' && PT_CV_Functions_Pro::check_device( 'mobile' ) ) {
		$args = 'dropdown';
	}
	return $args;
}

</pre>
<p>(please replace <strong>VIEW_ID_1, VIEW_ID_2, &#8230;</strong> with <a href="https://contentviewspro.com/documentation/article/what-is-id-of-a-view/">ID of your Views</a>)</p>
<p>Best regards,</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Live Filter &#8211; change display order of filters</title>
		<link>https://contentviewspro.com/documentation/article/live-filter-changing-the-order-of-filters/</link>
		
		<dc:creator><![CDATA[admin1]]></dc:creator>
		<pubDate>Sat, 27 Jun 2020 09:02:11 +0000</pubDate>
				<guid isPermaLink="false">https://docs.contentviewspro.com/?p=4024</guid>

					<description><![CDATA[To change the appearance order of filters in a View, please edit the view, click &#8220;Show Preview&#8221; button. In the Preview panel, please drag &#038; drop the filters in the order that you want, then save the view: Best regards,]]></description>
										<content:encoded><![CDATA[<p>To change the appearance order of filters in a View, please edit the view, click &#8220;Show Preview&#8221; button.<br />
In the Preview panel, please drag &#038; drop the filters in the order that you want, then save the view:</p>
<p><img decoding="async" src="https://contentviewspro.com/documentation/wp-content/uploads/2020/06/drag-drop-live-filter.png" alt="drag drop live filter" width="682" height="146" class="alignnone size-full wp-image-4025" srcset="https://contentviewspro.com/documentation/wp-content/uploads/2020/06/drag-drop-live-filter.png 682w, https://contentviewspro.com/documentation/wp-content/uploads/2020/06/drag-drop-live-filter-300x64.png 300w" sizes="(max-width: 682px) 100vw, 682px" /></p>
<p>Best regards,</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Live Filter &#8211; custom style for the Checkbox</title>
		<link>https://contentviewspro.com/documentation/article/live-filter-custom-style-for-the-checkbox-type/</link>
		
		<dc:creator><![CDATA[admin1]]></dc:creator>
		<pubDate>Wed, 10 Jul 2019 04:17:53 +0000</pubDate>
				<guid isPermaLink="false">https://docs.contentviewspro.com/?p=3645</guid>

					<description><![CDATA[This document helps you to style the checkbox type of Live Filter to look like this: To do that, Please add this code to Custom CSS field (the left textarea) in Content Views >> Settings page: /* Live Filter – custom style for the checkbox type */ .cvp-live-filter.cvp-checkbox { min-width: 250px; } .cvp-live-filter.cvp-checkbox .cvp-label { &#8230;<p class="read-more"> <a class="" href="https://contentviewspro.com/documentation/article/live-filter-custom-style-for-the-checkbox-type/"> <span class="screen-reader-text">Live Filter &#8211; custom style for the Checkbox</span> Read More &#187;</a></p>]]></description>
										<content:encoded><![CDATA[<p>This document helps you to style the checkbox type of Live Filter to look like this:</p>
<p><img decoding="async" src="https://contentviewspro.com/documentation/wp-content/uploads/2019/07/cvp-live-filter-checkbox.png" alt="cvp-live-filter-checkbox" width="557" height="275" class="alignnone size-full wp-image-3646" srcset="https://contentviewspro.com/documentation/wp-content/uploads/2019/07/cvp-live-filter-checkbox.png 557w, https://contentviewspro.com/documentation/wp-content/uploads/2019/07/cvp-live-filter-checkbox-300x148.png 300w" sizes="(max-width: 557px) 100vw, 557px" /></p>
<p>To do that, Please add this code to <strong>Custom CSS</strong> field (the left textarea) in <a href="https://contentviewspro.com/documentation/wp-content/uploads/2018/03/Content-Views-_-Settings.png">Content Views >> Settings</a> page:</p>
<pre style="font-size:13px">
/* Live Filter – custom style for the checkbox type */
.cvp-live-filter.cvp-checkbox {
    min-width: 250px;
}

.cvp-live-filter.cvp-checkbox .cvp-label {
    font-size: 20px !important;
    line-height: 1.3 !important;
    color: #ffffff !important;
    background-color: #00aeef !important;
    display: block;
    margin-right: 0;
    padding: 10px;
}

.cvp-live-filter.cvp-checkbox .checkbox {
    border-bottom: 1px solid #f3f3f3 !important;
    padding: 5px 0px;
    color: red;
}
</pre>
<p>Best regards,</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Switch from Live Filter to Shuffle Filter</title>
		<link>https://contentviewspro.com/documentation/article/how-to-switch-from-live-filter-to-shuffle-filter/</link>
		
		<dc:creator><![CDATA[admin1]]></dc:creator>
		<pubDate>Fri, 22 Mar 2019 02:20:05 +0000</pubDate>
				<guid isPermaLink="false">https://docs.contentviewspro.com/?p=3565</guid>

					<description><![CDATA[Live Filter is the next generation of filters which is available to your site&#8217;s visitors. Live Filter has some advantages over Shuffle filter, but if you like the animation of Shuffle filter, you can easily switch from Live Filter to Shuffle Filter with 2 steps: 1. To disable Live Filter, please uncheck the &#8220;Show as &#8230;<p class="read-more"> <a class="" href="https://contentviewspro.com/documentation/article/how-to-switch-from-live-filter-to-shuffle-filter/"> <span class="screen-reader-text">Switch from Live Filter to Shuffle Filter</span> Read More &#187;</a></p>]]></description>
										<content:encoded><![CDATA[<p>Live Filter is the next generation of filters which is available to your site&#8217;s visitors. Live Filter has some advantages over Shuffle filter, but if you like the animation of Shuffle filter, you can easily switch from Live Filter to Shuffle Filter with 2 steps:</p>
<p>1. To disable Live Filter, please <strong>uncheck</strong> the &#8220;Show as filters to visitors&#8221; checkbox under Filter Settings &gt;&gt; Advance &gt;&gt; Filter by Taxonomy<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-1661 size-full" src="https://contentviewspro.com/documentation/wp-content/uploads/2017/06/Content-Views-Pro-enable-live-filter-taxonomy1.png" alt="Content Views Pro - enable live filter taxonomy" width="605" height="295" srcset="https://contentviewspro.com/documentation/wp-content/uploads/2017/06/Content-Views-Pro-enable-live-filter-taxonomy1.png 605w, https://contentviewspro.com/documentation/wp-content/uploads/2017/06/Content-Views-Pro-enable-live-filter-taxonomy1-300x146.png 300w" sizes="auto, (max-width: 605px) 100vw, 605px" /></p>
<p>2. To enable Shuffle filter, please <strong>select</strong> the top checkbox in &#8220;Shuffle Filter&#8221; tab<br />
<img loading="lazy" decoding="async" src="https://contentviewspro.com/documentation/wp-content/uploads/2021/05/shuffle-filter-new.png" alt="" width="571" height="170" class="alignnone size-full wp-image-1234" /></p>
<p>Best regards,</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Live Filter – hide Submit, Reset button</title>
		<link>https://contentviewspro.com/documentation/article/live-filter-hide-the-submit-reset-button/</link>
		
		<dc:creator><![CDATA[admin1]]></dc:creator>
		<pubDate>Tue, 12 Feb 2019 07:12:08 +0000</pubDate>
				<guid isPermaLink="false">https://docs.contentviewspro.com/?p=3535</guid>

					<description><![CDATA[To hide the Submit button, please use this CSS: .cvp-live-submit { display: none !important; } To hide the Reset button, please use this CSS: .cvp-live-reset { display: none !important; } You can add above code to Custom CSS field (the left textarea) in Content Views >> Settings page. Best regards,]]></description>
										<content:encoded><![CDATA[<p>To hide the Submit button, please use this CSS:</p>
<pre style="font-size:13px">
.cvp-live-submit {
    display: none !important;
}
</pre>
<p>To hide the Reset button, please use this CSS:</p>
<pre style="font-size:13px">
.cvp-live-reset {
    display: none !important;
}
</pre>
<p>You can add above code to <strong>Custom CSS</strong> field (the left textarea) in <a href="https://contentviewspro.com/documentation/wp-content/uploads/2018/03/Content-Views-_-Settings.png">Content Views >> Settings</a> page.</p>
<p>Best regards,</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Live Filter &#8211; disable loading results on changing filter option, only loading on click &#8220;Submit&#8221; button</title>
		<link>https://contentviewspro.com/documentation/article/live-filter-disable-loading-results-on-changing-filter-option-only-loading-on-click-submit-button/</link>
		
		<dc:creator><![CDATA[admin1]]></dc:creator>
		<pubDate>Thu, 03 Jan 2019 03:55:05 +0000</pubDate>
				<guid isPermaLink="false">https://docs.contentviewspro.com/?p=3523</guid>

					<description><![CDATA[Live Filter helps you to show taxonomies, custom fields&#8230; as filter options, which allows your visitors to filter content in their way. By default, the results are loaded on changing a filter option (select an option from dropdown, select a checkbox, select an option&#8230;) To disable that behavior, and only loading results on click the &#8230;<p class="read-more"> <a class="" href="https://contentviewspro.com/documentation/article/live-filter-disable-loading-results-on-changing-filter-option-only-loading-on-click-submit-button/"> <span class="screen-reader-text">Live Filter &#8211; disable loading results on changing filter option, only loading on click &#8220;Submit&#8221; button</span> Read More &#187;</a></p>]]></description>
										<content:encoded><![CDATA[<p>Live Filter helps you to show taxonomies, custom fields&#8230; as filter options, which allows your visitors to filter content in their way.</p>
<p>By default, the results are loaded on changing a filter option (select an option from dropdown, select a checkbox, select an option&#8230;)</p>
<p>To disable that behavior, and only loading results on click the &#8220;Submit&#8221; button, please add this code to <strong>Custom JS</strong> field (the right textarea) in <a href="https://contentviewspro.com/documentation/wp-content/uploads/2018/03/Content-Views-_-Settings.png">Content Views >> Settings</a> page:</p>
<pre style="font-size:13px">
/*Live Filter - disable loading results on changing filter option*/
var cvp_lf_loadonsubmit=function(){$("input, select",".cvp-live-filter").each(function(){$(this).data("nosubmit",!0)})};cvp_lf_loadonsubmit(),$("body").on("pt-cv-pagination-finished",function(){cvp_lf_loadonsubmit()});
</pre>
<hr>
<p>(to show the Submit button, please check <a href="https://contentviewspro.com/documentation/article/live-filter-add-submit-reset-button/" rel="noopener" target="_blank">this document</a>)</p>
<p>Best regards,</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
