We tried using the demo import but it only import partially. Many images, sliders and animation seems not imported/working properly
Please help
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
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
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
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
The pictures and animation still not shown. Please help
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