Navigation überspringen

[Gelöst] Console error

This support ticket is created vor 6 Jahren, 3 Monaten. 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)

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von olivierF vor 6 Jahren, 2 Monaten.

Assistiert von: Christian Cox.

Author
Artikel
#1127565
capture.jpg

Hi,

I have a console error on the page : versteckter 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!