Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #356089

    Hello,

    I’m trying to edit the about page and when I click the TEXT BLOCK I don’t see any text to edit.
    The TEXT BLOCK box is all white and I can’t add any text either.

    I also added a new text block to the page but the text box is disabled.
    I can’t see the cursor to start typing.

    WordPress 4.0.1 and Enfold 3.0.4

    Any suggestions?

    #356358

    Help please, I need to get the site done!

    #356778

    Hi!

    Can you please post the link to your website? We may need a temporary admin login as well. Please also de-activate all active plugins and check if that helps

    Cheers!
    Yigit

    #357036

    Thanks for the reply and I think I found the problem.

    Someone here give me the code bellow to disable mediaelement.
    When I add the code to the functions.php I get the error.

    add_action(‘init’, ‘avf_remove_media_element’, 10);
    function avf_remove_media_element()
    {
    wp_deregister_script(‘wp-mediaelement’);
    wp_deregister_style(‘wp-mediaelement’);
    }

    https://kriesi.at/support/topic/how-to-disable-mediaelement-enfold-theme/

    How can I disable media element on the theme?

    #358629

    Hi!

    Is the problem on your /test-delete/ page? It looks like the plugin your using has a weird layout. Try adding this to your custom CSS.

    .thumbsHolder > div:last-child {
        display: none !important;
    }

    Best regards,
    Elliott

    • This reply was modified 10 years ago by Elliott.
    #366785

    Thanks Elliott but the code did not fix the problem.

    #366923

    Hey!

    Go ahead and send us a link to the exact page and take a screenshot highlighting what’s going on so we can get a better idea.

    Cheers!
    Elliott

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.