Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #623944

    Hello, im new on wordpress, i finded the solution first, i added on functions.php this code:

    function modify_jquery() {
    if (!is_admin()) {
    wp_deregister_script(‘jquery’);
    wp_register_script(‘jquery’, ‘https://code.jquery.com/jquery-1.11.3.min.js’);
    wp_enqueue_script(‘jquery’);
    }
    }
    add_action(‘init’, ‘modify_jquery’);

    But nothing works.

    I just installed wordpress clean install, and after instell via FTP the theme.

    Next step i do i activated import demo, and i have that result:

    What happens with that?

    Regards

    #623968

    Hi digitalgamesdist!

    Thanks for getting in touch with us!

    What exactly is not working? I visited your site and the demo was imported, all images and sliders are working, and the code is properly inserted in the functions.php file. All that is left for you to do is to setup the site to your liking.

    If you still have an issue, please provide more details on what problems you are experiencing.

    Cheers!
    Jordan

    #624017

    Hello i see extrange menus “Home v6: Classic 4 colum… Home v3….” and the logo in front of the Menu..”

    https://gyazo.com/2f9e23f67813e9831e12696e82461bbf

    #624128

    Hi,

    Thanks for getting back to us. I am now not able to access the site’s dashboard to have a closer look. Your URL shows a maintenance page but the wp-admin gives 404 error.

    Best regards,
    Jordan Powell

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