miffebarbez
Forum Replies Created
-
Hi Josh,
Thanks for your reply 🙂 Indeed i am using custom stylesheet.
It took little time to figure it out what was going on but now it works.Still need to test the post pages with shortcode so i might get back to you 😉
Thanks anyway for your work!
regards,
MichielHi, I was able to fix it!
dont use “metadata” in the php.
<?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow( “homepage” ); } ?>And the path to the navigation controls in the css wasn’t correct!
Just viewed de JS errors in firebug console:
SyntaxError: invalid object initializer({ next: ‘#meteor-nexthomepage’, prev: ‘#meteor-prevhomepage’, pager: ‘#meteor-b…
jquery.metadata.v2.js?3.4.1 (line 99)
Anyone know how to fix this?
Some additional info:
I am using Twenty eleven as a basis theme and the slugname is “homepage”… (Not as stated above…)