<?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>Customization &#8211; Content Views Pro</title>
	<atom:link href="https://contentviewspro.com/documentation/cats/customization/feed/" rel="self" type="application/rss+xml" />
	<link>https://contentviewspro.com/documentation</link>
	<description>Most Popular Filter &#38; Grid Plugin For WordPress</description>
	<lastBuildDate>Fri, 29 Dec 2023 08:28:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Thumbnail Style</title>
		<link>https://contentviewspro.com/documentation/article/thumbnail-style/</link>
		
		<dc:creator><![CDATA[admin1]]></dc:creator>
		<pubDate>Tue, 23 Jun 2020 03:02:19 +0000</pubDate>
				<guid isPermaLink="false">https://docs.contentviewspro.com/?p=4006</guid>

					<description><![CDATA[With Content Views Pro, you can show thumbnails in different styles: Round edge, Border, Circle, Shadow, Default (None). These styles are available under: Display Settings > Fields Settings > Thumbnail > Style: Best regards,]]></description>
										<content:encoded><![CDATA[<p>With Content Views Pro, you can show thumbnails in different styles: Round edge, Border, Circle, Shadow, Default (None).<br />
These styles are available under: Display Settings > Fields Settings > Thumbnail > Style:</p>
<p><img fetchpriority="high" decoding="async" src="https://contentviewspro.com/documentation/wp-content/uploads/2020/06/thumbnail-style.png" alt=" thumbnail-style" width="590" height="447" class="alignnone size-full wp-image-4007" srcset="https://contentviewspro.com/documentation/wp-content/uploads/2020/06/thumbnail-style.png 590w, https://contentviewspro.com/documentation/wp-content/uploads/2020/06/thumbnail-style-300x227.png 300w" sizes="(max-width: 590px) 100vw, 590px" /></p>
<p>Best regards,</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Prevent changing URL with Ajax pagination</title>
		<link>https://contentviewspro.com/documentation/article/prevent-changing-url-with-ajax-pagination/</link>
		
		<dc:creator><![CDATA[admin1]]></dc:creator>
		<pubDate>Wed, 15 Apr 2020 03:39:55 +0000</pubDate>
				<guid isPermaLink="false">https://docs.contentviewspro.com/?p=3868</guid>

					<description><![CDATA[Updating URL when changing Ajax page is a part of recommended checklists by Google to improve SEO for Ajax pagination (numeric pagination, load more, infinite scroll). That helps content in other pages are indexed. For any reason you don&#8217;t want that, to prevent URL from changing: With Content Views Pro: Please add this code to &#8230;<p class="read-more"> <a class="" href="https://contentviewspro.com/documentation/article/prevent-changing-url-with-ajax-pagination/"> <span class="screen-reader-text">Prevent changing URL with Ajax pagination</span> Read More &#187;</a></p>]]></description>
										<content:encoded><![CDATA[<p>Updating URL when changing Ajax page is a part of recommended checklists by Google to improve SEO for Ajax pagination (numeric pagination, load more, infinite scroll). That helps content in other pages are indexed.</p>
<p>For any reason you don&#8217;t want that, to prevent URL from changing:</p>
<ul>
<li>With Content Views Pro:<br />
Please add this code to <strong>Custom JS</strong> field (the right textarea) in Content Views >> Settings page:</p>
<pre style="font-size:13px">
window.cv_pagination_no_update_url = true;
</pre>
</li>
<li>With Content Views free:<br />
Please check this document (<a href="https://contentviewspro.com/documentation/article/add-custom-javascript-content-views-free-version/" target="_blank" rel="noopener noreferrer">click here</a>) to add above script to your site.</li>
</ul>
<p>Best regards,</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Show bullet list with Grid layout</title>
		<link>https://contentviewspro.com/documentation/article/show-bullet-list-with-grid-layout/</link>
		
		<dc:creator><![CDATA[admin1]]></dc:creator>
		<pubDate>Fri, 06 Mar 2020 03:37:57 +0000</pubDate>
				<guid isPermaLink="false">https://docs.contentviewspro.com/?p=3854</guid>

					<description><![CDATA[To show bullet list with Grid layout, please use this CSS: #pt-cv-view-VIEW_ID .pt-cv-title a { list-style-type: disc; margin-left: 25px !important; display: list-item; } (replace VIEW_ID with ID of your View) With Content Views Pro, please add above code to Custom CSS field in Content Views >> Settings page. With Content Views Free, please add above &#8230;<p class="read-more"> <a class="" href="https://contentviewspro.com/documentation/article/show-bullet-list-with-grid-layout/"> <span class="screen-reader-text">Show bullet list with Grid layout</span> Read More &#187;</a></p>]]></description>
										<content:encoded><![CDATA[<p>To show bullet list with Grid layout, please use this CSS:</p>
<pre style="font-size:13px">
#pt-cv-view-VIEW_ID .pt-cv-title a {
    list-style-type: disc;
    margin-left: 25px !important;
    display: list-item;
}
</pre>
<p>(replace <strong>VIEW_ID</strong> with <a href="https://contentviewspro.com/documentation/article/what-is-id-of-a-view/">ID of your View</a>)</p>
<p>With Content Views Pro, please add above code to <strong>Custom CSS</strong> field in Content Views >> Settings page.<br />
With Content Views Free, please add above code to file style.css of your active theme.</p>
<p>Best regards,</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Pagination &#8211; hide the First, Last button in the Ajax numbered pagination</title>
		<link>https://contentviewspro.com/documentation/article/pagination-hide-the-first-last-button-in-the-ajax-numbered-pagination/</link>
		
		<dc:creator><![CDATA[admin1]]></dc:creator>
		<pubDate>Thu, 05 Mar 2020 03:29:28 +0000</pubDate>
				<guid isPermaLink="false">https://docs.contentviewspro.com/?p=3847</guid>

					<description><![CDATA[To hide the first and last buttons (&#8810; &#8811;) in the Ajax numbered pagination, please add this code to Custom CSS field (the left textarea) in Content Views >> Settings page: .cv-pageitem-first, .cv-pageitem-last {display: none !important;} (If you are using the Free version, you might add above CSS to the file style.css of the theme) &#8230;<p class="read-more"> <a class="" href="https://contentviewspro.com/documentation/article/pagination-hide-the-first-last-button-in-the-ajax-numbered-pagination/"> <span class="screen-reader-text">Pagination &#8211; hide the First, Last button in the Ajax numbered pagination</span> Read More &#187;</a></p>]]></description>
										<content:encoded><![CDATA[<p>To hide the first and last buttons (&#8810; &#8811;) in the Ajax numbered pagination, 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">
.cv-pageitem-first, .cv-pageitem-last {display: none !important;}
</pre>
<p>(If you are using the Free version, you might add above CSS to the file style.css of the theme)</p>
<p>Best regards,</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Disable scroll to top on click Ajax pagination pages</title>
		<link>https://contentviewspro.com/documentation/article/how-to-disable-scroll-to-top-on-click-ajax-pages/</link>
		
		<dc:creator><![CDATA[admin1]]></dc:creator>
		<pubDate>Wed, 04 Mar 2020 03:43:24 +0000</pubDate>
				<guid isPermaLink="false">https://docs.contentviewspro.com/?p=3842</guid>

					<description><![CDATA[If you are using Pro version, please add this code to Custom JS field (the right textarea) in Content Views >> Settings page: /* Disable scroll to top on changing ajax page */ window.cvp_pagination_no_scroll = true; If you are using Free version, please add above code in this way (click here). Best regards,]]></description>
										<content:encoded><![CDATA[<p>If you are using Pro version, 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">
/* Disable scroll to top on changing ajax page */
window.cvp_pagination_no_scroll = true;
</pre>
<p>If you are using Free version, please add above code in this way (<a href="https://contentviewspro.com/documentation/article/add-custom-javascript-content-views-free-version/" rel="noopener noreferrer" target="_blank">click here</a>).</p>
<p>Best regards,</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Change Opacity of Background color</title>
		<link>https://contentviewspro.com/documentation/article/how-to-change-opacity-of-background-color/</link>
		
		<dc:creator><![CDATA[CVP]]></dc:creator>
		<pubDate>Thu, 06 Feb 2020 03:44:37 +0000</pubDate>
				<guid isPermaLink="false">https://docs.contentviewspro.com/?p=3818</guid>

					<description><![CDATA[To change the opacity of background color of any elements on the Style Settings tab, please follow steps: click the &#8220;Background Color&#8221; button of the element then slide the second vertical bar on the pop up box Best regards,]]></description>
										<content:encoded><![CDATA[<p>To change the opacity of background color of any elements on the Style Settings tab,<br />
please follow steps:</p>
<ul>
<li>click the &#8220;Background Color&#8221; button of the element</li>
<li>then slide the second vertical bar on the pop up box</li>
</ul>
<img decoding="async" src="https://contentviewspro.com/documentation/wp-content/uploads/2020/02/change-opacity-of-background-color.png" alt="" width="254" height="314" class="size-full wp-image-3819" srcset="https://contentviewspro.com/documentation/wp-content/uploads/2020/02/change-opacity-of-background-color.png 254w, https://contentviewspro.com/documentation/wp-content/uploads/2020/02/change-opacity-of-background-color-243x300.png 243w" sizes="(max-width: 254px) 100vw, 254px" />
<p>Best regards,</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Glossary layout &#8211; hide all posts at beginning, show on click A-Z letters</title>
		<link>https://contentviewspro.com/documentation/article/glossary-list-hide-all-posts-at-beginning-show-on-click-a-to-z-letters/</link>
		
		<dc:creator><![CDATA[admin1]]></dc:creator>
		<pubDate>Fri, 06 Sep 2019 01:29:06 +0000</pubDate>
				<guid isPermaLink="false">https://docs.contentviewspro.com/?p=3729</guid>

					<description><![CDATA[By default, the Glossary list show the A to Z letters, and the posts grid under the letters. To hide the posts grid at beginning, and show on click a letter, please add this code to Custom JS field (the right textarea) in Content Views >> Settings page: /* Glossary list - hide all posts &#8230;<p class="read-more"> <a class="" href="https://contentviewspro.com/documentation/article/glossary-list-hide-all-posts-at-beginning-show-on-click-a-to-z-letters/"> <span class="screen-reader-text">Glossary layout &#8211; hide all posts at beginning, show on click A-Z letters</span> Read More &#187;</a></p>]]></description>
										<content:encoded><![CDATA[<p>By default, the Glossary list show the A to Z letters, and the posts grid under the letters.<br />
To hide the posts grid at beginning, and show on click a letter, 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">
/* Glossary list - hide all posts at beginning, show on click A to Z letters */
setTimeout(function(){
var $view = $('#pt-cv-view-VIEW_ID');
$view.hide(); $('.pt-cv-gls-menu a').on('click',function(){$view.show()});
},1000);
</pre>
<p>(please replace <strong>VIEW_ID</strong> with <a href="https://contentviewspro.com/documentation/article/what-is-id-of-a-view/">ID of your View</a>)</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>Glossary layout supports pagination</title>
		<link>https://contentviewspro.com/documentation/article/glossary-layout-supports-pagination/</link>
		
		<dc:creator><![CDATA[admin1]]></dc:creator>
		<pubDate>Wed, 17 Apr 2019 04:55:22 +0000</pubDate>
				<guid isPermaLink="false">https://docs.contentviewspro.com/?p=3580</guid>

					<description><![CDATA[The default Glossary layout doesn&#8217;t support pagination, that is ineffective when there are a lot of posts in your site. To show a glossary look-alike list, click each index will show relative posts, and support pagination, please follow instructions below: Step 1: add a custom field to every existing and upcoming posts, to store the &#8230;<p class="read-more"> <a class="" href="https://contentviewspro.com/documentation/article/glossary-layout-supports-pagination/"> <span class="screen-reader-text">Glossary layout supports pagination</span> Read More &#187;</a></p>]]></description>
										<content:encoded><![CDATA[<p>The default Glossary layout doesn&#8217;t support pagination, that is ineffective when there are a lot of posts in your site.<br />
To show a <ins>glossary look-alike</ins> list, click each index will show relative posts, and support pagination, please follow instructions below:</p>
<ul>
<li>Step 1: add a custom field to every existing and upcoming posts, to store the glossary index.
<p>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 - add custom field glossary heading for each post
add_action( 'admin_head', 'cvp_theme_add_ctf_glossary_to_exising_posts' );
function cvp_theme_add_ctf_glossary_to_exising_posts() {
    if ( !get_option( 'cvp_theme_add_ctf_glossary_index' ) ) {
        global $wpdb;
        $wpdb->query( "INSERT INTO {$wpdb->postmeta} (post_id,meta_key,meta_value)
  SELECT ID, 'cvp_glossary_filter', LEFT(post_title,1)
  FROM {$wpdb->posts} WHERE {$wpdb->posts}.post_type = <code style=" color: red; ">'post'</code> AND {$wpdb->posts}.post_status = 'publish'" );
        
        add_option( 'cvp_theme_add_ctf_glossary_index', 1, '', 'no' );
    }
}

add_action( 'save_post', 'cvp_theme_add_ctf_glossary_to_new_posts' );
function cvp_theme_add_ctf_glossary_to_new_posts( $post_id ) {
    if ( wp_is_post_revision( $post_id ) )
        return;

    $post_title = get_the_title( $post_id );
    update_post_meta( $post_id, 'cvp_glossary_filter', mb_substr( $post_title, 0, 1 ) );
}
// End code
</pre>
<h2>Notice:</h2>
<p>Above code works for the Post type.<br />
To use for Page type, please replace <code>'post'</code> in above code by <code>'page'</code>.<br />
To use for Custom Post type, please replace <code>'post'</code> in above code by <strong>Post Type Key</strong>, for example: <code>'product'</code> or <code>'event'</code> depends on your post type.</p>
</li>
<li>Step 2: Create a new View to show the glossary indexes, and allow visitors to filter posts by indexes.<br />
In Admin area, click Content Views > Add New menu item.</p>
<p>In <strong>Filter Settings</strong> tab of the View:</p>
<ul style="margin-left:50px">
<li>select <code>Custom Fields</code> in Advance group, then click <code>Add New</code> button. A new field will be added.</li>
<li>select <code>cvp_glossary_filter</code> for the &#8220;Field Key&#8221;</li>
<li>select the checkbox: <code>Show as filters to visitors</code></li>
<li>select the <code>Button</code> option for the Type dropdown
<p><img loading="lazy" decoding="async" src="https://contentviewspro.com/documentation/wp-content/uploads/2019/04/Content-Views-Pro-glossary-lookalike.png" alt="" width="788" height="410" class="alignnone size-full wp-image-3669" srcset="https://contentviewspro.com/documentation/wp-content/uploads/2019/04/Content-Views-Pro-glossary-lookalike.png 788w, https://contentviewspro.com/documentation/wp-content/uploads/2019/04/Content-Views-Pro-glossary-lookalike-300x156.png 300w, https://contentviewspro.com/documentation/wp-content/uploads/2019/04/Content-Views-Pro-glossary-lookalike-768x400.png 768w" sizes="auto, (max-width: 788px) 100vw, 788px" /></p>
</li>
</ul>
<p>In <strong>Display Settings</strong> tab of the View:</p>
<ul style="margin-left:50px">
<li>Select the <strong>Grid</strong> option for Layout. Please do not select the Glossary option, because it doesn&#8217;t support pagination.</li>
<li>Enable pagination</li>
</ul>
</li>
</ul>
<p>Then save the View, and add View shortcode to where you want to display it.</p>
<p>Best regards,</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Change border of Read More button</title>
		<link>https://contentviewspro.com/documentation/article/change-border-width-style-color-of-read-more-button/</link>
		
		<dc:creator><![CDATA[admin1]]></dc:creator>
		<pubDate>Wed, 10 Apr 2019 02:39:27 +0000</pubDate>
				<guid isPermaLink="false">https://docs.contentviewspro.com/?p=3572</guid>

					<description><![CDATA[With Pro version, you can change Border in Style Settings &#62; Read More. With Free version, to change border (width, style, color) of Read More button, please use this CSS: /* Change border of Read More button */ .pt-cv-view .pt-cv-readmore { border-width: 3px !important; border-style: solid !important; border-color: red !important; } .pt-cv-view .pt-cv-readmore:hover { border-width: &#8230;<p class="read-more"> <a class="" href="https://contentviewspro.com/documentation/article/change-border-width-style-color-of-read-more-button/"> <span class="screen-reader-text">Change border of Read More button</span> Read More &#187;</a></p>]]></description>
										<content:encoded><![CDATA[<p>With Pro version, you can change Border in Style Settings &gt; Read More.</p>
<p>With Free version, to change border (width, style, color) of Read More button, please use this CSS:</p>
<pre style="font-size: 13px;">/* Change border of Read More button */
.pt-cv-view .pt-cv-readmore {
    border-width: 3px !important;
    border-style: solid !important;
    border-color: red !important;
}

.pt-cv-view .pt-cv-readmore:hover {
    border-width: 3px !important;
    border-style: solid !important;
    border-color: red !important;
}
</pre>
<p>You can change values of width, style, color as you want.</p>
<p>Best regards,</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
