-
AuthorPosts
-
May 16, 2016 at 7:47 pm #633228
Hi,
I’ve just run some updates for the 1st time since 2014! Almost everything went smoothly, though when I log out, the slider and animations do not work on the home page in either the child or main theme (i’ve hard refreshed the page and opened on other machines). When logged in, everything looks great. I’ve dissabled all pluggins, and this has not helped. Maybe someone here can shed some light?
Thanks!
JTMay 17, 2016 at 7:54 am #633531Hi JonathanTaphouse,
Please try to add this to the bottom of your functions.php file under Appearance–>Editor:
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,
RikardMay 17, 2016 at 11:38 am #633647Hi,
This code is already there :(
Do you have any other ideas?
Thanks,
JTMay 18, 2016 at 6:29 am #634178Hi,
Could you please try to overwrite the theme files with a fresh copy from your Themeforest account via FTP to see if that helps? http://kriesi.at/documentation/enfold/updating-your-theme-files/. Try to keep all plugin disabled as well while you’re trying to find the problem.
Regards,
RikardMay 18, 2016 at 10:22 am #634278Hi,
I also have done this, but with no success, I can’t seem to find the problem at all :(
JTMay 18, 2016 at 4:04 pm #634587I still can’t get this to work. Can anyone give me some suggestions?
May 19, 2016 at 6:39 am #634965Hi,
Did you disable all plugins? If not do we have permission to do so?
Best regards,
RikardMay 19, 2016 at 6:51 am #634977Hi,
We see this error when we are not logged in to the site:
TypeError: links.not(...).addClass(...).magnificPopup is not a function
Please post the FTP details here so that we can debug the issue. The FTP details above is incomplete. If possible, please update the theme every time a new patch is available.
Best regards,
IsmaelMay 19, 2016 at 9:42 am #635067Hi,
Yes, please do what ever you need to do – I need this working for my clients.
Thanks!
JTMay 20, 2016 at 5:29 am #635698Hi,
Are you sure that’s the correct FTP details? What is the username? I tried to connect to it but I got an “Authentication failed” and “Critical Error” messages.
Best regards,
IsmaelMay 20, 2016 at 9:45 am #635798The details work for me using FileZilla, see attached…
May 23, 2016 at 6:55 am #636569Hi,
It’s the .htaccess file. We disabled it temporarily and it is working properly now, logged in or out. Try to toggle any settings of the cache plugin to regenerate the .htaccess file.
Best regards,
IsmaelMay 24, 2016 at 10:35 am #637349You guys are fantastic!! thank you SO much :D
May 25, 2016 at 5:34 am #637861 -
AuthorPosts
- You must be logged in to reply to this topic.