<?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>collapsible list &#8211; Content Views Pro</title>
	<atom:link href="https://contentviewspro.com/documentation/tags/collapsible-list/feed/" rel="self" type="application/rss+xml" />
	<link>https://contentviewspro.com/documentation</link>
	<description>Most Popular Filter &#38; Grid Plugin For WordPress</description>
	<lastBuildDate>Wed, 27 Dec 2023 10:56:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Collapsible List &#8211; custom style (color, border, etc.)</title>
		<link>https://contentviewspro.com/documentation/article/collapsible-list-custom-style-change-color-remove-border-etc/</link>
		
		<dc:creator><![CDATA[admin1]]></dc:creator>
		<pubDate>Mon, 23 Oct 2017 09:56:52 +0000</pubDate>
				<guid isPermaLink="false">http://docs.contentviewspro.com/?p=2464</guid>

					<description><![CDATA[Change color of the + &#8211; icon .pt-cv-collapsible .panel-heading span .glyphicon {color: YOUR_COLOR !important;} Remove the border and box shadow around item .pt-cv-collapsible .panel {border: none !important; box-shadow: none !important;} Remove the border under the Title .pt-cv-collapsible .panel-group .panel-heading+.panel-collapse .panel-body {border-top: none !important;} Change the color of the border under the Title .pt-cv-collapsible .panel-group .panel-heading+.panel-collapse &#8230;<p class="read-more"> <a class="" href="https://contentviewspro.com/documentation/article/collapsible-list-custom-style-change-color-remove-border-etc/"> <span class="screen-reader-text">Collapsible List &#8211; custom style (color, border, etc.)</span> Read More &#187;</a></p>]]></description>
										<content:encoded><![CDATA[<h2>Change color of the + &#8211; icon</h2>
<pre style="font-size:13px">
.pt-cv-collapsible .panel-heading span .glyphicon {color: YOUR_COLOR !important;}
</pre>
<h2>Remove the border and box shadow around item</h2>
<pre style="font-size:13px">
.pt-cv-collapsible .panel {border: none !important; box-shadow: none !important;}
</pre>
<h2>Remove the border under the Title</h2>
<pre style="font-size:13px">
.pt-cv-collapsible .panel-group .panel-heading+.panel-collapse .panel-body {border-top: none !important;}
</pre>
<h2>Change the color of the border under the Title</h2>
<pre style="font-size:13px">
.pt-cv-collapsible .panel-group .panel-heading+.panel-collapse .panel-body {border-top: 1px solid YOUR_COLOR !important;}
</pre>
<h2>Rounded corners</h2>
<pre style="font-size:13px">
.pt-cv-collapsible .panel {border-radius:5px !important}
</pre>
<p>Best regards,</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Collapsible List &#8211; prevent hiding opened items on click an item</title>
		<link>https://contentviewspro.com/documentation/article/collapsible-list-prevent-hiding-opened-items-click-item/</link>
		
		<dc:creator><![CDATA[admin1]]></dc:creator>
		<pubDate>Mon, 21 Aug 2017 11:25:06 +0000</pubDate>
				<guid isPermaLink="false">http://docs.contentviewspro.com/?p=1934</guid>

					<description><![CDATA[With Content Views, you can show posts in collapsible list. By default, opened item will be closed on click any another item. To change that behavior (keep opened item remain opening), please use this custom script: /* Collapsible List - prevent hiding other opened items on click an item */ window.cv_collapse_ignore_others = 1; If you &#8230;<p class="read-more"> <a class="" href="https://contentviewspro.com/documentation/article/collapsible-list-prevent-hiding-opened-items-click-item/"> <span class="screen-reader-text">Collapsible List &#8211; prevent hiding opened items on click an item</span> Read More &#187;</a></p>]]></description>
										<content:encoded><![CDATA[<p>With Content Views, you can show posts in collapsible list.<br />
By default, opened item will be closed on click any another item. To change that behavior (keep opened item remain opening), please use this custom script:</p>
<pre style="font-size: 13px;">/* Collapsible List - prevent hiding other opened items on click an item */
window.cv_collapse_ignore_others = 1;
</pre>
<p>If you are using Content Views Free, please add above code with this instruction (<a href="http://contentviewspro.com/documentation/article/add-custom-javascript-content-views-free-version/" target="_blank" rel="noopener noreferrer">click here</a>).</p>
<p>Best regards,</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Collapsible List – change color of +/- icon</title>
		<link>https://contentviewspro.com/documentation/article/change-color-plusminus-icon-collapsible-list/</link>
		
		<dc:creator><![CDATA[admin1]]></dc:creator>
		<pubDate>Fri, 06 Jan 2017 15:56:01 +0000</pubDate>
				<guid isPermaLink="false">http://docs.contentviewspro.com/?p=1137</guid>

					<description><![CDATA[Please add this code to Custom CSS field in Content Views >> Settings page: .pt-cv-collapsible .panel-heading span .glyphicon {color: YOUR_COLOR !important;} Best regards,]]></description>
										<content:encoded><![CDATA[<p>Please add this code to <strong>Custom CSS</strong> field in Content Views >> Settings page:</p>
<pre style="font-size:13px">
.pt-cv-collapsible .panel-heading span .glyphicon {color: YOUR_COLOR !important;}
</pre>
<p>Best regards,</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Collapsible List – open all items on page load</title>
		<link>https://contentviewspro.com/documentation/article/collapsible-list-open-all-items-on-page-load/</link>
		
		<dc:creator><![CDATA[admin1]]></dc:creator>
		<pubDate>Tue, 12 Jul 2016 08:28:38 +0000</pubDate>
				<guid isPermaLink="false">http://docs.contentviewspro.com/?p=870</guid>

					<description><![CDATA[With Content Views Pro 4.3 and higher, you can enable this feature per each View with the Open all items checkbox in Display Settings >> Layout. Otherwise, please add this code to file functions.php of your active theme: // Content Views - Collapsible list - open all items on page load add_filter( 'pt_cv_collapsible_open_all', '__return_true' );]]></description>
										<content:encoded><![CDATA[<p>With Content Views Pro 4.3 and higher, you can enable this feature per each View with the <strong>Open all items</strong> checkbox in <strong>Display Settings >> Layout</strong>.</p>
<p>Otherwise, please add this code to file functions.php of your active theme:</p>
<pre style="font-size:13px">
// Content Views - Collapsible list - open all items on page load
add_filter( 'pt_cv_collapsible_open_all', '__return_true' );
</pre>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Collapsible List – uncheck &#8220;Open first item by default&#8221; in all future created Views</title>
		<link>https://contentviewspro.com/documentation/article/collapsible-list-uncheck-open-first-item-by-default-in-all-future-created-views/</link>
		
		<dc:creator><![CDATA[admin1]]></dc:creator>
		<pubDate>Tue, 12 Jul 2016 05:29:24 +0000</pubDate>
				<guid isPermaLink="false">http://docs.contentviewspro.com/?p=857</guid>

					<description><![CDATA[To disable &#8220;Open first item by default&#8221; in all future created Views, please add this code to file functions.php of your active theme: // Content Views Pro - Disable "Open first item by default" in all future created Views add_filter( 'pt_cv_view_type_settings_collapsible_184', 'cvp_theme_collapsible_uncheck_open_first_item', 100, 1 ); function cvp_theme_collapsible_uncheck_open_first_item( $args ) { $args[0]['params'][0]['std'] = ''; return $args; &#8230;<p class="read-more"> <a class="" href="https://contentviewspro.com/documentation/article/collapsible-list-uncheck-open-first-item-by-default-in-all-future-created-views/"> <span class="screen-reader-text">Collapsible List – uncheck &#8220;Open first item by default&#8221; in all future created Views</span> Read More &#187;</a></p>]]></description>
										<content:encoded><![CDATA[<p>To disable &#8220;Open first item by default&#8221; in all future created Views, please add this code to file functions.php of your active theme:</p>
<pre style="font-size:13px">
// Content Views Pro - Disable "Open first item by default" in all future created Views
add_filter( 'pt_cv_view_type_settings_collapsible_184', 'cvp_theme_collapsible_uncheck_open_first_item', 100, 1 );
function cvp_theme_collapsible_uncheck_open_first_item( $args ) {
	$args[0]['params'][0]['std'] = '';

	return $args;
}
</pre>
<p>For existing Views, you need to unselect the <code>Open the first item by default</code> checkbox in the Display Settings > Layout.</p>
<p>Best regards,</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Collapsible List – Fix: post doesn&#8217;t expand on click heading</title>
		<link>https://contentviewspro.com/documentation/article/collapsible-list-doesnt-work/</link>
		
		<dc:creator><![CDATA[admin1]]></dc:creator>
		<pubDate>Mon, 14 Dec 2015 04:24:41 +0000</pubDate>
				<guid isPermaLink="false">http://docs.contentviewspro.com/?p=691</guid>

					<description><![CDATA[In Collapsible list, item&#8217;s content will toggle (show/hide) when you click on item&#8217;s heading. If it doesn&#8217;t work like that, it should be conflict with script from another plugin or active theme. Please add this code to Custom JS field in Content Views >> Settings page: /* Fix Collapsible list - can't toggle item */ &#8230;<p class="read-more"> <a class="" href="https://contentviewspro.com/documentation/article/collapsible-list-doesnt-work/"> <span class="screen-reader-text">Collapsible List – Fix: post doesn&#8217;t expand on click heading</span> Read More &#187;</a></p>]]></description>
										<content:encoded><![CDATA[<p>In Collapsible list, item&#8217;s content will toggle (show/hide) when you click on item&#8217;s heading. If it doesn&#8217;t work like that, it should be conflict with script from another plugin or active theme.</p>
<p>Please add this code to <strong>Custom JS</strong> field in Content Views >> Settings page:</p>
<pre style="font-size:13px">
/* Fix Collapsible list - can't toggle item */
setTimeout(function() {
$(".pt-cv-view .panel-title").removeAttr("data-toggle"),$(".pt-cv-view .panel-title").off("click").on("click",function(e){e.preventDefault();var l=$(this).next("span").children("i"),i=$(this).parent().next(".panel-collapse");i.is(":visible")?(i.fadeOut(100),l.removeClass("glyphicon-minus").addClass("glyphicon-plus")):($(this).closest(".pt-cv-collapsible").find(".panel-collapse").fadeOut(100),i.animate({height:"toggle"},300),l.removeClass("glyphicon-plus").addClass("glyphicon-minus")),i.removeClass("collapse")}),$(".pt-cv-view .panel-heading span.panel-collapsed").off("click").on("click",function(e){$(this).parent(".panel-heading").find(".panel-title").trigger("click")});
}, 2000);
</pre>
<p>If you are using Content Views Free, please add above code with this instruction (<a href="http://contentviewspro.com/documentation/article/add-custom-javascript-content-views-free-version/" target="_blank" rel="noopener noreferrer">click here</a>).</p>
<p>Best regards,</p>
<p><!-- old code
$(".pt-cv-view .panel-title").removeAttr("data-toggle"),$(".panel-collapse").removeClass("collapse"),$(".panel-collapse").hide(),$(".pt-cv-view .panel-title").off("click").on("click",function(e){e.preventDefault();var l=$(this).next("span").children("i"),a=$(this).parent().next(".panel-collapse");a.is(":visible")?(a.fadeOut(100),l.removeClass("glyphicon-minus").addClass("glyphicon-plus")):($(this).closest(".pt-cv-collapsible").find(".panel-collapse").fadeOut(100),a.animate({height:"toggle"},300),l.removeClass("glyphicon-plus").addClass("glyphicon-minus"))}),$(".pt-cv-view .panel-heading span.panel-collapsed").off("click").on("click",function(e){$(this).parent(".panel-heading").find(".panel-title").trigger("click")});
--></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
