Troubleshooting
Learn how to debug Joomla and Quix and fix it properly.
Page crashes when you add custom script inside quix page
Page crashes when you add custom script inside quix page
The problem is when you add some script, it replaces the entire body or breaking the entire builder or page.
JavaScript Document.Write Replaces All Body Content
Issue:
You cannot use document.write once the document has completed loading. If you do, the browser will open a new document which will replace the current one.
Solutions:
Use the innerHTML property to put HTML code inside an element:
function gen_output(ad_content){
documen
The entrance animation does not work on the classic builder
Enable the Init WoW Js option from the System - Quix System Plugin from the plugin manager.
Troubleshooting - How to fix if Quix icons not loading on the frontend or builder?
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:
How to fix Gmail SMTP authentication error.
If you're using Gmail SMTP details for SMTP mailer, you may have started facing difficulty in sending emails. Less Secure Apps was a feature in Gmail that allowed software and devices to sign in to your Gmail account with your main Google username and password.
Now, Google has decided to begin phasing out Less Secure Apps from May 30th, 2022. Google Workspace and Google Cloud Identity users won’t be affected right away, but support for Less Secure Apps will still be phased o
Quix icon only shows up in the editor, not on the front-end
Enabling allow_url_fopen is essential for displaying the Quix icon correctly on your website's front-end. Talk to your server administrator to enable this option, as they can guide you on the necessary steps, such as modifying the server's PHP configuration (php.ini) file or using a PHP function like ini_set.
Remember that allowing remote file access can be risky, so it's important to be cautious when accessing remote URLs.