If you are experiencing backend issues, such as Theme Options not displaying correctly or the WPBakery Page Builder not loading, while hosting your site on HostGator, a small adjustment to your .htaccess file may help.
Add the following code to your .htaccess file:
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>This change increases the maximum line length that Apache’s mod_substitute module can process, which may resolve problems with long lines in theme or page builder settings.
If you still have issues though please let us know!