Home › Forums › WoodMart support forum › Dummy Content Import Not Installed Properly
Dummy Content Import Not Installed Properly
- This topic has 9 replies, 2 voices, and was last updated 4 years, 7 months ago by
Artem Temos.
-
AuthorPosts
-
July 23, 2020 at 8:06 am #213390
Chandan LogunjeetParticipantHello,
I installed the theme and dummy content, but it’s not like what it was in the demo
And it shows text in the homepage.
I have attached screenshots of my websiteAttachments:
You must be logged in to view attached files.July 23, 2020 at 9:13 am #213422
Artem TemosKeymasterHello,
Could you please reset the database and reinstall the WordPress completely? Provide us your admin access so we can try to run the import ourselves and check why it doesn’t work.
Kind Regards
July 23, 2020 at 9:26 am #213426
Chandan LogunjeetParticipantHey sharing u the details.
Please help me by importing the contentJuly 23, 2020 at 10:30 am #213428
Artem TemosKeymasterPlease reset the database and reinstall the WordPress completely. And send us your FTP access as well.
July 23, 2020 at 1:13 pm #213528
Chandan LogunjeetParticipantPlease find the details here
July 23, 2020 at 2:14 pm #213549
Artem TemosKeymasterWe found the problem and it is because of the latest Elementor update. Try to edit the file
wp-content\plugins\woodmart-core\importer\wordpress-importer.php
and replace the following codeif ( '_elementor_data' === $key ) { $wp_importer = get_plugins( '/wordpress-importer' ); if ( $wp_importer ) { $wp_importer_version = $wp_importer['wordpress-importer.php']['Version']; if ( $wp_importer_version && version_compare( $wp_importer_version, '0.7', '>=' ) ) { add_post_meta( $post_id, wp_slash( $key ), wp_slash_strings_only( $value ) ); } else { add_post_meta( $post_id, $key, $value ); } } else { add_post_meta( $post_id, $key, $value ); } } else { add_post_meta( $post_id, $key, $value ); }
with this one
if ( '_elementor_data' === $key ) { $value = wp_slash_strings_only( $value ); } add_post_meta( $post_id, $key, $value );
Then try to import our dummy content again.
July 23, 2020 at 4:52 pm #213600
Chandan LogunjeetParticipantUnable to locate the program
Kindly share the serial no. Present at the left side
Thank you
July 24, 2020 at 6:13 am #213695
Artem TemosKeymasterWe have released a new version with the fix. You don’t need to change anything in the current theme files. So now you just need to reinstall everything from scratch (including WordPress) and run the import again. It should work correctly.
July 24, 2020 at 5:54 pm #214008
Chandan LogunjeetParticipantCan you guide me by mentioning step wise procedures to do this ?
July 25, 2020 at 10:14 am #214093
Artem TemosKeymasterFirstly, you need to clear your database completely using your server control panel. Then, install the WordPress as you did it already and follow our documentation guide on how to install our theme import the dummy content. But be sure that you have downloaded the latest version of our theme 5.0.3 and removed the old one. Don’t forget to update all required plugins also. You can do this in Appearance -> Install plugins. https://xtemos.com/docs/woodmart/installation-process/
-
AuthorPosts
- You must be logged in to create new topics. Login / Register