Home › Forums › WoodMart support forum › Dummy Content Buggy
Dummy Content Buggy
- This topic has 21 replies, 2 voices, and was last updated 4 years, 7 months ago by
Artem Temos.
-
AuthorPosts
-
July 23, 2020 at 11:40 am #213471
7EVENSParticipantHello
I startet new with my page.. and since Update 5.0.2 it’s really buggy at all.
If I start new with Elementor it looks like this: https://xtemos.com/forums/topic/home-is-broken/
If I start with WPbakery it looks like on the picture.
Can you please fix this bugs?
And is it possible to backup with WPbakery and then change to Elementor?
Attachments:
You must be logged in to view attached files.July 23, 2020 at 11:47 am #213473
Artem TemosKeymasterHello,
The current problem on your screenshot is because you have imported the dummy content multiple times. Now, you need to clear your menus manually from unnecessary menu items via Appearance -> Menus.
If you want, reset your database completely and reinstall WordPress. We will import the dummy content for youKind Regards
July 23, 2020 at 11:50 am #213474
7EVENSParticipantHi
This problem it not because of installing demo content multiple times.. this happens after the problem.
I set up wordpress 3 times new yesterday and tried to install demo content, it was allways same problem with broken icons and broken menu.
July 23, 2020 at 11:54 am #213480
Artem TemosKeymasterPlease, reset your database completely and reinstall WordPress. We will import the dummy content for you.
July 23, 2020 at 12:38 pm #213508
7EVENSParticipantI set up all new.
I have backuped all my sites. It it possible to set up new with wpbakery – backup all my sites and then change to elementor?
July 23, 2020 at 1:03 pm #213519
Artem TemosKeymasterCould you please also send us your FTP access? And, if possible, your database access via phpMyAdmin.
July 23, 2020 at 1:53 pm #213542
7EVENSParticipantIn Private
July 23, 2020 at 2:13 pm #213548
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 2:17 pm #213552
7EVENSParticipantOk thank you. I will try. Could you please answer to this:
I have backuped all my sites. It it possible to set up new with wpbakery – backup all my sites and then change to elementor?
July 23, 2020 at 2:43 pm #213561
Artem TemosKeymasterYes, you can change WPBakery to Elementor but you will have to rebuild all pages and other content built with WPBakery. Read our migration guide for more information.
July 23, 2020 at 3:16 pm #213579
7EVENSParticipantFresh installation
Changed the wordpress importer fileSame result:
Attachments:
You must be logged in to view attached files.July 23, 2020 at 3:26 pm #213586
Artem TemosKeymasterWe provided you a fix to Elementor problem. As for the current one, it seems to be something different. Please, try to install everything carefully according to our documentation and video tutorial. If it will not help, send us an access and we will import the content for you.
July 23, 2020 at 3:30 pm #213588
7EVENSParticipantI did install all correct. Like bevor 5.0.2 and it also worked fine. Since the update there is something wrong in demo installer.
I will do a fresh installation an you can try it yourself.
July 23, 2020 at 3:58 pm #213593
7EVENSParticipantSo I did a fresh wordpress installation. Please find all logins in private.
July 24, 2020 at 6:34 am #213701
Artem TemosKeymasterWe have imported the dummy content for you. There are some problems with icons and it seems that you have some CDN on your server that causes this problem.
July 24, 2020 at 1:12 pm #213894
7EVENSParticipantCDN ?
July 24, 2020 at 1:29 pm #213904
7EVENSParticipantAnd thank you for installing with elementor, I told you that i backed up all with WPB. So again delete all..
July 25, 2020 at 10:16 am #214096
Artem TemosKeymasterYes, there is some kind of CDN on your website that is not working correctly.
Sorry, we though that you need Elementor’s data since the fix was for the Elementor version only.
July 25, 2020 at 6:30 pm #214202
7EVENSParticipantYes, there is some kind of CDN on your website that is not working correctly.
Could you be more specific?
Your new Update don’t work:
Attachments:
You must be logged in to view attached files.July 26, 2020 at 6:52 am #214230
Artem TemosKeymasterAll your website resources are loaded from some different domain and it looks like CDN https://gyazo.com/46da7a014f5bc692fd2db0ba357acec0
If you need help on this, contact your hosting provider.Try to do the following to update the theme:
1. Go to Dashboard -> WoodMart -> Theme License and deactivate the theme.
2. Go to Dashboard -> Updates and click on Check Again.
3. Activate the theme with your purchase code again.
4. Go to Dashboard -> Updates and click on Check Again.
5. Try to update the theme via Appearance -> Themes or via Dashboard -> Updates.
Regards
July 26, 2020 at 9:23 am #214255
7EVENSParticipantHi
Doesn’t work same issue: PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
July 27, 2020 at 6:04 am #214403
Artem TemosKeymasterPlease, send us your admin and FTP access as well as your purchase code so we can check what is wrong. Or you can try to update the theme manually https://xtemos.com/docs/woodmart/update-theme-2/
-
AuthorPosts
- You must be logged in to create new topics. Login / Register