Skip Navigation

[Resolved] Console error

This support ticket is created 6 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 2 replies, has 2 voices.

Last updated by olivierF 6 years, 2 months ago.

Assisted by: Christian Cox.

Author
Posts
#1127565
capture.jpg

Hi,

I have a console error on the page : hidden link
I have the same view displayed on other pages but I don't have this error, where can it come from?
Thanks for your help

Olivier

#1127651
Screen Shot 2018-10-15 at 2.23.30 PM.png

It looks like there is some invalid code injected at the top of this page:

<script>
$('.autoplay').slick({
  autoplay: false,
});
</script>

Please check the page source in this screenshot. I'm not sure how it got there. You can try the following troubleshooting steps:
- Temporarily deactivate all plugins except Types, Views, WooCommerce Views, and WooCommerce. Activate a default theme like Twenty Seventeen, clear any server-side cache, then test again.
- If the problem is resolved, reactivate your theme and other plugins one by one until the problem returns
- If the problem was not resolved, I'll need to take a closer look.

#1128251

My issue is resolved now. Thank you!