Home › Forums › Gravida Support › 404
- This topic has 5 replies, 3 voices, and was last updated 6 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
January 19, 2018 at 10:24 am #92129
Hello,
I installed Redirector to add some redirections on my site and to check if (old) pages visited resulting in a 404 error.
I see in log every day 404 errors coming from the theme. De source URL is: /wordpress/wp-content/themes/gravida-pro/assets/js/jquery.easing.js?ver=1
Is this something to worry about? If yes, how can I solve this?
Thank you, Wilfried
January 19, 2018 at 10:43 am #92131Hi,
Kindly show us your website URL so that we can assist further.
Regards,
BradJanuary 19, 2018 at 11:54 am #92140Sorry I forgot. The website URL = http://familialebemiddeling.net
This folder exists, but the file it points to does not exists.
January 20, 2018 at 1:26 pm #92186Hello,
I did some research. If I check the source code of my main page then I find:
<script type='text/javascript' src='http://familialebemiddeling.net/wordpress/wp-content/themes/gravida-pro/assets/js/jquery.easing.js?ver=1'></script>
So I think this is the reason I see the 404 in the Redirect logs because this file does not exists. Is this a bug in WordPress or in Theme? Or did I possible mess up something?
Regards, Wilfried
January 20, 2018 at 1:58 pm #92188I did again some research and found in gravida-pro/lib/functions/enqueue.php the following line:
wp_enqueue_script('complete_galjs2',get_template_directory_uri().'/assets/js/jquery.easing.js', array('jquery'), true);
When I put it in comment (putting // before the code), then I see not anymore the 404 error.
It looks the site is still function normal. Shall I Leave it like this without expecting problems?
Is this some hangover from older version that still is there an will be removed by next upgrade?Thanks, Wilfried
January 22, 2018 at 6:32 am #92295Hi Wilfried,
Yes that way its solved. Nothing to worry about it.
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.