Tagged: 

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #574785

    Hi there!

    We bought Enfold yesterday, installing worked fine. Unfortunately we can’t import the demo files (church demo). Only the greek-church.jpg will appear, sometimes the harvest-landscape.jpg as well. Trouble code says:
    ‘Importing didn’t work!
    You might want to try reloading … (The Script returned the following message:
    )

    Already read about the possible solutions, but none worked so far: fresh install of wordpress, fresh install of Enfold, new data bank, etc.
    – Runs on Mac, so no using 7zip
    – word press version 4.4.1 is installed

    Can you help, please? Anyone?

    Lena

    #574992

    Hi dock43!

    I noticed the error you are getting while importing it basically is saying that the files you are trying to import already exist so it is not importing.

    Please use a plugin like https://wordpress.org/plugins/wordpress-database-reset/ reset your wordpress database (warning all content will be lost)

    Re-download the demo.

    if you still have issues please provide us permission to deactivate all plugins and re-set your database (all content will be lost) and we can import the data for you.

    Cheers!
    Vinay

    #575008

    Hi Vinay,

    thanks for the suggestion. I did a reset but it’s still not possible to load the demo pages.

    You have permission to reset the database.

    Thanks!

    best,
    Lena

    #575071

    Hey!

    It’s a bit strange why this is happening I have reset the database but still the import failed several times. Our developer team will be notified about this issue please be patient while they work on your ticket and get back to you.

    In the meantime I request you to provide us with a working FTP details and ask your hosting provider to increase the php memory to at least 128MB.

    Regards,
    Vinay

    #575883

    Hey Vinay,
    we have changed memory limit to 80MB – more is not possible with our hosting provider 1&1. Still not working.
    Please find FTP details in private message.

    best regards,
    Lena

    #576976

    Hey!

    I tried to import the dummy data but it’s really not working. I tried it a few times, resetting the database, removing transients, flushing permalinks etc but it’s not working. Another user suggested to add the following line the wp-config.php file:

    define('WP_HTTP_BLOCK_EXTERNAL', true);
    

    I’m not sure if this is going to work because it will block external connections so you won’t be able to download the images. Or do the following:

    I fixed mine by finding the xml file I wanted to import, they are in includes\admin\demo_files, except for the default layout, it’s in includes\admin, and called dummy.xml.
    using 7zip, I made the dummy.xml into a gzip file, extension .gz.
    I then used the wordpress uploader in plugins to import.
    it’s a workaround that worked for me.

    Reset the database every single time.

    UPDATE: I would like to setup the demo data manually but the FTP details are incorrect. Please check.

    Regards,
    Ismael

    #577108

    Hey,

    define('WP_HTTP_BLOCK_EXTERNAL', true);
    did not work –> fatal error

    gzip
    did not work –> fatal error

    But: All of sudden the demo pages are displayed correctly on the server we used first (referred to in first private message, jan 29) but abandoned because of low memory limit – 30MB. We did not change anything, did you?

    Regards,
    Lena

    #577561

    I’m having the same problem. What was the solution?

    #577601

    Hey!

    But: All of sudden the demo pages are displayed correctly on the server we used first (referred to in first private message, jan 29) but abandoned because of low memory limit – 30MB. We did not change anything, did you?

    We didn’t do anything to the site. If you can provide the correct FTP details, we’ll try to setup the demo manually.


    @JPOsteen
    : Please create a new thread then post the wp login and ftp details. We’ll check it there. :)

    Best regards,
    Ismael

    #592601

    Hey,
    after the initial problems, working with enfold went fine.
    We have three final questions concerning our website (based on the ChurchTheme):
    1) The mobile menue is not displayed correctly; it is truncated and only the lower half visible.
    2) „Kontakt“ and „Impressum“ in the right footer socket are not displayed in the mobile version.
    3) The hover effect on menu item SEARCH – symbol magnifying glass – is generally not displayed correctly (displaced).

    We’ll provide ftp details and screenshots in private message.

    best,
    Lena

    #593714

    Hey!

    Glad you finally configured the site. Please do the following:

    1.) Add this in the Quick CSS field:

    #advanced_menu_toggle, #advanced_menu_hide {
        top: 50px;
    }

    2.) The socket menu is disabled by default because there’s not enough space. If you want to enable it, use this:

    @media only screen and (max-width: 479px) {
    .responsive #socket .sub_menu_socket {
        display: block;
    }
    }

    3.) Use this to fix the hover effect:

    .html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a {
        padding-right: 13px;
    }

    Regards,
    Ismael

    #594265

    Hi Ismael,
    thank you! Now it works fine, except the hoover effect (3.) still doesn’t work.
    Regards
    Lena

    #594300

    Hi!

    Please check the css code. Make sure that the “greater than” symbol is not converted to something else. Copy the code directly from this forum, not from your email.

    Best regards,
    Ismael

    #594310

    Hi Ismael,
    sorry, my fault. Now all works fine.

    Thank you and have a nice day.
    Lena

    #594830

    Hi Lena,

    Great, glad we could help :-)

    Regards,
    Rikard

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘'Import demo files' does not work’ is closed to new replies.