Q41developer
Forum Replies Created
-
Thanks Barnez, I will
Forum: Plugins
In reply to: [Meteor Slides] Random order with lot of imagesThanks very much Josh
Forum: Plugins
In reply to: [Meteor Slides] Random order with lot of imagesI just resolved. I forgot one coma. The correct code is:
$meteor_loop = new WP_Query( array( 'post_type' => 'slide', 'slideshow' => $slideshow, 'posts_per_page' => $meteor_options['slideshow_quantity'], 'orderby' => 'rand'
Forum: Plugins
In reply to: [Meteor Slides] Random order with lot of imagesCan anybody help me with this please?
Forum: Plugins
In reply to: [Meteor Slides] Random order with lot of imagesThanks Josh,
I already have custom slideshow template on my theme, but I don′t know where do I have to place the code. I tried to do this:$meteor_loop = new WP_Query( array( 'post_type' => 'slide', 'slideshow' => $slideshow, 'posts_per_page' => $meteor_options['slideshow_quantity'] 'orderby' => 'rand' ) );
but the slide is not showing at all
It′s a bug with qTranslate plug-in. I deactivated and now it works. But I don′t know how to fix it. Any suggestions
Still not working. Take a look to:
https://www.aitanaaventures.com/where you can see two slideshows. One with the conditionals and the other one without them.
Here:
https://www.aitanaaventures.com/noticias/none work
Thank you very much, but still not working…
You can it working here:
The slideshow “general” works perfect on the pages that don′t have slideshow specified.