<?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"?>
<feed xmlns="https://www.w3.org/2005/Atom"  xml:lang="en-gb">
	<title type="text">WordPress &amp; Joomla Documentation - ThemeXpert</title>
	<subtitle type="text">ThemeXpert: Joomla's oldest and most trusted template and extension club since 2010 with the best page builder, Quix.</subtitle>
	<link rel="alternate" type="text/html" href="https://www.themexpert.com"/>
	<id>https://www.themexpert.com/docs/quix-builder</id>
	<updated>2024-08-09T15:07:09+06:00</updated>
	<author>
		<name>ThemeXpert</name>
		<email>support@themexpert.com</email>
	</author>
	<generator>ThemeXpert</generator>
	<link rel="self" type="application/atom+xml" href="https://www.themexpert.com/docs/quix-builder?format=feed&amp;type=atom"/>
	<entry>
		<title>Jmedia Issue: White Window Instead of Image - How to Fix?</title>
		<link rel="alternate" type="text/html" href="https://www.themexpert.com/docs/quix-builder/jmedia-issue-white-window-instead-of-image-how-to-fix"/>
		<published>2023-08-03T14:04:40+06:00</published>
		<updated>2023-08-03T14:04:40+06:00</updated>
		<id>https://www.themexpert.com/docs/quix-builder/jmedia-issue-white-window-instead-of-image-how-to-fix</id>
		<author>
			<name>Md Zannatun Nime</name>
			<email>zannatunnime95@gmail.com</email>
		</author>
		<summary type="html">&lt;p&gt;If you are encountering an issue where attempting to open an image results in a white window displaying &quot;Jmedia,&quot; this guide will walk you through some user-friendly troubleshooting steps to help resolve the problem. Please follow the steps below in order until the issue is resolved.&lt;/p&gt;
</summary>
		<content type="html">&lt;p&gt;If you are encountering an issue where attempting to open an image results in a white window displaying &quot;Jmedia,&quot; this guide will walk you through some user-friendly troubleshooting steps to help resolve the problem. Please follow the steps below in order until the issue is resolved.&lt;/p&gt;
</content>
		<category term="Quix Visual Builder" />
	</entry>
	<entry>
		<title>Speed Issues? Troubleshooting Quix as the Default Platform on Your Website.</title>
		<link rel="alternate" type="text/html" href="https://www.themexpert.com/docs/quix-builder/speed-issues-troubleshooting-quix-as-the-default-platform-on-your-website"/>
		<published>2023-08-03T13:52:19+06:00</published>
		<updated>2023-08-03T13:52:19+06:00</updated>
		<id>https://www.themexpert.com/docs/quix-builder/speed-issues-troubleshooting-quix-as-the-default-platform-on-your-website</id>
		<author>
			<name>Md Zannatun Nime</name>
			<email>zannatunnime95@gmail.com</email>
		</author>
		<summary type="html">&lt;p&gt;If you are experiencing slow website performance after making Quix the default for everything, this guide will help you address and resolve the issue. By clearing your browser cache, server cache, and Quix cache, you can improve your website's speed and eliminate the problem.&lt;/p&gt;
</summary>
		<content type="html">&lt;p&gt;If you are experiencing slow website performance after making Quix the default for everything, this guide will help you address and resolve the issue. By clearing your browser cache, server cache, and Quix cache, you can improve your website's speed and eliminate the problem.&lt;/p&gt;
</content>
		<category term="Quix Visual Builder" />
	</entry>
	<entry>
		<title>Picture Perfect: How to Fix Blurred Background Images</title>
		<link rel="alternate" type="text/html" href="https://www.themexpert.com/docs/quix-builder/picture-perfect-how-to-fix-blurred-background-images"/>
		<published>2023-07-13T11:48:37+06:00</published>
		<updated>2023-07-13T11:48:37+06:00</updated>
		<id>https://www.themexpert.com/docs/quix-builder/picture-perfect-how-to-fix-blurred-background-images</id>
		<author>
			<name>Md Zannatun Nime</name>
			<email>zannatunnime95@gmail.com</email>
		</author>
		<summary type="html">&lt;p&gt;If you are experiencing blurred background images on your webpage and are looking for a solution, this guide will help you troubleshoot and fix the problem. Following the steps below, you can ensure that your background images load correctly and appear sharp and visually appealing.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 1: Checking Opacity Settings:&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Open the page where the blurred background image is occurring.&lt;/li&gt;
