hy,
your setup looks good and it’s good that you already enabled the cross-domain resources. when you look at your console you see some js-errors. they are all coming from files which are included with this “ress”-markup.
<script type="text/ress" ress-src="https://story-schmiede.de/wp-content/cache/nextend/web/n2-ss-2/n2-ss-2.js?1527163737"></script>
although i am not familiar with this a simple guess would be to try switching to standard javascript-markup here
<script src="https://story-schmiede.de/wp-content/cache/nextend/web/n2-ss-2/n2-ss-2.js?1527163737"></script>
also your typekit css (https://use.typekit.net/rvf2kod.css) is not loading – probably you have to allow the new domain in you typekit settings since they are usually whitelisted for some domains only…
hope this helps 😉
matt
Hello,
thanks for the typekit tip!
I think the “text/ress” is from the plugin “Smart Slider 3”. I don’t know how to change it.
Gabor
(@nextendweb_gabor)
Hi @storymarketing and @matthiaswagner!
The JavaScript errors you see coming from us are happening, because jQuery is called in from the footer and that needs to run before our code. You can fix it like this:
https://smartslider3.helpscoutdocs.com/article/485-n2-is-not-defined
so turn on the Async, Minify and Combine options at our JavaScript settings.
Hello!
I turn on the three options and it helped!
I use also the PageSpeed Ninja Plugin and you have to turn off this setting:
View post on imgur.com
Now it works great!
Thank you for your help!
great 🙂
good luck with your page!
a review and/or small donation is always appreciated 😉