core-animated-pages leads to crash
-
I just tried to add a core-animated-pages element (to be used as an image slider) to a post and got the following crash:
( ! ) Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\system\wp-content\plugins\polymer-components\polymer-components.php on line 211Here is the code that I added:
<core-animated-pages transitions="cross-fade"> <section> <div cross-fade>Image 1</div> </section> <section> <div cross-fade>Image 2</div> </section> </core-animated-pages>
I also tried it with the short code, but it lead to the same result. I’m quite familiar with Polymer, but a newbie in WordPress so maybe I forgot something here.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘core-animated-pages leads to crash’ is closed to new replies.