&lt;li&gt;Look for the opacity panel, usually located below the color panel or within the CSS properties of the background image element.&lt;/li&gt;
&lt;li&gt;Ensure that the opacity value is set to a higher value than 0. If the opacity is set to 0, the image will appear blurred or transparent. Adjust the opacity to a suitable value, such as 1 (fully opaque), to maintain image quality.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&quot;https://www.themexpert.com/images/image.png&quot; width=&quot;443&quot; height=&quot;512&quot; alt=&quot;image&quot;&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 2: Adding Root URL:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;If adjusting the opacity did not resolve the issue, consider adding the root URL before the image path.&lt;/li&gt;
&lt;li&gt;Locate the CSS or HTML code responsible for setting the background image.&lt;/li&gt;
&lt;li&gt;Check if the image path is relative (e.g., &quot;../images/background.jpg&quot;) or absolute (e.g., &quot;/images/background.jpg&quot;).&lt;/li&gt;
&lt;li&gt;If the image path is relative, prepend the root URL of your website before the image path. For example, if your website's root URL is &quot;&lt;a href=&quot;https://www.example.com&quot;&gt;https://www.example.com&lt;/a&gt;,&quot; change the image path to &quot;/images/background.jpg&quot; to ensure it loads correctly.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&quot;https://www.themexpert.com/images/image_2.png&quot; width=&quot;444&quot; height=&quot;512&quot; alt=&quot;image 2&quot;&gt;&lt;/p&gt;
</summary>
		<content type="html">&lt;p&gt;If you are experiencing blurred background images on your webpage and are looking for a solution, this guide will help you troubleshoot and fix the problem. Following the steps below, you can ensure that your background images load correctly and appear sharp and visually appealing.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 1: Checking Opacity Settings:&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Open the page where the blurred background image is occurring.&lt;/li&gt;
&lt;li&gt;Look for the opacity panel, usually located below the color panel or within the CSS properties of the background image element.&lt;/li&gt;
&lt;li&gt;Ensure that the opacity value is set to a higher value than 0. If the opacity is set to 0, the image will appear blurred or transparent. Adjust the opacity to a suitable value, such as 1 (fully opaque), to maintain image quality.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&quot;https://www.themexpert.com/images/image.png&quot; width=&quot;443&quot; height=&quot;512&quot; alt=&quot;image&quot;&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 2: Adding Root URL:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;If adjusting the opacity did not resolve the issue, consider adding the root URL before the image path.&lt;/li&gt;
&lt;li&gt;Locate the CSS or HTML code responsible for setting the background image.&lt;/li&gt;
&lt;li&gt;Check if the image path is relative (e.g., &quot;../images/background.jpg&quot;) or absolute (e.g., &quot;/images/background.jpg&quot;).&lt;/li&gt;
&lt;li&gt;If the image path is relative, prepend the root URL of your website before the image path. For example, if your website's root URL is &quot;&lt;a href=&quot;https://www.example.com&quot;&gt;https://www.example.com&lt;/a&gt;,&quot; change the image path to &quot;/images/background.jpg&quot; to ensure it loads correctly.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&quot;https://www.themexpert.com/images/image_2.png&quot; width=&quot;444&quot; height=&quot;512&quot; alt=&quot;image 2&quot;&gt;&lt;/p&gt;
</content>
		<category term="Quix Visual Builder" />
	</entry>
	<entry>
		<title>Say Goodbye to Quix Pro Notices: Troubleshooting Tips</title>
		<link rel="alternate" type="text/html" href="https://www.themexpert.com/docs/quix-builder/say-goodbye-to-quix-pro-notices-troubleshooting-tips"/>
		<published>2023-07-13T11:37:23+06:00</published>
		<updated>2023-07-13T11:37:23+06:00</updated>
		<id>https://www.themexpert.com/docs/quix-builder/say-goodbye-to-quix-pro-notices-troubleshooting-tips</id>
		<author>
			<name>Md Zannatun Nime</name>
			<email>zannatunnime95@gmail.com</email>
		</author>
		<summary type="html">&lt;p&gt;If you have recently installed Quix 4 Pro and are encountering a persistent &quot;Get a Quix Pro&quot; notice on your website, this guide will help you resolve the issue. The notice is frequently a result of a cache issue, and by following the instructions below, you can clear the necessary caches to get rid of the notice.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 1: Clearing Browser Cache&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 2: Clearing Joomla Cache&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.themexpert.com/images/cache.png&quot; width=&quot;512&quot; height=&quot;192&quot; alt=&quot;cache&quot;&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 3: Clearing Quix Cache&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.themexpert.com/images/cache_2.png&quot; width=&quot;512&quot; height=&quot;138&quot; alt=&quot;cache 2&quot;&gt;&lt;/p&gt;
