Home Forums WoodMart support forum Can’t import Prebuild Website/Demo Properly

Can’t import Prebuild Website/Demo Properly

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #581232

    deshibiker
    Participant

    Hello Support,

    We have activated “Woodmart” theme in our website doutfit.com. But we can’t properly import “Prebuild Website/Demo”.

    We want to import “Mega Electronics” for us.

    But currently showing below errors….

    “The import could not be completed due to a low timeout limit on the server. You need to contact your hosting provider and ask them to increase it to 300 seconds.”

    Though we have contacted with the hosting provider and set the requirements.

    Please check the screenshots for more details and assist us to solve the issue.

    Regards,
    Dewan

    Attachments:
    You must be logged in to view attached files.
    #581258

    Artem Temos
    Keymaster

    Hello,

    Thank you for reaching out to our support team and for choosing our WoodMart theme.

    To fix the issue try to edit the file wp-content/plugins/woodmart-core/importer/class-wp-import.php and add the following code after the line $url = str_replace( 'http:', 'https:', $url ); as shown on the screenshot https://gyazo.com/5346a3735046082f80b6651c8452a7a6

    if ( strpos( $url, 'wp-content/uploads/' ) && strpos( $url, '/dummy.xtemos.com/' ) ) {
        $url = str_replace( 'https://dummy.xtemos.com/', 'https://woodmart-dummy.b-cdn.net/', $url );
    }

    After doing this, go to WoodMart -> Prebuilt websites, remove previously imported dummy content, and import it from scratch. Let me know if it helps.

    Kind Regards

    #581273

    deshibiker
    Participant

    Not working. Below warning showing …

    “The import could not be completed due to a low timeout limit on the server. You need to contact your hosting provider and ask them to increase it to 300 seconds.”

    I have removed previous demo imported “pages, posts & products”?

    Anything else I need to remove?

    If yes, I can I remove?

    But currently not working.

    #581275

    deshibiker
    Participant

    Even there is no “HTML Blocks”, “Layouts”, “Header Builder” etc.

    #581277

    deshibiker
    Participant

    And I followed your instruction properly by adding code in class-wp-import.php.

    #581287

    Artem Temos
    Keymaster

    Could you please temporarily disable all plugins that are not related to our theme so we can check it?

    #581309

    deshibiker
    Participant

    Uninstalled all plugins and it was successfully imported!

    Thank you.

    By the way, one more question. May I remove and import other prebuild website anytime?

    Is there any limit for demo import?

    Regards,
    Dewan

    #581321

    Artem Temos
    Keymaster

    Great, we are glad that you sorted it out.

    Sure, you can remove previously imported content and import new websites anytime.

    #581394

    deshibiker
    Participant

    Facing another trouble.

    Menu icons are not properly showing in Mobile. Facing trouble in “Homepage” only.

    Shop, filter, wishlist, cart, my account etc icons are working fine in other pages.

    Facing this trouble only in mobile phone view.

    Check screenshot to understand more.

    Attachments:
    You must be logged in to view attached files.
    #581474

    deshibiker
    Participant

    Working fine now.

    Thank you.

    #581651

    Artem Temos
    Keymaster

    You are welcome. Feel free to contact us if you have any further questions.

Viewing 11 posts - 1 through 11 (of 11 total)

The topic ‘Can’t import Prebuild Website/Demo Properly’ is closed to new replies.