Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #614754

    We tried using the demo import but it only import partially. Many images, sliders and animation seems not imported/working properly

    Please help

    #615414

    Hi reyatmadi,

    There seems to be a .htaccess user/pass set for the login page, could you post those details as well please?

    Best regards,
    Rikard

    #615973

    Hi Rikard,

    That is not a .htaccess .htpasswds kind of thing, it is only captcha from our hosting, which we can’t disable for security reason. Just fill in the captcha and you should be able to login

    #615978

    Hey!

    We need to be able to access the site admin dashboard but the login credentials you’ve provided do not work please re-check send us working login credentials with user role as ‘administrator’ and permission to disable all plugins and add custom code if necessary to resolve the issue.

    Regards,
    Vinay

    #616240

    The user name and password we provided is correct. We have checked login using it almost 20 times (no saved password) and able to login just fine. Please check again

    #617067

    The pictures and animation still not shown. Please help

    #617075

    Hey!

    Please add the below code in functions.php

    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');

    Regards,
    Vinay

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