-
AuthorPosts
-
January 6, 2018 at 1:31 pm #894065
Greetings.
Just purchased enfold 4.2 completed the installation in a fresh and clean WordPress install.
Loaded demo coming soon and enfold 2017. Only to find that animated features and all sliders not showing or working.
Could not find the error, mostly as my knowledge is limited to know what would be causing the issue.
Tried reinstalling theme again, also completely deleting the installation and starting again with new WordPress and theme install. Changed .htaccess and tweaked config.sys and neither of these actions helped to resolve the issue.
Would appreciate some input on how to resolve this or better still, log in and find the culprit that preventing display…
Living Off The NeTT Home- This topic was modified 6 years, 10 months ago by marcelimo.
January 6, 2018 at 1:36 pm #894071Address to site https://www.zipzapmoney.com
January 6, 2018 at 6:07 pm #894147Hi marcelimo,
You need to be running at least php 5.6.3. Can you please upgrade?
Best regards,
VictoriaJanuary 6, 2018 at 10:54 pm #894239Victoria,
Thank you for your response. However, I do believe that method for solution, in this case, is not the rabbit hole worth going down.
Just changing the PHP irrespective of version will yield no results and a long way round to finding the solution.What did show some results was to introduce this script into functions.php in the child-theme using the current version of PHP 5.4 as seen here Demo Enfold2017
This resolved some of the issues of the animation text and the sliders in the demo Enfold 2017 but not demo Coming Soon, including animated numbers, nothing displays as seen here Demo Coming Soon
Unfortunately adding this in the child theme introduced a new issue that images in the Media Library don’t show in grid view but do in list view. This prevents control over images in sliders in the backend for pages or posts. So it solved half the problem but still leaving this unresolved and not a workable solution.
Script:
`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’);
}
}`
In fact it also worked by just adding ?> ; instead off the above.Considering this I would imagine the issue is related to an internal script conflict.
Finding that and resolving this would go a long way to keeping the site lean as possible.
So I remain seeking a tested solutions rather than suggestions to expedite this…- This reply was modified 6 years, 10 months ago by marcelimo.
January 7, 2018 at 6:20 am #894300Hi,
The version of PHP which Victoria recommended is the minimum recommended to run WordPress itself on, I’m not sure which version you are running, but upgrading to 5.6 or higher is the first step I would take. Could you try that out please? If this was a general problem with the theme, all of our customers would have this problem, but that is not the case, so it must be something local to your environment.
Best regards,
RikardJanuary 8, 2018 at 6:42 pm #894831This reply has been marked as private.January 11, 2018 at 6:26 am #895986Hi,
Thank you for the update. The site is stuck on the preloader and I get the following errors.
Uncaught ReferenceError: jQuery is not defined at eval (eval at <anonymous> (layerslider.kreaturamedia.jquery.js:13), <anonymous>:1:216) at layerslider.kreaturamedia.jquery.js:13 12:23:04.497 www.zipzapmoney.com/:660 Uncaught ReferenceError: jQuery is not defined at www.zipzapmoney.com/:660 12:23:04.497 www.zipzapmoney.com/:661 Uncaught TypeError: lsjQuery is not a function at www.zipzapmoney.com/:661 12:23:04.697 /cdn-cgi/pe/bag2?r[]=https%3A%2F%2Fwww.zipzapmoney.com%2Fwp-content%2Fplugins%2Fjvzoo-ad-manager%2Fjs%2Fjam-js.js&r[]=https%3A%2F%2Fwww.zipzapmoney.com%2Fwp-includes%2Fjs%2Fjquery%2Fjquery.js%3Fver%3D1.12.4&r[]=https%3A%2F%2Fwww.zipzapmoney.com%2Fwp-includes%2Fjs%2Fjquery%2Fjquery-migrate.min.js%3Fver%3D1.4.1&r[]=https%3A%2F%2Fwww.zipzapmoney.com%2Fwp-content%2Fplugins%2Fcommentluv%2Fjs%2Fcommentluv.js%3Fver%3D2.94.7&r[]=https%3A%2F%2Fwww.zipzapmoney.com%2Fwp-content%2Fthemes%2Fenfold%2Fjs%2Favia-compat.js%3Fver%3D4.2&r[]=https%3A%2F%2Fwww.zipzapmoney.com%2Fwp-includes%2Fjs%2Fmediaelement%2Fmediaelement-and-player.min.js%3Fver%3D4.2.6-78496d1&r[]=https%3A%2F%2Fwww.zipzapmoney.com%2Fwp-includes%2Fjs%2Fmediaelement%2Fmediaelement-migrate.min.js%3Fver%3D264ec6cb2547a41467b349fded2eee78&r[]=https%3A%2F%2Fwww.zipzapmoney.com%2Fwp-content%2Fplugins%2Fjetpack%2F_inc%2Fbuild%2Fpostmessage.min.js%3Fver%3D5.7&r[]=https%3A%2F%2Fwww.zipzapmoney.com%2Fwp-content%2Fplugins%2Fjetpack%2F_inc%2Fbuild%2Fjquery.jetpack-resize.min.js%3Fver%3D5.7&r[]=https%3A%2F%2Fwww.zipzapmoney.com%2Fwp-content%2Fplugins%2Fjetpack%2F_inc%2Fbuild%2Fphoton%2Fphoton.min.js%3Fver%3D20130122&r[]=https%3A%2F%2Fwww.zipzapmoney.com%2Fwp-content%2Fplugins%2Fbbpress%2Ftemplates%2Fdefault%2Fjs%2Feditor.js%3Fver%3D2.5.14-6684&r[]=https%3A%2F%2Fs0.wp.com%2Fwp-content%2Fjs%2Fdevicepx-jetpack.js%3Fver%3D201802&r[]=https%3A%2F%2Fwww.zipzapmoney.com%2Fwp-content%2Fplugins%2Fadrotate%2Flibrary%2Fjquery.adrotate.clicktracker.js&r[]=https%3A%2F%2Fwww.zipzapmoney.com%2Fwp-content%2Fplugins%2Femail-subscribers%2Fwidget%2Fes-widget.js%3Fver%3D264ec6cb2547a41467b349fded2eee78&r[]=https%3A%2F%2Fwww.zipzapmoney.com%2Fwp-content%2Fplugins%2Femail-subscribers%2Fwidget%2Fes-widget-page.js%3Fver%3D264ec6cb2547a41467b349fded2eee78&r[]=https%3A%2F%2Fsecure.gravatar.com%2Fjs%2Fgprofiles.js%3Fver%3D2018Janaa Failed to load resource: the server responded with a status of 400 () 12:23:04.699 /cdn-cgi/pe/bag2?r[]=https%3A%2F%2Fwww.zipzapmoney.com%2Fwp-includes%2Fjs%2Fwp-emoji-release.min.js%3Fver%3D264ec6cb2547a41467b349fded2eee78 Failed to load resource: the server responded with a status of 400 () 12:23:04.731 jquery-migrate.min.js?ver=1.4.1:2 JQMIGRATE: Migrate is installed, version 1.4.1 12:23:04.969 /cdn-cgi/pe/bag2?r[]=https%3A%2F%2Fwww.google-analytics.com%2Fanalytics.js Failed to load resource: the server responded with a status of 400 () 12:23:17.877 /cdn-cgi/pe/bag2?r[]=https%3A%2F%2Fwww.zipzapmoney.com%2F%3Fwordfence_lh%3D1%26hid%3D8DB16A025F724E93FB2F914E1DCF5780%26r%3D0.35909935387044034 Failed to load resource: the server responded with a status of 400 ()
It seems to related to the cdn and the wordfence plugin. Please disable those temporarily. I also tried to login but got locked out.
You are temporarily locked out
You have been temporarily locked out of this system. This means that you will not be able to sign-in or use several other features that may compromise security. Please try back in a short while.Return to the site home page
Attempt to return to the admin login page (you may still be locked out)Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.