Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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

    #164736

    Hi lostbox!

    Have you tried disabling all plugins like Jetpack, WP Importer etc? Please give us a link to your website.

    Cheers!
    Ismael

    #164745

    Hi my website is aaronneo.com . Its fresh new install on fresh new wordpress install. No plugins nothing.

    #164776

    can i get an update on this ? this theme is basically unusable for me till i know how it works with the dummy data

    #164898

    In 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.

    #165029

    Hey,

    Please send the login details to ///.

    Include the word “Kriesi” on the subject. Add the link of this thread on your email.

    Regards,
    Ismael

    #165057

    done

    #165431

    Hi!

    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!
    Devin

    #165465

    Hi!

    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,
    Ismael

    #165501

    Hi 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 ?

    #165783

    Did 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.

    #166002

    Hi addint those lines to my htaccess file resulted in error 500 internal server error across my site

    #166003

    Could 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

    #166450

    Hey!

    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”.

    http://pastebin.com/B32C7ZSB

    Cheers!
    Ismael

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Dummy Data Wont import – Says import fine without a problem but nothing changes’ is closed to new replies.