JQuery :: Cyle Plugin With Image And Content?
Jun 6, 2011I am using the cycle plugin here at my site, [URL].. The cycling of the image pages works as it should but I am a little lost on how to get some content on those pages.
View 1 RepliesI am using the cycle plugin here at my site, [URL].. The cycling of the image pages works as it should but I am a little lost on how to get some content on those pages.
View 1 RepliesI have a few "panels" that I am looking to cycle. The panel has a width of 100% with a background image. It is supposed to span the whole width of the browser. the content is set at a specific width, centered in this panel. I am looking to cycle the background image and content but just can't get it to work (the panels have a set width and are pinned to the left, not centered.
simple js:
I run a social network based on the PHP Script called Social Engine. And it has the option of inserting of user-designed widgets into different parts of the pages. And I made a couple of jQuery slide-shows for the same. but I noticed something strange happening when I place a jQuery widget on a particular page... 4 links on the text box (tinymce) right below the jQuery plugin disappeared!! And they re-appear if I remove the plugin from the template. I tried with a couple of different slider plugins, but it happens always. Other HTML content boxes and a bulit-in jQuery slider does not create this problem.
Can anyone of you please tell me what it could be in my plugin code that could be creating this issue? Pls have a look at the snaps of the page without and with the jQuery slider placed.
On page load, the cycle is displayed above some content that should be below the cycle.
And after doing a page reload, the content is indeed pushed down and the display is then correct, with the cycle above said content.
I suppose it is due to a loading race condition, the images being loaded before or after the below content...?
I'm using a plugin (asmSelect) that dynamically generates list items as the user chooses options from a select. I want to add additional dynamic content to each of the list items as they are created. How is this best accomplished? I thought I could delegate a 'load' event for the list items, but it looks like load events don't fire for content that's generated by JavaScript. (Delegating a 'click' event works, so I know I've got the code correct.)
What I want to do is basically equivalent to:
$('#testform').delegate('.asmListItem', 'load', function(){
custom_content = '<span>' + [calculated result] + '</span>';
$(this).append(custom_content);
});
Modifying the plugin to take the dynamic content doesn't seem like an option. The additional content will be different every time, so I can't just pass it as an argument when I initialize the plugin.
I'm looking for a content slider, somewhat like Coda Slider, but with the ability to load dynamically extra content. E.g. it loads only 4 slides (1 visible at the time), and when the user navigates to slide 3, I want it to load the next 4 slided. And on slide 7 again, etc.
View 1 Replies View RelatedI have seen similar problems in the forum, but none that match this issue exactly.
I am using Giva Labs' jNotify plugin [URL].I have a main page that dynamically loads content in a container.
I load jquery, and jnotify in the main page. When I call jnotify from thedynamicallyloaded content, I get an error that jnotify is not a valid method. If I include the <script> call for jnotify in the dynamically called content, it works. This does not seem like the best practice.
Is there a way to re-initialize jnotify afterloadingdynamiccontent?
I need to try to get rid of the number (idx) that sits in the pager box. Ultimately I want to see all pager 'holders' as empty4px square boxes.
View 7 Replies View RelatedI'm building a jQuery cycle slideshow into a Wordpress post. The slideshow will cycle through images attached to the post, and the final slide will always be a text box (generated by a meta box).
I'm trying to build a Pager that would display numbers (as per default), but for the last slide, the pager button would simply be "Text".
e.g.
1 2 3 4 5 Text
I have explored PagerAnchorBuilder but am still struggling.
Im looking for something that would allow a user to click on a button / link that would then reveal hidden content by sliding the whole of the main site content / container down.
I found this which slides the page content to the left or right [URL]
But need something vertical, almost as if the whole site was a big vertical accordian.
Or like on twitter / facebook phone app when refreshing for new tweets etc.
I have a webpage where i load eachdifferentcontent through a function load and after i load that content a problem with jQueryoccurs...if i go directly to the page where i have the "datepick" without load the content it works, but if i load some content stops working...
$(document).ready(function(){
If you want to try it live to understand what is happening here is the url: [url]
When you open the webpage if you click on the textbox it will show the calendar, but if you navigate on the right menu and then press the text box won't work...
I am using the jquery cycle plugin for a fade in/out content gallery for a site's news section - you can see it at: [URL] under the News & Articles section. The plugin works perfectly in Firefox, but I am seeing a white background in IE. Does anyone know how to fix this? It looks like it's an opacity issue. Here is my cycle code:
[Code]....
i have a site that uses a lightbox based image viewer and the jeditable plugin. basically my site has a photo gallery and below each gallery i have the option to set a caption to the photo.
i have done the caption using jeditable and i've also tried using the ajaxForm plugin for jquery to see if jeditable caused the problem. but whichever method i use, approximately 20% of the time a photo caption is submitted, if you then click on the photo to view full size using lightbox (so far i've used fancyBox, prettyPhoto and Lightbox itself, and all break in the same way) it gets stuck at "loading", whereby the overlay appears, the inital empty box and animated gif appear, but then it just spins forever and never loads the image, as if it cant access the URL. weirder still, the FIRST time i do a page refresh to try and fix the problem, it doesnt work (something in the cache i expect), but if i do a second refresh or a shift + refresh, it resets and works again. it's very difficult to eliminate all variables because the problem is so sporadic, but it seems that the most likely way of breaking lightbox is to do the following:
[Code]...
I am working on a rapid html prototyping framework. This would allow me (as an interaction designer) to create html prototypes fast.I have been looking in templating plugins to help with building the templates or filling them with content. For example {{ lorem_ipsum }} would be replaced with a few paragraphs of random text. This is easy to do with several plugins.
However it would be great to be able to add a bit more flexibility by using functions like {{ loremWords(100) }} which would add 100 random words which are different for each replaced item. Or something similar to add a menu or other snippets.It is probably not too difficult but so far I have not gotten it working yet. And the pluginsI have found are either too complex, requires script tags or can't handle functions.
I'm trying to do a simple image rotator without a plugin (they're not letting me use a plugin, but I don't need any transition effects, so it should be very simple w/o a plugin.
[Code]...
(I also would to find an approach that I can easily choose whether or not it should loop or not (stop at last photo or go back to the first photo..)
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...
});
});
I'm doing some ajax image uploads using the plugin at [url] I have multiple images on the page which I will be replacing with the uploaded image. My problem is this, trying to refer to the clicked image within the onComplete function.
I tried creating a variable that refered to 'this' which I beleive to be the image element but when I make the change to the element it is not refected, making me think that the variable is a copy and not a reference ?
I am creating a single column fluid layout and have run into an issue when positioning the images I display via Mike Alsup's cycle plugin. I dynamically load a "content" DIV with three other DIVs, one of which is controlled by the cycle plugin. The other two DIVs are positioned as expected, however the DIV that cycle is handling has positioning CSS added to it inline that is pulling it out of my page flow. (When I disable the cycle code the single image I load first displays as expected.) Here is the code from that particular DIV:
[Code]...
I am looking for a plugin for jQuery to mark areas on image and select a friend like you can do it in some social networks to mark your friends on fotos!
View 1 Replies View RelatedSo i am working on my horizontal website layout, and I am pretty happy with my concept and design, but it seems that there is one issue with the smooth scrolling plugins.. I am using [URL].. here called Tiny Scrolling and I was able to get it to work using an image as the link and the <a href="#first"> coding you can see it working by clicking on the floating navigation you see on the example page.
My issue is that I wanted to use an image map to create a link for the first page.. So i created the map and linked the same way but instead of using <a href> i used <area map> which basically disables the smooth scrolling.. it also does something weird where when you land on that other page, you are already scrolled a little bit down so you are not at the complete top of the time
So i am sure that the reason this is happening is because this plugin relies on the anchor (<a href) to complete the effect.. and since i am not very good with javascript, i can not figure out how to change it
[Code]...
I used the Jquery Cycle plugin on a site I'm working on.It worked fine on the static html site (see it in action here working as it should) but is leaving a gap between each image when I use it in Wordpress (See it here).
View 1 Replies View RelatedI'm trying to find a JQuery plugin that will:
a) preload all img's and background's on a given page
b) display an animated gif in the center of the original's img's or background's container
c) fade out showing each image once it's downloaded
d) as a consequence of (a) allow the page to render (show) quicker even if (depending on server speed, connection speed and user computer speed) the remaining images are still in a 'load state'.
e) is based on JQuery so not to increase page's footprint via adding Mootools, Prototype, YUI or the like (unless the additional 100KB or so is so worth it).
I've scouted Google and there a few out there but amazingly none seem to focus on doing this for a web page's image's but rather seem to focus on galleries/lightbox windows and so forth.
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]....
I am looking for a plugin that will popup a full size image WITH HYPERLINK when user clicks the thumbnail image link. I found [url] is useful but I can't add the hyperlink to the full size popup image.
View 1 Replies View RelatedI am using Table sorter to sort the table. I need sort to work only if i click explicitly on header sort image, not on headers. I am using dynamic column width on headers and whenever the colum is resizing the table sorter is getting called unnecessarily because the click event is getting fired on the header. Do i need to change the $headers.click call in jquery.tablesorter.js page?
View 1 Replies View RelatedI am using the Cycle plugin for image slideshows, and I am working on one that also displays a title for each slide with a link. The issue is that the title swaps a little after the image swaps, so there is a delay. Here is my code:
<script type="text/javascript">
$(function() {
$('#slideshow').cycle({
[code]....