jmacboy
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Image Gallery] Easy Gallery used to work, but now it doesn't at alllol 🙂 obviously my bad, thanks a lot for your help!!
I changed my query_posts to this piece of code:$args = array( 'category_name' => 'Gym Motivation', 'posts_per_page' => 4, 'orderby' => 'rand' ); $the_query = new WP_Query($args);and still didn’t worked, but then searching a little bit more, I identified the problem and it was that I missed the wp_reset_query(); call after the loop, so it doesn’t interfere with the plugin, which also uses a WP_Query according to what I understood.
Found the other solution in this site just for the record.
Well, thank you so much for your help! it was really appreciated, and sorry for the noob question 🙂
Forum: Plugins
In reply to: [Easy Image Gallery] Easy Gallery used to work, but now it doesn't at allYes and yes, I think the only problem in the footer file is this line of code that is interfering the creation of the javascript call:
query_posts(array( 'showposts' => 4, 'orderby' => 'rand', 'category__in' => array(get_cat_ID('Gym Motivation')) ));I tried removing this line and it worked, added it again and it doesn’t, I use this code to show the images after the gallery plugin in the footer, does it affect the plugin in any way?
Forum: Plugins
In reply to: [Easy Image Gallery] Easy Gallery used to work, but now it doesn't at allSure
http://www.duofitgym.com/galeria-de-fotos/
http://www.duofitgym.com/musculacion/
http://www.duofitgym.com/body-vive/Any of these used to work, the first link is the one with more images to show.