'Flatsome UX Builder not loading
Solution 1:[1]
seems that ajax request is not returning the desired data to render ux Builder. You need investigate wich error is causiing this issue. Check error.log of your server regarding any php error. Also check console of browser If its returning javascript error. Paste errors here
Solution 2:[2]
If you have any caching plugin or performance plugins installed . De-activate for a while and give it a try
Solution 3:[3]
- Login to hosting account.
- Login to phpMyAdmin.
- Choose the affected database. If you only have one database, it should choose it by default so you don’t need to do anything.
- In the main panel, you should see a list of your database tables. Check the boxes by the tables that need repair. You can use “Check all” checkbox just below the list to select all tables.
- At the bottom of the window just below the list of tables, there is a drop down menu. Choose “Repair Table”
Solution 4:[4]
Check your function.php file, disable or fix javascript function to fix it.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | maaprote |
Solution 2 | Kantiman Bajracharya |
Solution 3 | Davood Khoshnood |
Solution 4 | Sam Nguyen |