konzeptzwei
Member
Posted 5 months ago #
hey there!
first of all, i love the plugin! it even runs smoothly on ios devices: great!
my problem is the following: i have two slideshows, one on the front page (3 slides) and one on another page (2 slides). everything worked fine until i added metadata to the second slideshow (2 slides). i just wanted to overwrite the default transition effect from "scrollRight" to "fade".
well, the fade transition works but suddenly the second slideshow shows the other 3 sildes too. after deleting the metadata everything went back to normal…is this a bug or did i do something wrong?
cheers.chris
http://wordpress.org/extend/plugins/meteor-slides/
Thanks Chris, it should work fine like that.
The most common issues with metadata are simple typos or slight formatting issues. Could you post the code with the metadata that you are using to add the slideshows? I might also be able to figure it out from the site if you could post a link.
konzeptzwei
Member
Posted 5 months ago #
first shorccode for the frontpage:
[meteor_slideshow slideshow="winterkollektion-2011"]
and the second slideshow:
[meteor_slideshow slideshow="newcategory", metadata= " fx:'fade'"]
website:
http://hubertus-eyewear.com/
heres's the problem (german)
http://hubertus-eyewear.com/?page_id=5
and the english version. there's still the old code without metadata…
http://hubertus-eyewear.com/?page_id=5&lang=en
thanks for the instant reply ;)
In the metadata for the second shortcode, it looks like there are some extra spaces before and after the first quote. That could throw it off, try it like this:
[meteor_slideshow slideshow="newcategory", metadata="fx:'fade'"]
konzeptzwei
Member
Posted 5 months ago #
nope doesn't work :'(
btw. is your plugin compatible with qtranslate?
Ah, I think I might have spotted the issue. There should just be a space between the slideshow and metadata, not a comma:
[meteor_slideshow slideshow="newcategory" metadata="fx:'fade'"]
I haven't tested it with qtranslate, but I'm pretty sure some people are using them together.
konzeptzwei
Member
Posted 5 months ago #
thanks! now it works…YAY!
Nice, amazing how much difference a comma can make!