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?
Help please, I need to get the site done!
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
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?
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
Thanks Elliott but the code did not fix the problem.
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