-
AuthorPosts
-
September 22, 2013 at 1:58 am #164701
Have installed it in a fresh domain with fresh wordpress install and theme install both currently updated versions. Have also increased php limit. Site is. After clicking import dummy data i wait a few seconds like it tells me to then says everything went fine no problems will not reload to reflect changes. But its still the same. Please help
September 22, 2013 at 8:09 am #164736Hi lostbox!
Have you tried disabling all plugins like Jetpack, WP Importer etc? Please give us a link to your website.
Cheers!
IsmaelSeptember 22, 2013 at 8:24 am #164745Hi my website is aaronneo.com . Its fresh new install on fresh new wordpress install. No plugins nothing.
September 22, 2013 at 10:45 am #164776can i get an update on this ? this theme is basically unusable for me till i know how it works with the dummy data
September 22, 2013 at 10:26 pm #164898In order to save some time :
1. I have done the Memory increase thing
2. Its a FRESH install, MOST UPDATED WordPress and Theme. No leftover files from previous Installation
3. No Plugins whatsoever.
4. Tried Every Browser, Chrome , IE , Firefox all the same.
5. When i click import it says are you sure you want to etc. I click yes. The loading circle spins for a few secs. then says everything was imported fine, page will now reload to reflect changes. But everythings still the same nothing has changed
6. I have tested editing pages and upload content like logo and backgroudns etc and all are fine. Its just the Dummy Data Import
7. This is really important its been so long i can’t use the theme whatsoever without the dummy content to guide me and my weekend is now gone which i was hoping to have to finish this. Please Please get back to me ASAP or sth.September 23, 2013 at 3:43 am #165029Hey,
Please send the login details to ///.
Include the word “Kriesi” on the subject. Add the link of this thread on your email.
Regards,
IsmaelSeptember 23, 2013 at 5:05 am #165057done
September 24, 2013 at 4:09 am #165431Hi!
I’ve tagged the topic for Ismael but in the mean time you can use the videos posted here as a primer for using the advanced layout builder: https://vimeo.com/channels/aviathemes
You may also be running into a max_input_vars issue where the server isn’t able to import in that much content at once. It doesn’t quite fit but is a possibility.
So you can try adding the following to your .htaccess file:
php_value max_input_vars 3000 php_value suhosin.get.max_vars 3000 php_value suhosin.post.max_vars 3000 php_value suhosin.request.max_vars 3000
Or talk to your host about how/where to increase the amount via a php.ini file.
Cheers!
DevinSeptember 24, 2013 at 5:13 am #165465Hi!
Please download this sql file. It contains all the dummy data. You can manually Import this via phpMyadmin to the site’s database.
http://www.mediafire.com/?rq52b2fkhn4if64
Best regards,
IsmaelSeptember 24, 2013 at 8:53 am #165501Hi it keeps saying the link is not available . Neither do i know what an SQL file is. Neither do i know what phpMyAdmin is .. could you help me upload it with the details i emailed you yesterday ?
September 24, 2013 at 7:17 pm #165783Did you try the suggestion I posted above? The importing in failing is a symptom of something else not working correctly and it would best to get it addressed.
If you can also see about getting the address for your php info file we can take a look at that as well. PHP version, cgi settings etc could help get this sorted out.
September 25, 2013 at 11:07 am #166002Hi addint those lines to my htaccess file resulted in error 500 internal server error across my site
September 25, 2013 at 11:17 am #166003Could u just cut and paste to me the text ( code ) that went into the one page portfolio page so i can just paste it into my wp new page editor thing
September 26, 2013 at 6:43 am #166450Hey!
Please switch your theme to debug mode. Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
You will be able to see the actual shortcode below the builder. This is the whole shortcode for “One Page Portfolio”.
Cheers!
Ismael -
AuthorPosts
- The topic ‘Dummy Data Wont import – Says import fine without a problem but nothing changes’ is closed to new replies.