Dan Stramer
Forum Replies Created
-
I fixed the fade to black issue adding the css fix I wrote above.
It’s not optimal, because if I upgrade the plugin it will probably erase that line of code (if the css file gets updated too)Thanks,
DanForum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] background imagesYes, the editor added them in.
Thanks
DanForum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] background imagesOk, I think I figured it out, it seems to be working, but would be glad to hear your insights:
<?php // Loop which loads the slideshow</p> while ( $loop->have_posts() ) : $loop->the_post(); ?> <?php $src = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), false, '' ); ?> <div class="mslide mslide-<?php echo $i; ?>" style="background:url(<?php echo $src[0]; ?>) no-repeat right top;"> <p> </div><!-- .mslide --></p> <p> <?php $i++; ?></p> <p> <?php endwhile; ?>HI
I have a similar issue:
After adding a new image and text, when saving a blank page only with the title:
Nivo Slider For WordPress – Add Image
shows up.
and in the database all the fields show up NULLAny ideas?
Thanks
DanForum: Plugins
In reply to: [JJ NextGen JQuery Carousel] carousel and sliderThanks, I figured it out.
You can see it here:
http://www.orlyavital.co.il/gallery/kfar-saba/Dan
Forum: Plugins
In reply to: [Plugin: Contact Form 7] phone number validationHey Linzgreeny,
I was wondering if you figured it out – the phone number validation.
I am also looking for a solutionThanks,
Dan