Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #312705

    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

    #312868

    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

    #312925

    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

    #312929

    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

    #313088

    Okej, i’ll try that! :)

    #313346

    Hi!

    Please try and let us know so we can mark this thread as resolved or assist you further

    Cheers!
    Yigit

    #313377

    Sorry Yigit,
    thanks for your recommendation, it workt out very well! :-)

    Regards
    Peter

    #313379

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Turn of/Delete Import Dummy Content’ is closed to new replies.