-
AuthorPosts
-
January 29, 2016 at 9:28 am #574385
Hi there,
I have created an enfold child teme, and I´m uploading several times different dummy data in order to learn about the layout etc…. I was wondering if I could use wp-database-reset to delete all the dummy data each time that I want to change the demo….
And if so, could I lose any configuration?
I´m actually doing it deleting by hand post,pages,menus,products…etc…but I was wondering if there could by any quicker way.
Thanks in advance
David
January 30, 2016 at 3:35 am #574887Hey davidmartinserrano!
You could create a multisite installation and create a site for each demo. If you wanted to use the WP Reset plugin then you can but it’s going to delete all of your content, settings, etc etc.
Cheers!
ElliottMay 14, 2016 at 5:18 pm #632368Hi there…
I have buyed the enFold Theme and I can NOT import the dummy content (sample clasic demo) !
Please help me to do it !May 16, 2016 at 8:57 pm #633267Hi!
@lupearobert I simply went to Enfold theme options > Demo Import and clicked “import” on default demo and imported it just fine. Please review your website nowCheers!
YigitJune 7, 2016 at 8:48 pm #644348Hi Yigit,
The point is that I have been using enfold for a while, without any problems,
Now I need to important the “construction page” dummy data, and it´s totally impossible….I even changed my hosting because I thought it was the cause.I have tried increasing the memory limit in wp-config, but it doesn´t work….
I also try to use wp-reset to delete some images that do are uploaded (only 3/4 images, categories and tags…)…and It shows this (15 lines like this below)Warning: Missing argument 2 for wpdb::prepare(), called in /home1/davidmartin/public_html/wp-content/plugins/wp-reset/wp-reset.php on line 61 and defined in /home1/davidmartin/public_html/wp-includes/wp-db.php on line 1246
Please, could you let me know how to proceed? I´m really not very experienced in coding, so please, if it involves coding, let me know how
to do it step by step(I have included my credentials just in case you want to take a look)
I would really appreciate a prompt reply,
thanksJune 9, 2016 at 7:51 am #645262Hi,
I have created an enfold child teme, and I´m uploading several times different dummy data in order to learn about the layout etc…. I was wondering if I could use wp-database-reset to delete all the dummy data each time that I want to change the demo….
Yes, you can do that if you don’t mind deleting the previous demo content and options. That should fix the “import issue” as well.
Warning: Missing argument 2 for wpdb::prepare(), called in /home1/davidmartin/public_html/wp-content/plugins/wp-reset/wp-reset.php on line 61 and defined in /home1/davidmartin/public_html/wp-includes/wp-db.php on line 1246
The error is cause by a plugin. Please try to deactivate the WP Reset before importing the demo.
Best regards,
IsmaelJune 9, 2016 at 12:49 pm #645403Hi Ismael,
Thanks for your response…The point is that I think we have mixed up to comments…These are my current problems:
I can´t, by any means, upload the dummy data for the construction page. I have tried adding this to wp-config:
Below this line: define(‘WP_DEBUG’, false);
I have added: define(‘WP_MEMORY_LIMIT’, ‘128M’);Sometimes the uploader says to me that it has been no possible. Other times it says the importation has been made ok, and it only imports 3/4 images and some categories..etc…
After every failed importation, I activate wp-reset, and I try to do reset everything, without being able since I get this message several times:
Warning: Missing argument 2 for wpdb::prepare(), called in /home1/davidmartin/public_html/wp-content/plugins/wp-reset/wp-reset.php on line 61 and defined in /home1/davidmartin/public_html/wp-includes/wp-db.php on line 1246
Please, could you take a quick look at this? I´m working on a project with a tight deadline and I need to know what´s causing this problem…I have find myself stuck even before starting!
Thanks for your help
David
June 9, 2016 at 2:45 pm #645450Hi,
Increasing the memory limit on wordpress and on the hosting server should resolve the issue, please check with the hosting company.
To increase the wordpress memory limit please access wp-config.php file and add the below line right after @package wordpress
define('WP_MEMORY_LIMIT', '256M');
Alternatively demo data can be imported using XML file from Admin > Tools > Import
Make sure to check the option “Download and import file attachments” while importing. You may need to upload some images from backend once the XML file is imported.App Showcase
Church Demo
Construction Demo
Cunsulting Demo
Gym DemoWe have imported the construction demo for you manually please review the site.
Best regards,
Vinay -
AuthorPosts
- You must be logged in to reply to this topic.