</summary>
		<content type="html">&lt;p&gt;If you have recently installed Quix 4 Pro and are encountering a persistent &quot;Get a Quix Pro&quot; notice on your website, this guide will help you resolve the issue. The notice is frequently a result of a cache issue, and by following the instructions below, you can clear the necessary caches to get rid of the notice.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 1: Clearing Browser Cache&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 2: Clearing Joomla Cache&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.themexpert.com/images/cache.png&quot; width=&quot;512&quot; height=&quot;192&quot; alt=&quot;cache&quot;&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 3: Clearing Quix Cache&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.themexpert.com/images/cache_2.png&quot; width=&quot;512&quot; height=&quot;138&quot; alt=&quot;cache 2&quot;&gt;&lt;/p&gt;
</content>
		<category term="Quix Visual Builder" />
	</entry>
	<entry>
		<title>Quix Domain/License Policy</title>
		<link rel="alternate" type="text/html" href="https://www.themexpert.com/docs/quix-builder/quix-domain-license-policy"/>
		<published>2023-07-13T11:30:10+06:00</published>
		<updated>2023-07-13T11:30:10+06:00</updated>
		<id>https://www.themexpert.com/docs/quix-builder/quix-domain-license-policy</id>
		<author>
			<name>Md Zannatun Nime</name>
			<email>zannatunnime95@gmail.com</email>
		</author>
		<summary type="html">&lt;p&gt;The terms and conditions for using Quix Page Builder, a well-known website construction tool, are outlined in its own domain and licensing policy. This policy sets forth the parameters for utilizing Quix Page Builder, including domain usage, required licenses, and permissible activities. To maintain compliance and make the most of this potent website creation tool, it is crucial that you be familiar with the domain and license policies.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;At Quix, we offer a per-site license for our product. Each domain or website where Quix is used must have a valid license. If you plan to use Quix on multiple sites, you will need to purchase a separate license for each site or agency license.&lt;/li&gt;
&lt;li&gt;However, we do allow the use of a single license for sub-domains. If you use Quix on a sub-domain, you can use the same license for development purposes. But before you go live and use Quix on the production site, you must have a valid domain license.&lt;/li&gt;
&lt;li&gt;We understand that sometimes our users may need to change their domain when moving from a sub-domain to a production site. In that case, you can change your domain without purchasing an additional license.&lt;/li&gt;
&lt;li&gt;We take our licensing policy seriously and want to ensure that our users have a fair and reasonable experience when using Quix. If you have any further questions regarding our licensing policy or any other aspect of our product, please do not hesitate to contact our support team.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Thank you for choosing Quix as your go-to product, and we look forward to helping you build amazing websites!&lt;/p&gt;
</summary>
		<content type="html">&lt;p&gt;The terms and conditions for using Quix Page Builder, a well-known website construction tool, are outlined in its own domain and licensing policy. This policy sets forth the parameters for utilizing Quix Page Builder, including domain usage, required licenses, and permissible activities. To maintain compliance and make the most of this potent website creation tool, it is crucial that you be familiar with the domain and license policies.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;At Quix, we offer a per-site license for our product. Each domain or website where Quix is used must have a valid license. If you plan to use Quix on multiple sites, you will need to purchase a separate license for each site or agency license.&lt;/li&gt;
