jor_carouselManipulation 11.0

In this section you can share self-made extensions with other users of WYSIWYG Web Builder.
There is a dedicated section for commercial extensions.
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: jor_carouselManipulation_update8

Post by supersonictt »

@jordan,

Thank you so much for explaining how animations work :)
Of course am not asking for these features to be in the future updates, but I was trying to copy some animations from this site:
http://www.reemalbawadi.com
I am in charge to re-design this website, so just wanted to see if these animations can be done using the carousel manipulation.
One more thing, I noticed that when adding a link to an image, and this image has an animation effect in the carousel manipulation, it loses the effect. Did you encounter that?

Thank you so much :)

By the way, your extension are really AMAZING! Thanks a million for your hard work :)
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update8

Post by jordan »

supersonictt wrote:One more thing, I noticed that when adding a link to an image, and this image has an animation effect in the carousel manipulation, it loses the effect. Did you encounter that?
oeups, no, I did not know that, but I know now . :shock: .
that is not how it supposed to work, I will fix that it the next update for sure, thanks much for the info!
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation 8.0 > !UPDATE! > 9.0

Post by jordan »

jor_carouselManipulation update 9

01. fix : stabilize full width resize vs animation - WB10 fix
02. new : external control by class (next/prev/stop/play/pager) - (see in depth section)
03. enhanced : pause-resume | initial - is changed to - autoplay | initial property - (removed reliance on text object)
04. enhanced : frame background size property added (cover/contain/percentage/pixel) - per frame
05. enhanced : frame background position property is now editable
06. fix : linked image losses animation

see also the new jor_INSPIREREYS section on jorextensions.com for new cool template demo!

for full update history, demo and download see top post
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: jor_carouselManipulation 8.0 > !UPDATE! > 9.0

Post by protectourlands »

Jordan

Is there a way to add the option "Show Random Order" to your awesome extension?
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation 8.0 > !UPDATE! > 9.0

Post by jordan »

protectourlands wrote:Jordan

Is there a way to add the option "Show Random Order" to your awesome extension?
you mean a random order autoplay ?
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: jor_carouselManipulation 8.0 > !UPDATE! > 9.0

Post by protectourlands »

Yes exactly. Instead of sliding in order the slides occur randomly. This works very well when in fade mode.

I tried adding this to the script tag:

type: 'random'

It seemed to work after the first 2 fades. I'm not sure if this is the optimal way to apply it to this application.

Thank you for considering it.
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation 9.0b

Post by jordan »

jor_carouselManipulation update 9b

01. new : autoplay in random order

for full update history, demo and download see top post
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation 9.0b

Post by jordan »

hello protectourlands,

I actually already just created it, but when I finished I thought, did he really mean autoplay order - little late - . :mrgreen: .

download jor_carouselManipulation_update9b.rar from the top post, added random autoplay
I just have no time to test it thoroughly, but I think this will work just fine, else just shout:)
hope this helps - cheerios!
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: jor_carouselManipulation 9.0b

Post by protectourlands »

It works perfectly Jordan. Exactly what I needed.

Thank you very much. All the best to you.
Herbert
 
 
Posts: 26
Joined: Sat Jan 14, 2012 11:29 am

Re: jor_carouselManipulation 9.0b

Post by Herbert »

I'm just an amateur, tinkering my own private website.

I want to say "thank you Jordan" for offering your great extensions.

Regards
Herbert
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: jor_carouselManipulation 9.0b

Post by supersonictt »

Hello again Jordan, can I shout? :)
Well, it is not a bug that I want to shout for, but I think I asked this before: when the play is paused by a mouse hover or whatever, is it possible to resume the timer and not reset it back to full duration?
Thank you.
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation 9.0b

Post by jordan »

Herbert wrote:I'm just an amateur, tinkering my own private website.

I want to say "thank you Jordan" for offering your great extensions.

Regards
Herbert
Thank you Herbert, much appreciated !:) . 8) .
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation 9.0b

Post by jordan »

supersonictt wrote:Hello again Jordan, can I shout? :)
Well, it is not a bug that I want to shout for, but I think I asked this before: when the play is paused by a mouse hover or whatever, is it possible to resume the timer and not reset it back to full duration?
Thank you.
hiya supersonictt,

nope, sorry there simply is no such thing as a timer pause in javascript
you basically have 2 timers - setInterval and setTimeout - neither can be paused, they can only be cleared/reset
the only way to create a pause function - is to create a pause function - work with 2 timers, or memorize on split
in any case that changes the whole script completely, it is not something that easily can be added
everything that depends on the timer needs to be changed to work with whatever you put in place as a timer
if it could be done easily I would have for sure!
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation 9.0b

