JQuery :: Cycle Plugin - How To Get Spans Centered Within DIV

Oct 2, 2010

I have a div wrapped around spans, and each span containing nothing but text (client testimonials)... I'm trying to get the spans to cycle through and it works wonders, except the Cycle plugin causes my spans not to be centered within the div.So I looked through the plugin source and noticed:
$slides.css({position: 'absolute', top:0, left:0}).hide()
I figured the absolute positioning was my problem and changed left:0 to left:50%and although it centers, the slide is broken and all my spansappear at once.

View 1 Replies


ADVERTISEMENT

JQuery :: Cycle Plugin - Cycle Through Php Query_post & Display Caption From The_excerpt - Captions Do Not Effectively Cycle

Jun 23, 2011

I have yet to be able to do this successfully. I am using the Cycle Plugin to cycle through a series of images and corresponding caption. To show the images, I use:

<div id="cycle-container">
<?php query_posts("cat=38&showposts=2"); ?>
<?php while (have_posts()) : the_post(); ?>
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>">
<img src="http://www.website.com/uploads/<?php echo get_post_meta($post->ID, 'Image', true); ?>" alt="Icon [Code]...

Problem: The captions do not effectively cycle. What appears is the first caption from php the_excerpt but it does not change to the next php the_excerpt text. Can I solve this problem so I get the text from php the_excerpt to correspond to each image??

View 1 Replies View Related

JQuery :: Cycle Plugin: Pause The Cycle From Link Withing The Cycling Content?

Jul 21, 2009

I am having an issue with pausing the cycle from links within the cycle. I have set up a cycle that contains a html contentent including a 'video playlist'. This is a javascript based list that updates a flash video player with a new video inside the cycle. The videos are loading fine, but for some reason when i call the cycle 'pause', it dosent work? i have testing the $('#feature').cycle('pause'); from a link outside the cycle and that seems to be working, but it seems to be from the links inside the cycle content. here is the code i am using (i have made a custom crossfade transition)