&lt;li&gt;However, we do allow the use of a single license for sub-domains. If you use Quix on a sub-domain, you can use the same license for development purposes. But before you go live and use Quix on the production site, you must have a valid domain license.&lt;/li&gt;
&lt;li&gt;We understand that sometimes our users may need to change their domain when moving from a sub-domain to a production site. In that case, you can change your domain without purchasing an additional license.&lt;/li&gt;
&lt;li&gt;We take our licensing policy seriously and want to ensure that our users have a fair and reasonable experience when using Quix. If you have any further questions regarding our licensing policy or any other aspect of our product, please do not hesitate to contact our support team.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Thank you for choosing Quix as your go-to product, and we look forward to helping you build amazing websites!&lt;/p&gt;
</content>
		<category term="Quix Visual Builder" />
	</entry>
	<entry>
		<title>How to activate Quix 4 License?</title>
		<link rel="alternate" type="text/html" href="https://www.themexpert.com/docs/quix-builder/how-to-activate-quix-4-license"/>
		<published>2023-06-26T15:00:53+06:00</published>
		<updated>2023-06-26T15:00:53+06:00</updated>
		<id>https://www.themexpert.com/docs/quix-builder/how-to-activate-quix-4-license</id>
		<author>
			<name>Md Zannatun Nime</name>
			<email>zannatunnime95@gmail.com</email>
		</author>
		<summary type="html">&lt;p&gt;&lt;img src=&quot;https://www.themexpert.com/images/How_to_activate_Quixs_License.png&quot; /&gt;&lt;/p&gt;&lt;p&gt;To unlock the full potential of Quix and access all its features, you need to activate the license. Here's a step-by-step guide on how to activate the license:&lt;/p&gt;
&lt;p&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Obtain your License Key:&lt;/strong&gt; You need a valid license key to activate Quix. If you have already purchased a license, ensure your license key is ready. If you haven't obtained a license yet, you can purchase one from the ThemeXpert website.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Access the Joomla Administration Panel:&lt;/strong&gt; Log in to your Joomla website's administration panel using your credentials. This is the backend area where you manage the settings and content of your Joomla site.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Go to the Quix Dashboard:&lt;/strong&gt; Once logged in, navigate to the Quix Dashboard. Look for the Quix menu or section within the Joomla administration panel, and click on it to access the Quix Dashboard.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Locate the License Activation Option:&lt;/strong&gt; In the Quix Dashboard, you will find a lock icon or a menu item labeled &quot;Activate License.&quot; Click on this option to proceed with the license activation process.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Enter License Key and ThemeXpert Username:&lt;/strong&gt; In the license activation window, you will be prompted to provide your license key and the username associated with your ThemeXpert account. If you have not yet registered with ThemeXpert, you must create an account before proceeding.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Provide License Information&lt;/strong&gt;: Copy your license key from your purchase confirmation email or from your ThemeXpert account dashboard. Paste the license key into the designated field in the license activation window. Then, enter your ThemeXpert username in the appropriate field.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Activate the License:&lt;/strong&gt; Once you have entered your license key and ThemeXpert username, click on the activate button or a similar option to initiate the license activation process. Quix will now verify your license information and activate the license.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;License Activation Confirmation:&lt;/strong&gt;&amp;nbsp; After completing the activation process, you should receive a confirmation message indicating that your Quix license has been successfully activated. You may also see an updated status or indication in the Quix Dashboard, reflecting the active license.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;img src=&quot;https://www.themexpert.com/images/Annotation_on_2023-06-26_at_14-54-33.png&quot; width=&quot;579&quot; height=&quot;273&quot; alt=&quot;Annotation on 2023 06 26 at 14 54 33&quot;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.themexpert.com/images/Annotation_on_2023-06-26_at_14-55-39.png&quot; alt=&quot;Annotation on 2023 06 26 at 14 55 39&quot; width=&quot;575&quot; height=&quot;274&quot;&gt;&lt;/p&gt;
&lt;p&gt;Congratulations! You have successfully activated the license of Quix. Your license key and ThemeXpert username are now associated with your Quix installation, granting you access to the full range of features and support. Enjoy using Quix to build powerful websites!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</summary>
		<content type="html">&lt;p&gt;&lt;img src=&quot;https://www.themexpert.com/images/How_to_activate_Quixs_License.png&quot; /&gt;&lt;/p&gt;&lt;p&gt;To unlock the full potential of Quix and access all its features, you need to activate the license. Here's a step-by-step guide on how to activate the license:&lt;/p&gt;
