-
AuthorPosts
-
November 23, 2014 at 5:28 am #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?
-
This topic was modified 10 years, 11 months ago by
Santos Ramos.
November 23, 2014 at 9:38 pm #356358Help please, I need to get the site done!
November 24, 2014 at 2:13 pm #356778Hi!
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!
YigitNovember 24, 2014 at 6:51 pm #357036Thanks 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?
November 26, 2014 at 11:19 pm #358629Hi!
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, 11 months ago by
Elliott.
December 11, 2014 at 6:06 pm #366785Thanks Elliott but the code did not fix the problem.
December 11, 2014 at 9:28 pm #366923Hey!
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 -
This topic was modified 10 years, 11 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
