raproo
Forum Replies Created
-
Forum: Plugins
In reply to: [Meteor Slides] slideshow not working at all in WP 3.5yes. it was up for a few weeks and then i took it down with the intent to re-deploy, got distracted by the baby until… today! anyway i’ll re-deploy now. same url.
Forum: Plugins
In reply to: [Meteor Slides] slideshow not working at all in WP 3.5I actually have it up on a site studios42(dot)com. I am running 1.5.1, just did a search through WP dashboard and didn’t find a newer version. thanks!
Forum: Plugins
In reply to: [Meteor Slides] slideshow not working at all in WP 3.5@jleuze – so i had to take a break from working on my theme for a while. now i’m back at it and getting around to testing in a variety of browsers. in IE i’m getting the image jump on roll over… previously setting nav to “inline” fixed this for all other browsers…
Forum: Plugins
In reply to: [Meteor Slides] slideshow not working at all in WP 3.5that did the trick. thank you very much for all your help!
Forum: Plugins
In reply to: [Meteor Slides] slideshow not working at all in WP 3.5@jleuze yes, still building from scratch actually. no i did not add that function to the head. i just did and now the images are showing a nice slideshow as intended, however when i roll over with the mouse they are jumping down the page to expose the next & previous buttons… home.php currently looks like this:
<head> <?php get_header();?> <?php wp_head();?> </head> <body> <div id="headerSlideshow"> <?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?> </div>
Forum: Fixing WordPress
In reply to: images not displayingSWEET! thank you!!! don’t know why i had such a hard time finding that
Forum: Plugins
In reply to: [Meteor Slides] slideshow not working at all in WP 3.5i am running a local version so no website link to send you to. i am in the process of creating a custom theme based on twentytwelve and i have not added any javascript to it, just html and css so far… i’ll double check the pages i made to see, any idea where the JS problem would stem from?