Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #855306

    okcadscom
    Participant

    I’ve posted about this before and I usually just give it a meh, move on, build one and put it in but it happens every time I load one of your extended demos so I’d like a little support to figure out why these aren’t getting imported. I saw on one thread where you displayed a screenshot of the error message about ZipArchive. I’d like to know where I might view this error log? After this thread has been created I’ll make a private message with my credentials. And I’d really prefer not to see the default answers of import it again, or, you must have done something wrong, or, you installed the demo content before plugins were activated.

    Thanks in advance and keep up the great work.

    #855313

    okcadscom
    Participant
    This reply has been marked as private.
    #855318

    okcadscom
    Participant
    This reply has been marked as private.
    #855467

    Rupok
    Member

    Hi there,

    Thanks for writing in! I can’t see the slider on your site so it was not imported. Either the import didn’t finish properly or the slider was deleted. There is no other potential reason behind that and I can’t tell you something new.

    However I don’t think a demo slider is really necessary as you are not going to keep that. If you prefer working on a pre-built slider then you can download number of sliders form here to get started – http://revolution.themepunch.com/free-slider-exchange/

    Make sure to change the slider form the pages where the old slider is assigned.

    Hope this makes sense.

    Cheers!

    #855597

    okcadscom
    Participant
    This reply has been marked as private.
    #856042

    Rupok
    Member

    Hi there,

    Thanks for writing back. Did you enable the error log on your site?

    If not, can you please enable PHP error log file and then will see what’s in there.

    You will need to edit your wp-config.php file in your root of the website and add the following lines just before the ‘stop editing here’:

    ini_set('log_errors',TRUE);
    ini_set('error_reporting', E_ALL);
    ini_set('error_log', dirname(__FILE__) . '/error_log.txt');

    This will create an error_log.txt file in your site’s root directory. Let’s see what it records if you really want to check the error log to find something.

    Thanks!