igorvsimonoff profile

Home Forums igorvsimonoff

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
  • igorvsimonoff
    Participant

    Found a fix – put in the functions.php file:

     

    add_action( 'wp_enqueue_scripts', 'load_old_jquery_fix', 100 );
    
    function load_old_jquery_fix() {
        if ( ! is_admin() ) {
            wp_deregister_script( 'jquery' );
            wp_register_script( 'jquery', ( "//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js" ), false, '1.11.3' );
            wp_enqueue_script( 'jquery' );
        }
    }

    igorvsimonoff
    Participant

    Solution for this topic

    Thanks! I import all pages with Basic Demo and:

     

    Legacy demo installation method (replaces site content and could not work in some hosting servers):

    1. Go to Tools > Demo Content Install
    2. Choose demo you would like to have, and press Install
    3. Confirm installation
    4. Wait untill demo is installed

    Thank You Very Much

    in reply to: Import demo data

    igorvsimonoff
    Participant

    i am click import Corporate demo, after import i have:

    • Blog
    • Cart
    • Checkout
    • Home
    • Portfolio
    • Shop

    but not have some pages:

    blog mansory 2.0

    Team

    VideoPlayes

    Comming Soon

    Portfolio Trendy

    etc…

    How import all pages in project?

     

    in reply to: Import demo data

    igorvsimonoff
    Participant

    i am write it in private box.

    in reply to: Import demo data

    igorvsimonoff
    Participant

    plz, help me import demo data…

    in reply to: Import demo data

    igorvsimonoff
    Participant

    Thanks!

    in reply to: Import demo data

    igorvsimonoff
    Participant

    how import multiple pages? I am click import and plugin import only two pages(

Viewing 8 posts - 1 through 8 (of 8 total)