&lt;p&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Obtain your License Key:&lt;/strong&gt; You need a valid license key to activate Quix. If you have already purchased a license, ensure your license key is ready. If you haven't obtained a license yet, you can purchase one from the ThemeXpert website.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Access the Joomla Administration Panel:&lt;/strong&gt; Log in to your Joomla website's administration panel using your credentials. This is the backend area where you manage the settings and content of your Joomla site.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Go to the Quix Dashboard:&lt;/strong&gt; Once logged in, navigate to the Quix Dashboard. Look for the Quix menu or section within the Joomla administration panel, and click on it to access the Quix Dashboard.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Locate the License Activation Option:&lt;/strong&gt; In the Quix Dashboard, you will find a lock icon or a menu item labeled &quot;Activate License.&quot; Click on this option to proceed with the license activation process.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Enter License Key and ThemeXpert Username:&lt;/strong&gt; In the license activation window, you will be prompted to provide your license key and the username associated with your ThemeXpert account. If you have not yet registered with ThemeXpert, you must create an account before proceeding.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Provide License Information&lt;/strong&gt;: Copy your license key from your purchase confirmation email or from your ThemeXpert account dashboard. Paste the license key into the designated field in the license activation window. Then, enter your ThemeXpert username in the appropriate field.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Activate the License:&lt;/strong&gt; Once you have entered your license key and ThemeXpert username, click on the activate button or a similar option to initiate the license activation process. Quix will now verify your license information and activate the license.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;License Activation Confirmation:&lt;/strong&gt;&amp;nbsp; After completing the activation process, you should receive a confirmation message indicating that your Quix license has been successfully activated. You may also see an updated status or indication in the Quix Dashboard, reflecting the active license.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;img src=&quot;https://www.themexpert.com/images/Annotation_on_2023-06-26_at_14-54-33.png&quot; width=&quot;579&quot; height=&quot;273&quot; alt=&quot;Annotation on 2023 06 26 at 14 54 33&quot;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.themexpert.com/images/Annotation_on_2023-06-26_at_14-55-39.png&quot; alt=&quot;Annotation on 2023 06 26 at 14 55 39&quot; width=&quot;575&quot; height=&quot;274&quot;&gt;&lt;/p&gt;
&lt;p&gt;Congratulations! You have successfully activated the license of Quix. Your license key and ThemeXpert username are now associated with your Quix installation, granting you access to the full range of features and support. Enjoy using Quix to build powerful websites!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</content>
		<category term="Quix Visual Builder" />
	</entry>
	<entry>
		<title>How to fix if Quix icons not loading on the frontend or builder?</title>
		<link rel="alternate" type="text/html" href="https://www.themexpert.com/docs/quix-builder/how-to-fix-if-quix-icons-not-loading-on-the-frontend-or-builder"/>
		<published>2023-06-26T13:33:45+06:00</published>
		<updated>2023-06-26T13:33:45+06:00</updated>
		<id>https://www.themexpert.com/docs/quix-builder/how-to-fix-if-quix-icons-not-loading-on-the-frontend-or-builder</id>
		<author>
			<name>Md Zannatun Nime</name>
			<email>zannatunnime95@gmail.com</email>
		</author>
		<summary type="html">&lt;p&gt;&lt;img src=&quot;https://www.themexpert.com/images/How_to_fix_Quix_icons_not_loading_on_the_frontend_or_builder.png&quot; /&gt;&lt;/p&gt;&lt;p&gt;If you're experiencing issues with Quix icons not loading on the frontend or builder, there is a simple process you can follow to fix it:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to Quix admin &amp;gt; Options &amp;gt; Clear Icon Cache. This will clear the cached icons on your site and force Quix to reload them from the server.&lt;/li&gt;