Post by jordan »

markm wrote:Any help would be appreciated.

I have put the extension and a carousel on a page, set the id for the carousel, changed some of the effects in the extension such as background images for the different frames, but it has no effect on the carousel. What am I doing wrong.
hi markm,

I have no clue as to why it does not work for you ?
if you can set up a live demo, I can see what you have done
also in the download is a WB demo project with many examples - jor_carouselManipulation_easystart - does that project work for you ?
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation 9.0b

Post by jordan »

hi markm,

please put up a live demo so I can see what it looks like when it runs
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation 9.0b

Post by jordan »

jaybird wrote:Hi,

Downloaded today your jor_carouselManipulation_update9b RAR File (.rar) and tried to manually install in WB 10 and the file is not recognized ?

Thanks,
Jay
hi jaybird,

please try this recompiled EB5.2 version - jor_carouselManipulation EB5.2
hope this helps!
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation 9.0b____**SOON** v10.0

Post by jordan »

jor_carouselManipulation update 10 - SOON - CRAZY CHICKEN UPDATE!

update 10 summary:
- animate into position - NOW with CSS3 animation - included animates.css library or use WB CSS3 animation
- new option - auto switch - only engage autoplay if the carousel is in view - (vertical axis)
- many powerful enhancements for thin film mode
- many fixes and enhances for RWD design compatibility
- other ...

see a preview in the new cool demo on jorextennsions.com - section jor_INSPIREREYS - (around the globe-destination)

NOTE: jor_carouselManipulation 10.0 is WB10+ only!
User avatar
BaconFries
 
 
Posts: 5316
Joined: Thu Aug 16, 2007 7:32 pm

Re: jor_carouselManipulation 9.0b____**SOON** v10.0

Post by BaconFries »

As always great work jordan...
User avatar
tommy888
 
 
Posts: 214
Joined: Mon Sep 28, 2009 5:41 pm
Location: Poland
Contact:

Re: jor_carouselManipulation 9.0b____**SOON** v10.0

Post by tommy888 »

Looking forward to it JOR! Thanks :)
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation 9.0b____**SOON** v10.0

Post by jordan »

jor_carouselManipulation10.0 SUSPEND!

I run into a design fault in JMPv3.0 b5.6 therefore b5.6 has been removed
this fault also involves jor_carouselManipulation 10.0 which is not yet released . pfef:)
both will be released later!

@ tommy888 - will release as soon as possible, TNX for the thumbs . 8) .
User avatar
tommy888
 
 
Posts: 214
Joined: Mon Sep 28, 2009 5:41 pm
Location: Poland
Contact:

Re: jor_carouselManipulation 9.0b____**SOON** v10.0

Post by tommy888 »

Ok, Jor Thnaks :)
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation 9.0b___**RELEASED** v10.0

Post by jordan »

jor_carouselManipulation update 10 - CRAZY CHICKEN UPDATE!

01. added : added option - corner radius for jQuery slider and progressbar
02. fix/enhanced : thin film mode - abide RWD design (visibility) - (rewrite)
03. changed : thin film mode - option "position | index" removed - (z-index is now set as the carousel resides)
04. enhanced : thin film mode - added option - top position (auto/manual) - RWD enhancement
05. added : thin film mode - added option - FRAME: border/background size/shadow
06. added : thin film mode - added option - BLOCK: background image/size/shadow
07. new : thin film mode - new option - block cover opacity switch (first/last slide)
08. new : thin film mode - smart object animation - only animate if object is not in view
09. enhanced : callback before now also executes at carousel init.
10. fix : jQuery slider vs carousel effects mode fix
11. fix : object animation abide RWD design - (rewrite)
12. new : object animation now also include CSS3 animation - (included animate.css library)
13. new : object animation - CSS3 animation - also target by class
14. new : object animation - new option - create custom CSS3 keyframe animation (advanced)
15. new : new option - auto switch - only engage autoplay if the carousel is in view (vertical axis)
16. new : full width pseudo fix - new option - kill overlap (remove overlap)
17. new : full width pseudo fix - new option - staticX (counter horizontal scrollbar)
18. changed : compiled with EB5.2 - (WB10+ only)
19. additional : other internal improvements
20. additional : updated jor_carouselManipulation_easystart.wbs project

for full update history, demo and download see top post
LTH
 
 
Posts: 23
Joined: Wed Dec 31, 2014 9:44 pm
Location: Lenoir City, TN

