Comments on: iView Slider (jQuery) https://www.iprodev.com/iview/ Free and Premium Stuff for Creative Folk Thu, 06 Apr 2017 00:33:44 +0000 hourly 1 https://wordpress.org/?v=6.4.5 By: Ali https://www.iprodev.com/iview/#comment-2915 Sat, 28 Nov 2015 09:41:00 +0000 http://iprodev.com/?p=180#comment-2915 Hi!

I have a question?

What will happen to the image click event..

Can you help me?

]]>
By: Михаил Никоноров https://www.iprodev.com/iview/#comment-2913 Fri, 13 Nov 2015 12:51:00 +0000 http://iprodev.com/?p=180#comment-2913 Hi! There is a problem with the slider. A text inside captions moves to another line. You can fix the problem by putting “white-space: nowrap;” inside “.iview-caption {}”. Location of “.iview-caption {}”. construction is “css/skin X/style.css”.

For example:

css/skin 4/style.css

.iview-caption {

background: url(‘../../img/caption-bg.png’);

color: #FFF;

border-radius: 3px;

white-space: nowrap;

padding: 10px 15px;

font-family: Verdana;

font-size: 12px;

text-shadow: #000 1px 1px 0px;
}

]]>
By: vaihd https://www.iprodev.com/iview/#comment-2174 Wed, 16 Jan 2013 10:23:13 +0000 http://iprodev.com/?p=180#comment-2174 Best free slider plugin ever.
Since now I’ll use it in all of my projects.
Thank you Hemn ;-)

]]>
By: Castle https://www.iprodev.com/iview/#comment-2029 Mon, 07 Jan 2013 05:34:46 +0000 http://iprodev.com/?p=180#comment-2029 Hi Hemn,

I think I found a bug. If you apply box-sizing: border-box to your CSS. It will break your captions container and text.

Any idea how to fix that?

Cheers

]]>
By: rvt https://www.iprodev.com/iview/#comment-2015 Fri, 04 Jan 2013 15:51:25 +0000 http://iprodev.com/?p=180#comment-2015 Hey,

I created a Jahia module for your iView slider, code can be found here : https://github.com/rvt/jahia-iview

Cheers,
R. van Twisk

]]>
By: Hemn Chawroka https://www.iprodev.com/iview/#comment-1994 Thu, 03 Jan 2013 12:15:40 +0000 http://iprodev.com/?p=180#comment-1994 In reply to Castle.

Yes of course, i want to develop version 3 :)

]]>
By: Hemn Chawroka https://www.iprodev.com/iview/#comment-1993 Thu, 03 Jan 2013 12:13:59 +0000 http://iprodev.com/?p=180#comment-1993 In reply to Nikita Gavrilov.

Add this to get current slide number:
iview.defs.slide

]]>
By: Nikita Gavrilov https://www.iprodev.com/iview/#comment-1992 Thu, 03 Jan 2013 10:42:07 +0000 http://iprodev.com/?p=180#comment-1992 In reply to Nikita Gavrilov.

I made it myself by wrapping the code with setTimeout

options.onAfterChange = function() {
var iview = this;
// Show Caption
setTimeout(function() {
var next_slide = iview.slides.filter(“:visible”);
….
})
}

Thanks

]]>
By: Nikita Gavrilov https://www.iprodev.com/iview/#comment-1991 Thu, 03 Jan 2013 10:03:59 +0000 http://iprodev.com/?p=180#comment-1991 Hi Hemn,

First of all, thank you for you very avesome slider.

I’m trying to create custom captions with jQuery animation (flying captions). In “onAfterChange” function, I need to get the index of the next slide, which is not fully apeared. I haven’t found any clue in iView API that may help me to do it. Can you tell me please if there is any other solutions?

Thanks in advance

]]>
By: Castle https://www.iprodev.com/iview/#comment-1967 Tue, 01 Jan 2013 15:38:28 +0000 http://iprodev.com/?p=180#comment-1967 Hi Hemn,

First, great slider! It’s an unique one.

Just a question. Is it still being developed? Because there is no updates for months.

Cheers

]]>