&lt;li&gt;Clear Joomla's system cache. This will ensure that any cached files related to Quix are also cleared.&lt;/li&gt;
&lt;li&gt;Reload the admin page and visit any page with a Quix icon. This should re-load the icons from the Quix server and resolve any issues you were experiencing.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;img src=&quot;https://www.themexpert.com/images/unnamed.png&quot; alt=&quot;unnamed&quot; width=&quot;549&quot; height=&quot;291&quot;&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;By following these steps, you should be able to resolve any issues related to Quix icons not loading on your site. If you continue to experience issues, you may consider contacting Quix support for further assistance.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</summary>
		<content type="html">&lt;p&gt;&lt;img src=&quot;https://www.themexpert.com/images/How_to_fix_Quix_icons_not_loading_on_the_frontend_or_builder.png&quot; /&gt;&lt;/p&gt;&lt;p&gt;If you're experiencing issues with Quix icons not loading on the frontend or builder, there is a simple process you can follow to fix it:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to Quix admin &amp;gt; Options &amp;gt; Clear Icon Cache. This will clear the cached icons on your site and force Quix to reload them from the server.&lt;/li&gt;
&lt;li&gt;Clear Joomla's system cache. This will ensure that any cached files related to Quix are also cleared.&lt;/li&gt;
&lt;li&gt;Reload the admin page and visit any page with a Quix icon. This should re-load the icons from the Quix server and resolve any issues you were experiencing.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;img src=&quot;https://www.themexpert.com/images/unnamed.png&quot; alt=&quot;unnamed&quot; width=&quot;549&quot; height=&quot;291&quot;&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;By following these steps, you should be able to resolve any issues related to Quix icons not loading on your site. If you continue to experience issues, you may consider contacting Quix support for further assistance.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</content>
		<category term="Quix Visual Builder" />
	</entry>
	<entry>
		<title>Activating your Quix License</title>
		<link rel="alternate" type="text/html" href="https://www.themexpert.com/docs/quix-builder/activating-your-quix-license"/>
		<published>2019-05-13T11:13:09+06:00</published>
		<updated>2019-05-13T11:13:09+06:00</updated>
		<id>https://www.themexpert.com/docs/quix-builder/activating-your-quix-license</id>
		<author>
			<name>Parvez Akther</name>
			<email>parvez@themexpert.com</email>
		</author>
		<summary type="html">&lt;h1&gt;License activation process&lt;/h1&gt;
&lt;p&gt;Please follow the steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Login at &lt;strong&gt;ThemeXpert&lt;/strong&gt; site and visit &lt;strong&gt;Dashboard&lt;/strong&gt; at &lt;a href=&quot;https://www.themexpert.com/dashboard&quot;&gt;https://www.themexpert.com/dashboard&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Copy your &lt;strong&gt;Auth key&lt;/strong&gt; or Generate a new one then copy it.&lt;/li&gt;
&lt;li&gt;Now login to your Site's &lt;strong&gt;Joomla Administration&lt;/strong&gt; panel and visit &lt;strong&gt;Quix Dashboard&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Click on the top Lock Icon for Activate License and provide your license key and username of ThemeXpert site.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Follow these pictures below for better understanding.&lt;/p&gt;
&lt;h3&gt;ThemeXpert Dashboard&lt;/h3&gt;
&lt;p&gt;&lt;img src=&quot;https://www.themexpert.com/images/docs/quix2/1-activation.png&quot; alt=&quot;&quot; class=&quot;img-responsive&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Quix Dashboard&lt;/h3&gt;
&lt;p&gt;&lt;img src=&quot;https://www.themexpert.com/images/docs/quix2/2-activation.png&quot; alt=&quot;&quot; class=&quot;img-responsive&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Quix Activation Modal&lt;/h3&gt;
&lt;p&gt;&lt;img src=&quot;https://www.themexpert.com/images/docs/quix2/3-activation.png&quot; alt=&quot;&quot; class=&quot;img-responsive&quot; /&gt;&lt;/p&gt;</summary>
		<content type="html">&lt;h1&gt;License activation process&lt;/h1&gt;
