Hi there,
i’m WordPress-beginner and working online with WP.
I can’t find any place arround Enfold a possibility to turn off
or rather delete this option; Import Dummy Content.
How do i do?
Looking forward for your respon!
Cheers
Peter
Hey Peter!
Please add following code to Functions.php file in Appearance > Editor
function remove_parent_import() {
echo '<style>div#avia_import { display: none !important; } </style>';
}
add_action('admin_head', 'remove_parent_import');
Regards,
Yigit
Hi Yigit,
I’m working on line with Enfold.
Wath you suggest, is possible to online via Safari?
I’m beginner in this area;-)
/Peter
Hey!
Yes, it is possible. You should login to WordPress dashboard, and then go to Appearance > Editor and click on Functions.php file on the right hand side and add the code to the bottom of the file and then click “Update file”
Best regards,
Yigit
Okej, i’ll try that! :)
Hi!
Please try and let us know so we can mark this thread as resolved or assist you further
Cheers!
Yigit
Sorry Yigit,
thanks for your recommendation, it workt out very well! :-)
Regards
Peter
Hey!
You are welcome Peter, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit