Re: Home Page Products Carousel [Support Thread]
Quote:
Originally Posted by
TheGrimReaper
Excellent thought. Both instances of it?
Yup!
Thank you for that one.
Re: Home Page Products Carousel [Support Thread]
I am//was having a problem with the images in the carousel. It seems I was getting a small image that was over-expanded and pretty lossy. I tried resizing in the admin to no avail, even to the point of sizing lower than the small image. I tried several different sizing settings with no change. What I ended up doing was increasing the number of images in admin all the way up to 6 before it became sized right. 6 though, looks pretty good albeit pretty crowded. Any thoughts, ideas, suggestions are welcome
Re: Home Page Products Carousel [Support Thread]
Quote:
Originally Posted by
TheGrimReaper
I am//was having a problem with the images in the carousel. It seems I was getting a small image that was over-expanded and pretty lossy. I tried resizing in the admin to no avail, even to the point of sizing lower than the small image. I tried several different sizing settings with no change. What I ended up doing was increasing the number of images in admin all the way up to 6 before it became sized right. 6 though, looks pretty good albeit pretty crowded. Any thoughts, ideas, suggestions are welcome
Yeah, with Owl Carousel being responsive, it automatically adapts width of the individual item to the size of the container and number of items displayed.
You can try adding a max-width setting in your includes/templates/YOUR_TEMPLATE/css/index_home.css
Code:
.sliderItem {
max-width: 200px;
margin: 0 auto;
}
Of course, change the 200 to what you seem fit.
Re: Home Page Products Carousel [Support Thread]
Quote:
Originally Posted by
balihr
Yeah, with Owl Carousel being responsive, it automatically adapts width of the individual item to the size of the container and number of items displayed.
....
yeah with owl carousel being pretty much dead, it might behoove someone to update this plugin....
https://github.com/OwlCarousel2/OwlCarousel2
certainly needs updating in order to work with the latest version of jQuery....
Re: Home Page Products Carousel [Support Thread]
Quote:
Originally Posted by
balihr
Yeah, with Owl Carousel being responsive, it automatically adapts width of the individual item to the size of the container and number of items displayed.
You can try adding a max-width setting in your includes/templates/YOUR_TEMPLATE/css/index_home.css
Code:
.sliderItem {
max-width: 200px;
margin: 0 auto;
}
Of course, change the 200 to what you seem fit.
OUCH! Hummm, ok! Lets see how badly I can break my home page. Copy, copy, copy. I assume this is new code, not a replacement, so this (I think) is my first exposure to (somewhat) starting something and I best well copy that file many times just in case. Itsa gonna be a cool lesson- To the Batcave Robin!
Re: Home Page Products Carousel [Support Thread]
Quote:
Originally Posted by
TheGrimReaper
OUCH! Hummm, ok! Lets see how badly I can break my home page. Copy, copy, copy. I assume this is new code, not a replacement, so this (I think) is my first exposure to (somewhat) starting something and I best well copy that file many times just in case. Itsa gonna be a cool lesson- To the Batcave Robin!
No need to copy that file, there's only 2 lines in it -
@import url("owl.carousel.css");
@import url("owl.theme.default.css");
There! Copied and stored.
Re: Home Page Products Carousel [Support Thread]
Quote:
Originally Posted by
balihr
Yeah, with Owl Carousel being responsive, it automatically adapts width of the individual item to the size of the container and number of items displayed.
You can try adding a max-width setting in your includes/templates/YOUR_TEMPLATE/css/index_home.css
Code:
.sliderItem {
max-width: 200px;
margin: 0 auto;
}
Of course, change the 200 to what you seem fit.
Well, that did work pretty good!. At first I thought it was a major file, but then realized it was only css - no problem. I learned.
Re: Home Page Products Carousel [Support Thread]
Quote:
Originally Posted by
carlwhat
yeah with owl carousel being pretty much dead, it might behoove someone to update this plugin....
https://github.com/OwlCarousel2/OwlCarousel2
certainly needs updating in order to work with the latest version of jQuery....
Well, uhm... OwlCarousel may be dead, but it's still quite good. The version currently available for download was based on OC 2.3.3, and I've submitted an update about a week ago (takes quite long to get approved). The update uses the latest OC 2.3.4 which definitely does work with jQuery 3.5.1 (tested on ZC 1.5.7b without issues). The one found on my website is updated.
But, you just raised another BIG red flag - I was just about to release ZX Slideshow v2 with much better functionality than the original, but I based it on OwlCarousel... :Flush:
Re: Home Page Products Carousel [Support Thread]
Quote:
Originally Posted by
balihr
Well, uhm... OwlCarousel may be dead, but it's still quite good. The version currently available for download was based on OC 2.3.3, and I've submitted an update about a week ago (takes quite long to get approved). The update uses the latest OC 2.3.4 which definitely does work with jQuery 3.5.1 (tested on ZC 1.5.7b without issues). The one found on my website is updated.
But, you just raised another BIG red flag - I was just about to release ZX Slideshow v2 with much better functionality than the original, but I based it on OwlCarousel... :Flush:
Help me, I can't swim! gurgle, gurgle
Let me know what ya end up doing, always on board with better
Re: Home Page Products Carousel [Support Thread]
Quote:
Originally Posted by
TheGrimReaper
Let me know what ya end up doing, always on board with better
My reply was actually to @carlwhat...
I don't have any plans to improve this plugin - no feedback, no ideas, no requests... I'm assuming it's doing it's job quite well. There is an update already submitted, just not yet available in the Plugins because it's awaiting Moderators' approval (@Scott wakey wakey :wink2:). There's not much in the update so don't expect anything special.
The other thing I was just about to release was an update for ZX Slideshow, which is a similar, but quite different plugin. If you had the chance to check what I PM-ed you the other day, it's already included there...
But, I guess now I have to put that on hold since OwlCarousel is a dead end. Thank you, @carlwhat. Do you get commission from my Recycle Bin, perhaps? :wink2: