Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2561
    KwaaiMarketing
    Participant

    Hi, thank you for great theme!

    I got this message in the slider section after installing demo data:

    Revolution Slider Error: Slider with alias wiz_advertising not found.

    Please advise, thank you!

    #2573
    KwaaiMarketing
    Participant

    Dont worry, problem fixed, it is alla bout the php memory limit!

    #2575
    Abanob
    Keymaster

    Hello KwaaiMarketing,

    I hope you’re having a great day!!

    Including Wiz demos includes execute many functions, so you’re totally right, Memory limit and execution time needs to be increased to be able to fully import a demo without any problems.

    You can add this code to your wp-config.php in order to increase memory limit and max execution time:

    define( 'WP_MEMORY_LIMIT', '256M' );
    set_time_limit(300);

    If you still have any farther issues, questions, I would like to hear from you.

    Thanks,
    Abanob

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.