&lt;p&gt;Please follow the steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Login at &lt;strong&gt;ThemeXpert&lt;/strong&gt; site and visit &lt;strong&gt;Dashboard&lt;/strong&gt; at &lt;a href=&quot;https://www.themexpert.com/dashboard&quot;&gt;https://www.themexpert.com/dashboard&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Copy your &lt;strong&gt;Auth key&lt;/strong&gt; or Generate a new one then copy it.&lt;/li&gt;
&lt;li&gt;Now login to your Site's &lt;strong&gt;Joomla Administration&lt;/strong&gt; panel and visit &lt;strong&gt;Quix Dashboard&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Click on the top Lock Icon for Activate License and provide your license key and username of ThemeXpert site.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Follow these pictures below for better understanding.&lt;/p&gt;
&lt;h3&gt;ThemeXpert Dashboard&lt;/h3&gt;
&lt;p&gt;&lt;img src=&quot;https://www.themexpert.com/images/docs/quix2/1-activation.png&quot; alt=&quot;&quot; class=&quot;img-responsive&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Quix Dashboard&lt;/h3&gt;
&lt;p&gt;&lt;img src=&quot;https://www.themexpert.com/images/docs/quix2/2-activation.png&quot; alt=&quot;&quot; class=&quot;img-responsive&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Quix Activation Modal&lt;/h3&gt;
&lt;p&gt;&lt;img src=&quot;https://www.themexpert.com/images/docs/quix2/3-activation.png&quot; alt=&quot;&quot; class=&quot;img-responsive&quot; /&gt;&lt;/p&gt;</content>
		<category term="Quix Visual Builder" />
	</entry>
	<entry>
		<title>Captcha - reCAPTCHA guide</title>
		<link rel="alternate" type="text/html" href="https://www.themexpert.com/docs/quix-builder/captcha-recaptcha-guide"/>
		<published>2019-04-16T15:24:31+06:00</published>
		<updated>2019-04-16T15:24:31+06:00</updated>
		<id>https://www.themexpert.com/docs/quix-builder/captcha-recaptcha-guide</id>
		<author>
			<name>Parvez Akther</name>
			<email>parvez@themexpert.com</email>
		</author>
		<summary type="html">&lt;h2&gt;To work with it, First enable and configure it from your plugin settings and then select it as default from global config.&lt;/h2&gt;
&lt;p&gt;Configuration process:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to Extensions &amp;gt; Plugins, no find &lt;strong&gt;Invisible reCAPTCHA&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Configure and enable it. &lt;/li&gt;
&lt;li&gt;Then go to System &amp;gt; Global Configuration&amp;gt; Site tab.&lt;/li&gt;
&lt;li&gt;Find ‘Default Captcha’ and make &lt;strong&gt;Invisible reCAPTCHA&lt;/strong&gt; as default captcha for your site.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;You configuration for reCaptcha is done, now you can use captcha in quix’s form element. &lt;/p&gt;
&lt;p&gt;To enable captcha in your form&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Go to Quix Builder &amp;gt; Form Element &amp;gt; Options &amp;gt; reCaptcha Type and select  Joomla plugin - &lt;strong&gt;Invisible reCAPTCHA&lt;/strong&gt; or &lt;strong&gt;Simple Math reCaptcha&lt;/strong&gt;. &lt;/li&gt;
&lt;/ul&gt;</summary>
		<content type="html">&lt;h2&gt;To work with it, First enable and configure it from your plugin settings and then select it as default from global config.&lt;/h2&gt;
&lt;p&gt;Configuration process:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to Extensions &amp;gt; Plugins, no find &lt;strong&gt;Invisible reCAPTCHA&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Configure and enable it. &lt;/li&gt;
&lt;li&gt;Then go to System &amp;gt; Global Configuration&amp;gt; Site tab.&lt;/li&gt;
&lt;li&gt;Find ‘Default Captcha’ and make &lt;strong&gt;Invisible reCAPTCHA&lt;/strong&gt; as default captcha for your site.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;You configuration for reCaptcha is done, now you can use captcha in quix’s form element. &lt;/p&gt;
&lt;p&gt;To enable captcha in your form&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Go to Quix Builder &amp;gt; Form Element &amp;gt; Options &amp;gt; reCaptcha Type and select  Joomla plugin - &lt;strong&gt;Invisible reCAPTCHA&lt;/strong&gt; or &lt;strong&gt;Simple Math reCaptcha&lt;/strong&gt;. &lt;/li&gt;
&lt;/ul&gt;</content>
		<category term="Quix Visual Builder" />
	</entry>
</feed>
