Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hey I’ve just sat all day trying all the fixes on this thread and am here to share what finally worked.

    Steps taken:
    Updated Avada and Browser
    Cleared Cache and hard refresh
    Tried all the code given on the thread for the functions.php
    – This last one simply gave a syntax error that broke the site (As I’ve seen some other people mentioned.

    Code given above by @stant-design:

    add_action(‘admin_head’, ‘theme_fix’);

    function theme_fix() {
    echo ‘<style>
    .form-table span {
    width: auto !important;}
    input {display: block !important;}
    </style>’;}

    This was giving the error. I noticed the little ‘ (‘ vs ’) sign looked a bit slanted so i replaced them all in the code and it solved the syntax error and fixed the issue I was having. Here with the code I’ve used in my functions.php for those who are seeing the same error. Hope it helps someone. Just paste their code in and replace all the ‘ signs.

    Thanks @stant-design for the fix ??

    Cheers.

    • This reply was modified 6 years, 9 months ago by tormenta234.
    • This reply was modified 6 years, 9 months ago by tormenta234.
Viewing 1 replies (of 1 total)