Re: jor_carouselManipulation 10.0

Post by LTH »

jordan I might be mistaken but a year or so ago when I downloaded this great extension I thought I was able to access the demo pages you have referenced in your help file. Can you point me in the right direction to find these again?
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation 10.0

Post by jordan »

LTH wrote:jordan I might be mistaken but a year or so ago when I downloaded this great extension I thought I was able to access the demo pages you have referenced in your help file. Can you point me in the right direction to find these again?
hello LTH,

the demos are in the download - in the folder - jor_carouselManipulation_easystart
LTH
 
 
Posts: 23
Joined: Wed Dec 31, 2014 9:44 pm
Location: Lenoir City, TN

Re: jor_carouselManipulation 10.0

Post by LTH »

Not sure why but all that's in mine is 4 jpg images. I downloaded it again and just unzipped it and it's the same thing 4 jpg files. Let me know if there's any other way to get these. Thx
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation 10.0

Post by jordan »

you do not have a - jor_carouselManipulation_easystart.wbs - inside the (first) folder ?:\
I just viewed the download, it's in the folder for me ?
try this download, it's the same but I only included the .wbs - jor_carouselManipulationLTH
electrochrisso
 
 
Posts: 43
Joined: Mon Aug 19, 2013 8:39 am
Location: Darling River

Re: jor_carouselManipulation 10.0

Post by electrochrisso »

I just downloaded the file and everything seems to be there, the size of the rar is 455,250 bytes.
WYSIWYG THE GREATEST Web Builder EVER
LTH
 
 
Posts: 23
Joined: Wed Dec 31, 2014 9:44 pm
Location: Lenoir City, TN

Re: jor_carouselManipulation 10.0

Post by LTH »

Here's what I get when I try to open any link.

Image
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation 10.0

Post by jordan »

LTH wrote:Here's what I get when I try to open any link.

Image
hi LTH,

enable - preview entire website - in WB




@electrochrisso - tnx for taking the time, feedback always appreciated .:).
LTH
 
 
Posts: 23
Joined: Wed Dec 31, 2014 9:44 pm
Location: Lenoir City, TN

Re: jor_carouselManipulation 10.0

Post by LTH »

I must have gone brain dead. :oops: I knew this but it absolutely slipped my mind. Thx jordan
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation 10.0___**UPDATE**___v11.0

Post by jordan »

jor_carouselManipulation 11.0 - UPDATE!

jor_carouselManipulation 11.0 fixes and adds some functions

01. fix : responsive mode - circular (backward motion) fix
02. fix : responsive mode - jquery object animate left/right fix
03. fix : responsive mode - option kill overlap fix
04. fix : responsive mode - option staticX fix
05. new : new option - object animation css3 easing
06. enhanced : window alert on thin film mode vs full width mode
07. enhanced : compiled with EB5.3.2
08. additional : other minor improvements

for full update history, demo and download see top post
User avatar
BaconFries
 
 
Posts: 5316
Joined: Thu Aug 16, 2007 7:32 pm

Re: jor_carouselManipulation 10.0___**UPDATE**___v11.0

Post by BaconFries »

Nice update Jordan. :D
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: jor_carouselManipulation 11.0

Post by protectourlands »

Jordan I have a situation I'm hoping you may have an idea for a solution to:

I have a 5 frame carousel. I have 5 different external images each set to open their corresponding frame when clicked. So far no problem.

I need for something to happen to the trigger image when clicked and that frame is opened so that the trigger image indicates the frame that is being seen, then revert back to its original state when that frame leaves for another frame, etc etc. I'm thinking opacity to make it simple. Maybe apply 70 at inactive, then 100 when the corresponding frame is open.

Is this something that might be possible to add to this already amazing extension?
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: jor_carouselManipulation 11.0

Post by protectourlands »

Sorry Jordan, never mind. It looks like jQuery Tabs will work better for the content I am using in the frames. The tabs indicate each frame quite well. It presents another problem but I will work it out. Thank you.
User avatar
Rebel Studio
 
 
Posts: 73
Joined: Tue Nov 04, 2008 10:55 pm
Location: NL

Re: jor_carouselManipulation 11.0

Post by Rebel Studio »

Even though Im here since 2008, never checked your website before, awesome stuff! Keep it going!
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation 11.0

Post by jordan »

Rebel Studio wrote: Sat Apr 15, 2017 3:37 pm Even though Im here since 2008, never checked your website before, awesome stuff! Keep it going!
great to hear Rebel Studio - :D - I hide it until you find it - :mrgreen: - !
Post Reply