function feature() {
$('#featuretitle').hide();
$('#feature').after(
'<div id="featurenav"></div>'

[Code]....

View 2 Replies View Related

JQuery :: Cycle Plugin [cycle] Terminating; Zero Elements Found By Selector?

Feb 21, 2011

I'm using the Cycle plugin to display images for some of my past projects onhttp:[URL]..projekteMy problem is that in Chrome i get the above error in console.([cycle] terminating; zero elements found by selector) I have tried manually initializing the Cycle plugin for every project div and that did not help so I went back to my initial code:

[Code]...

View 4 Replies View Related

JQuery :: Cycle Plugin - Changing The Options Of The Cycle

Aug 14, 2009

I define a cycle in document.ready as per usual. In my cycle I have different sets of images that i want to cycle through and only want certain ones to cycle as selected using the slideExpr option.

Is there a way to change this option from:

SlideExpr: 'a'

To:

SlideExpr: 'b'

Another alternative i've considered is to make a cycle of cycles.

View 4 Replies View Related

JQuery :: Cycle Plugin To Cycle Through Entire Divs ?

Jun 30, 2011

I've worked though a lot of issues trying to get the jQuery cycle plugin working in a relatively complex situation but have hit yet another wall.

Basically, I'm trying to get the jQuery Cycle plugin to cycle through entire divs, each one of which contains yet another slider platform built in jQuery. The first div always displays exactly as it should but when I click to transition, the elements within the second div appear stacked instead of side by side on the slider as they should. I've tried modifying the CSS in every way I can think of to prevent this, but so far, no dice.

I'm not sure whether its an element of the CSS for the second slider platform (wp e-commerce product slider) or one of the two platforms themselves. One thing I did notice was that one of the inner slider divs "gallery_slider" is automatically being set to 90px wide which is way too thin, but I can't seem to figure out how to override this if that is actually the problem.

You can check out the site that I'm trying to implement this on at [url]. The trigger to change the slider div is under "Men's">"Cloth Belts".

View 6 Replies View Related

JQuery :: Cant Get The Easing Plugin To Work With Cycle Plugin

Jun 1, 2009

I cant get the easing plugin to work with cycle plugin

1. does cycle 2.65 work with easing 1.3

2. does easing work on the scrollHorz

3. if both of these are true then what am i doing wrong

$('#slideshow').cycle({

View 1 Replies View Related

JQuery :: Cycle Plugin Pause After Element Fades Out But Before Cycle Fades Next Image In?

Aug 26, 2010

I'm a bit new to jQuery but am loving it so far.. especially the cycle plugin. I have a strange problem that I've not been able to find the solution to anywhere else. Everything works just fine with the exception of one issue thats causing me problem. I'm using cycle to control 3 different fading animations on my page. On 2 of the animations I'd like to pause cycle after the image fades out for a few seconds but before cycle fades the next image in. The catch is that I want the timing to be different for each pause before the next cycle begins.

The goal is for#hpcontent,#hphead,#hpfade3to fade out all at the same time. Then for#hphead to pause for 2 seconds before it fades in the next random image, and#hpfade3to pause for 3 seconds before it fades in the next random image

[Code]...

View 3 Replies View Related

JQuery :: Cycle Plugin And CSS?

Oct 18, 2010

New to the forum. I have a problem with the Cycle plugin. Actually, it works great, but the paragraphs I am cycling aren't formatted according to my CSS. What am I doing wrong? View at [URL]..

View 1 Replies View Related

JQuery :: Cycle Plugin With IE7?

Jun 8, 2009

I am new here and I seached vor problems with IE7 and JQuery Cycle Plugin but haven't found anything helpful for me. My problem: I almost copied the demo skript from [URL]...and changed it to my local folders using Dreamweaver (not laughing, I
am not a professional programmer). In Dreamweaver live-view it works perfekt. So it does in Mozilla and Opera. But not in IE. There I can just see my 3 test-pictures beneath each other but no funktionality.

[Code]...

View 2 Replies View Related

JQuery :: CSS Conflicting With Cycle Plugin?

Apr 14, 2011

I am rather to JQuery, but love the possibilities. However I am finding my first experience rather vexing. The JQuery Cycle plugin works great in my site folder if I place it in a new file. But when I try to place it in my existing index page with existing CSS it displays the images on top of one another not in the div where they are placed. I can send a screenshot if that helps. I have also included my site folder with just the index page and all the files including graphics, scripts and CSS. Can any of you see where my conflict is?Also since then I added this css to the index file and got images to come together but transition does not happen:

#myslides {
width: 605px;
height: 200px;

[code]....

View 1 Replies View Related

JQuery :: Cycle Plugin With Transparent PNG IE

Jun 30, 2011

I'm using the cycle plugin to crossfade a series of images that need to be transparent png files. I've got the png fix working, but in IE I can't get the images behind the first image to hide until called.

I've tried setting the display: none,-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)", and filter: alpha(opacity=50), which works to hid them initially, but when they fade into 100% they disappear.

Of course this is only an IE issue, firefox and safari are fine.

check out the site: [url]

View 1 Replies View Related

JQuery :: Cycle Plugin Doesn't Acc

Feb 19, 2009

I'm trying to load the Cycle plugin with a JSON feed from Picasa.Everything is pulling in from Picasa just fine. I can copy the exact HTML that it generates and paste it into my code and reload, and it works fine, but not when it is dynamically added via Javascript.URL...Here is my javascript code that pulls in the feed from Picasa and then initializes Cycle. I also automatically generate the thumbnails for the pager here too. Does Cycle read from the raw html rather than from generated html? [code]

View 3 Replies View Related

JQuery :: Cycle Plugin For SSL Connections?

Nov 21, 2011

I'm using th ejquery cycle to dispaly testimonials on a store page with an ssl connection. The problem is that when I call the script from [URL] I've tryed using the script directly on the page without calling it from the hithub slink, but no luck. how can the cycle plugin can be used without having the browser turn on the security warnings?

View 2 Replies View Related

JQuery :: Cycle Plugin Not Working In IE?

Oct 8, 2009

I am currently developing a site for a client which uses the JQuery cycle plugin to move through a number of divs which contain pictures and info about wedding dresses. All works fine in Firefox, but when I test in IE6 + IE7 the divs are all stacked on top of each other vertically and they soan right down the screen for 1000's of pixels. To me it seems like this is a problem with absolute/relative positioning or the z-index, I have also used a few floats in the child divs. I am also using SIFR for text replacement, could this be conflicting? Here is my code, can anyone see a problem that would cause my cycle not to work in IE.?

--------------
XHTML
--------------
<code>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

[Code].....

View 2 Replies View Related

JQuery :: Cycle Plugin With Lightbox?

Jun 29, 2008

Does anyone have a link to an example where they are combining the excellent Cycle plug-in with a lightbox type modal display? I'd like to be able to present the slides in Cycle, then let the user click a slide to see the larger image in a lightbox (or similar) presentation.

View 1 Replies View Related

JQuery :: Using Cycle Plugin Like Serialscroll?

Aug 21, 2009

i want to use the cycle plugin to replace the serialscroll plugin i'musing to do horizantal scroll? how would i do that? what would i haveto change in the css and options? i tried some different things butcan't get it to show more than one item at a time.

View 1 Replies View Related

Jquery :: Cycle Plugin - Won't Start

Aug 28, 2010

I'm having my first attempt as using JQuery (and working my way through my sitepoint books) and am a little stuck on the following.I am trying to put the cycle plugin into a web page (on my local machine using xampp) and whilst my 1st images appears it looks as though the actual plugin will no start.

View 1 Replies View Related

JQuery :: Cycle Plugin Center All Images?

Oct 12, 2010

I have two separate questions. One being, how would I go about having the container resizing itself for different image sizes. So that surrounding elements can conform to it's size?

Also, is there a way to align the images in a slide shows so that it is always horizontally and vertically centered in the slideshow?

View 10 Replies View Related

JQuery :: Cycle Plugin - Add Scrolling To Pager?

Apr 7, 2010

Can anyone recommend a way to add a nice scrolling effect to the pager nav? I am using the imagethumbnails example as shown, but if the number of thumbnails exceeds the width of my div, I would like them to nicely scroll into and out of view as the slideshow continues. Perhaps in conjuction with another jQuery plugin?

View 3 Replies View Related

JQuery :: Cycle Plugin And Drop Down Menu?

Apr 25, 2011

I am using the cycle plugin on the frontpage of my client's site: [URL](using Platform Pro theme). The plugin works great, but I needed to add a drop down menu to the navigation bar. I can see the drop down menu (Banquet Rooms --> Banquet Menu) on all the pages without a cycle plugin. I know that the z-index is an issue with slideshows and drop down menus, but I cannot find where I need to raise the z-index. I've tried several parts of the nav bar and nothing changed.

View 1 Replies View Related

JQuery :: Cycle Plugin And IE 8, After First Image Fades?

Jul 25, 2011

After the first image on this site, [URL].., fades out in IE 8, the window crunches up to the upper left as in the screenshot here =>https:[URL]..

My script call:

$(document).ready(function() {
$('.slideshow').cycle({
fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
});
});

View 2 Replies View Related

JQuery :: Cycle Plugin: Changing A Class?

Dec 15, 2010

I am using the cycle plugin. I am cycling through 3 images. There are 3 corresponding divs below the images.I would like to change the background color of the div based on the corresponding image that is active.

[Code]...

View 1 Replies View Related

JQuery :: Cycle Plugin Full Screen?

Sep 8, 2011

I've attempted to get Cycle to function as a full screen slideshow.I love Cycle for it's simple clean code, and easy implementation and also powerful options.However, when I resize my browser window, even with OnResize events in place, the Cycle plugin usually maintains the images at the size of the onload event.So I ask you, as a meager and humble creative who loves to do front end dev... how can we get Jquery cycle working at full screen and with browser window resize?nd while these both are interesting and very useful, the code is very strict and the galleries are a "swiss army knife" combination of things, easily broken, and a little proprietary

View 4 Replies View Related

JQuery :: Cycle Plugin Hover Fluctuates?

Oct 8, 2011

i am using cycle plugin to create a gallery.i am facing problem on hover. the hover image did not remain stable but it also fades like other gallery images.here is my code.i tried a lot of other captions and hover plugins but i can't get the required results.help is realy needed.

[Code]...

View 6 Replies View Related

JQuery :: Cycle Plugin - Accelerate The Effect?

Jul 9, 2010

I have a little problem with the slideshow, the scrollLeft effect is activated on rollover, but, it is quite slow, and it give me the sensation that the slideshow begins with the "pause".

[Code]...

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved