<?xml version="1.0" encoding="utf-8"?>
<!-- generator="ThemeXpert" -->
<?xml-stylesheet href="https://www.themexpert.com/media/quixnxt/css/quix-core.css?ver=4.5.4" type="text/css"?>
<rss version="2.0" xmlns:atom="https://www.w3.org/2005/Atom">
	<channel>
		<title>WordPress &amp; Joomla Documentation - ThemeXpert</title>
		<description><![CDATA[ThemeXpert: Joomla's oldest and most trusted template and extension club since 2010 with the best page builder, Quix.]]></description>
		<link>https://www.themexpert.com/docs/joomla-extensions/xcf</link>
		<lastBuildDate>Fri, 09 Aug 2024 15:27:41 +0600</lastBuildDate>
		<generator>ThemeXpert</generator>
		<atom:link rel="self" type="application/rss+xml" href="https://www.themexpert.com/docs/joomla-extensions/xcf?format=feed&amp;type=rss"/>
		<language>en-gb</language>
		<managingEditor>support@themexpert.com (ThemeXpert)</managingEditor>
		<item>
			<title>Layout Override</title>
			<link>https://www.themexpert.com/docs/joomla-extensions/xcf/layout-override</link>
			<guid isPermaLink="true">https://www.themexpert.com/docs/joomla-extensions/xcf/layout-override</guid>
			<description><![CDATA[<p>You can easily change the group field output style with layout override feature. Output now coming as table formate and you can chagne it to any style you want.</p>
<blockquote>
<blockquote>
<blockquote>
<p>This feature is only available on <strong>PRO</strong> version for XCF.</p>
</blockquote>
</blockquote>
</blockquote>
<h3>Create Override</h3>
<p>Go to <code>Extensions &gt; Templates</code> and click on your default template name from <code>Template</code> column.</p>
<p><img class="img-responsive" src="https://www.themexpert.com/images/docs/xcf/layout-override/lo1.png" alt="Layout Override 1" /> On template editing screen click on the <code>Create Overrides</code> tabs and click <code>xcf</code> from <code>Layouts</code> column.</p>
<p><img class="img-responsive" src="https://www.themexpert.com/images/docs/xcf/layout-override/lo2.png" alt="Layout Override 1" /></p>
<h3>Edit Override File</h3>
<p>Now go back to editor tab and you will see a folder name <code>xcf</code> under <code>html &gt; layouts &gt; joomla</code>. Open <code>group.php</code> file.</p>
<p><img class="img-responsive" src="https://www.themexpert.com/images/docs/xcf/layout-override/lo3.png" alt="Override created" /></p>
<p>Now open the file and edit the code the way you want to output the fields.</p>]]></description>
			<author>parvez@themexpert.com (Parvez Akther)</author>
			<category>Xpert Custom Fields</category>
			<pubDate>Thu, 02 Jun 2016 09:58:12 +0600</pubDate>
		</item>
		<item>
			<title>Fields</title>
			<link>https://www.themexpert.com/docs/joomla-extensions/xcf/fields</link>
			<guid isPermaLink="true">https://www.themexpert.com/docs/joomla-extensions/xcf/fields</guid>
			<description><![CDATA[<p><strong>Fields</strong> are the fundamental elements of Xpert Custom Fields. Here you can create and manage a variety of custom fields.</p>
<p><img src="https://www.themexpert.com/images/docs/xcf/fields/fields1.png" alt="Fields List" class="img-responsive" />
The Fields page gives you quick editorial access to your fields. This is where you can access a field's editor, delete fields, create new fields, and additional information of fields at a glance.</p>
<h3>Adding New Fields</h3>
<p>Buttons line on the top of the Fields administrative panel. New buttons initiate the creation of new fields.</p>
<h3>Field</h3>
<p><img src="https://www.themexpert.com/images/docs/xcf/fields/fields2.png" alt="Field" class="img-responsive" /></p>
<table>
<thead>
<tr>
<th>Options</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Label</td>
<td>The field label is visible when entering content but is not used by the API, use capitals and spaces for a human friendly field label.</td>
</tr>
<tr>
<td>Name</td>
<td>The field name is the computer version which should be lowercase and have no spaces / special characters. This name is used in your templates to retrieve the content / data.</td>
</tr>
<tr>
<td>Group</td>
<td>Goup will help you to organize the fields.</td>
</tr>
<tr>
<td>Type</td>
<td>Type will define what kind of data this field going to handle and output.</td>
</tr>
<tr>
<td>Field Instruction</td>
<td>Provide istruction for this field and it will visible as tooltop.</td>
</tr>
<tr>
<td>Status</td>
<td>Publishing status of this field</td>
</tr>
</tbody>
</table>
<h3>Fields Type</h3>
<p><img src="https://www.themexpert.com/images/docs/xcf/fields/fields3.png" alt="Fields Type" class="img-responsive" /></p>
<table>
<thead>
<tr>
<th>Options</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Text</td>
<td>The Text field creates a simple text input. This field is useful to store single string values.</td>
</tr>
<tr>
<td>Textarea</td>
<td>The Textarea field creates a simple textarea. This field is useful to store simple paragraphs of text to use in your theme.</td>
</tr>
<tr>
<td>Image</td>
<td>The Image field allows an image to be uploaded and selected. This field makes us of the native Joomla! media popup to handle the upload and selection process.</td>
</tr>
<tr>
<td>Editor</td>
<td>The Editor field loads default editor from <strong>Global Configuration</strong></td>
</tr>
<tr>
<td>Email</td>
<td>The Email field is a text field of HTML5 with email validation.</td>
</tr>
<tr>
<td>Url</td>
<td>The Url field is a text field of HTML5 with URL validation</td>
</tr>
<tr>
<td>Spacer</td>
<td>The Spacer field is for simple spacing between fields.</td>
</tr>
</tbody>
</table>
<blockquote>
<blockquote>
<p>These fields are available on both <strong>free</strong> and <strong>pro</strong> version. We are working on more fields that going to available on <strong>pro</strong> version only. </p>
</blockquote>
</blockquote>]]></description>
			<author>parvez@themexpert.com (Parvez Akther)</author>
			<category>Xpert Custom Fields</category>
			<pubDate>Thu, 02 Jun 2016 09:53:48 +0600</pubDate>
		</item>
		<item>
			<title>Groups</title>
			<link>https://www.themexpert.com/docs/joomla-extensions/xcf/groups</link>
			<guid isPermaLink="true">https://www.themexpert.com/docs/joomla-extensions/xcf/groups</guid>
			<description><![CDATA[<p>XCF uses field groups to attach fields to any component and pages. You must have to create a group before you create your feild. </p>
<p><img src="https://www.themexpert.com/images/docs/xcf/groups/groups1.png" alt="Groups List" class="img-responsive" /></p>
<p>The Groups page gives you quick editorial access to your groups page. This is where you can access a group's editor, delete groups, create new groups, and additional information of groups at a glance.</p>
<h3>Adding New Groups</h3>
<p><img src="https://www.themexpert.com/images/docs/xcf/groups/groups3.png" alt="New Group" class="img-responsive" /></p>
<p>Buttons line on the top of the Groups administrative panel. <strong>New</strong> buttons initiate the creation of new groups for your fields.</p>
<h3>Add Group</h3>
<p><img src="https://www.themexpert.com/images/docs/xcf/groups/groups2.png" alt="Add Group" class="img-responsive" /></p>
<p>Below, we break down the options available when you click <strong>New</strong> button.</p>
<table>
<thead>
<tr>
<th>Options</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Name</td>
<td>This is where you enter the title of the group you are creating.</td>
</tr>
<tr>
<td>Applied on</td>
<td>You can select the component where the group fields will applicable for.</td>
</tr>
<tr>
<td>Select Category</td>
<td>You can select a category where the group of fields will applicable for or make it available for all categories.</td>
</tr>
<tr>
<td>Description</td>
<td>Give your group a description.</td>
</tr>
<tr>
<td>Display on</td>
<td>Select where the group fields data visible on front end. You can select none if you want to show data manually using shortcode plugin or from code</td>
</tr>
<tr>
<td>Status</td>
<td>You can publish the group immedietly or save as draft by selecting Unpublished option.</td>
</tr>
</tbody>
</table>
<p>Once you have filled out this information, selecting Save will save the data keep you on the editing page. You can press <strong>Save and Close</strong> button to save and exit the page.</p>
<h3>Groups List</h3>
<p><img src="https://www.themexpert.com/images/docs/xcf/groups/groups1.png" alt="Groups List" class="img-responsive" /></p>
<p>Groups list page gives you a quick overview of available of groups, component they bind and display event data.</p>
<p><strong>Shortcode</strong> is a very handy feature allow you to display group field output on respective compoennt view.</p>
<blockquote>
<blockquote>
<blockquote>
<p>Shortcode support and editor plugin feature is available on Pro version only.</p>
</blockquote>
</blockquote>
</blockquote>]]></description>
			<author>parvez@themexpert.com (Parvez Akther)</author>
			<category>Xpert Custom Fields</category>
			<pubDate>Thu, 02 Jun 2016 09:51:33 +0600</pubDate>
		</item>
		<item>
			<title>Getting Started</title>
			<link>https://www.themexpert.com/docs/joomla-extensions/xcf/getting-started</link>
			<guid isPermaLink="true">https://www.themexpert.com/docs/joomla-extensions/xcf/getting-started</guid>
			<description><![CDATA[<p>In this tutorial we'll walk you through the <strong>Xpert Custom Fields(XCF)</strong> and will make Joomla a true CCK(Content Creation Kit) with our custom field data.</p>
<h3>Step 1 - Setup</h3>
<p>Download approprite XCF version from our <a href="https://www.themexpert.com/joomla-extensions">Joomla Extensions</a> page. Install it as regular Joomla Extension using <strong>Joomla Installer</strong>
.</p>
<blockquote>
<blockquote>
<p>Free version has almost all features except the <strong>group rules</strong> and <strong>shortcode</strong> functionality.</p>
</blockquote>
</blockquote>
<h3>Step 2 - Add Groups</h3>
<p>Every fields should be member of any group so we'll create a group first. <a href="https://www.themexpert.com/docs/joomla-extensions/xcf/groups">Groups page</a> has every details about creating and group.</p>
<h3>Step 3 - Add Fields</h3>
<p>Now create some fields and assign them to your newly created group. Clicking <strong>Save &amp; New</strong> will save your time when you create multiple fields at a time. <a href="https://www.themexpert.com/docs/joomla-extensions/xcf/fields">Fields page</a> has every details about fields and type.</p>
<h3>Step 4 - Create/Open Joomla Article</h3>
<p><img src="https://www.themexpert.com/images/docs/xcf/getting-started/gs1.png" alt="Step1" class="img-responsive" /></p>
<p>You can create a new artilce or oepn existing article. On article editorial screen you will see a new tab called <strong>Xpert Custom Fields</strong>. </p>
<p><img src="https://www.themexpert.com/images/docs/xcf/getting-started/gs2.png" alt="Step2" class="img-responsive" /></p>
<p>Click the <strong>Xpert Custom Fields</strong> tab and you will see field you have created on <strong>Step 3</strong>.</p>
<p><img src="https://www.themexpert.com/images/docs/xcf/getting-started/gs3.png" alt="Step3" class="img-responsive" /></p>
<p>Fill out the field info and save. According to your group display seetings you will see the output inside your article. Change group dispaly settings and see it yourself.</p>
<p><img src="https://www.themexpert.com/images/docs/xcf/getting-started/gs4.png" alt="Step4" class="img-responsive" /></p>
<h3>Step 5 - Display Fields Data using Shortcode</h3>
<p>Group display option will display all fileds data on selected area. What if, you want to show each field data id different places? Thanks to our <strong>shortcode editor button</strong> plugin.</p>
<p>Now go to group setting page and select <strong>none</strong> on Display option and save.</p>
<p><img src="https://www.themexpert.com/images/docs/xcf/getting-started/gs5.png" alt="Step5" class="img-responsive" /></p>
<p>Open your article and scroll down the editor. You will see a button called <strong>Custom Fields</strong>. Click that button and you will see all fields there.</p>
<p><img src="https://www.themexpert.com/images/docs/xcf/getting-started/gs6.png" alt="Step 52" class="img-responsive" /></p>
<p>I did a basic styling inside the editor and place the shortcode on the place I want. Here is the screenshot :</p>
<p><img src="https://www.themexpert.com/images/docs/xcf/getting-started/gs7.png" alt="Step 53" class="img-responsive" /></p>
<p>And here is the output </p>
<p><img src="https://www.themexpert.com/images/docs/xcf/getting-started/gs8.png" alt="Step 54" class="img-responsive" /></p>
<p>With <strong>Xpert Custom Fields</strong> possibilites are unlimited. You can enhacne any Joomla compoentn with true CCK functionality.</p>]]></description>
			<author>parvez@themexpert.com (Parvez Akther)</author>
			<category>Xpert Custom Fields</category>
			<pubDate>Thu, 02 Jun 2016 09:49:32 +0600</pubDate>
		</item>
		<item>
			<title>Introduction</title>
			<link>https://www.themexpert.com/docs/joomla-extensions/xcf/introduction</link>
			<guid isPermaLink="true">https://www.themexpert.com/docs/joomla-extensions/xcf/introduction</guid>
			<description><![CDATA[<p>The <strong>Xpert Custom Fields</strong> componet allows you to add unlimited number of fileds to any Joomla component. Comes built-in with shortcode plugin to output custom fields date anywhere you want.</p>
<h2>Features</h2>
<ul>
<li>Fields grouping</li>
<li>Group Rules</li>
<li>Shortcode support</li>
<li>Simple &amp; Intuitive</li>
<li>Fields Rules</li>
</ul>
<h2>Installation</h2>
<p>Download <strong>Xpert Custom Fields</strong> or <strong>Xpert Custom Fields Pro</strong> from our <a href="https://www.themexpert.com/joomla-extensions">Joomla Extensions</a> page. </p>
<p>Installation <strong>XCF</strong> is like installing any other extension in Joomla. From <strong>Extensions &gt; Manage &gt; Upload Package File</strong> select your downloaded file and press Install.</p>
<h2>Update</h2>
<p>You will see update notificaiton of each release on your Joomla admin. Click the link and proceed the update. Pro version required license key to authinticate and download. Your license key is avaiable on your <a href="https://www.themexpert.com/dashboard">member dashboard</a>.</p>
<h2>Standard Free &amp; Paid Pro Versions</h2>
<p>The standard free version, is very powerful, and has functionality support most of your cases.</p>
<p>Pro version is feature-rich that will include enhanced functionality, as well as some additional nice-to-have capabilities. Such, shortcode plugin, group rules, more componet support etc.</p>]]></description>
			<author>parvez@themexpert.com (Parvez Akther)</author>
			<category>Xpert Custom Fields</category>
			<pubDate>Thu, 02 Jun 2016 09:43:27 +0600</pubDate>
		</item>
	</channel>
</rss>
