Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Joyn › Pagination for Swift Slider in Mobile
New Landing › How can we help? › Themeforest Theme Support › Joyn › Pagination for Swift Slider in Mobile
- This topic has 16 replies, 5 voices, and was last updated 9 years by Mohammad – SUPPORT.
-
Posted in: Joyn
-
May 7, 2015 at 6:40 pm #172975
Hello,
May i ask if there is anyway for swift slider to display pagination in mobile? Maybe like these dots: http://snag.gy/NdSl8.jpg
The swift slider in mobile seems just like a normal asset, and there is no hint that it is a slider.
thanks! 🙂
May 8, 2015 at 1:36 pm #173272Hi,
Will forward your suggestion to the development team.
Thansk-Rui
May 8, 2015 at 2:16 pm #173289Thanks for the request – we have made them appear by default on mobile for the next update.
– Ed
May 8, 2015 at 2:52 pm #173302Hello, that is really great! It is amazing to see it implemented so quickly!
How can i get them to appear on my site now? I am using joyn 2.0.
Looking forward to it!
May 8, 2015 at 2:57 pm #173305Just add this custom css:
@media only screen and (max-width: 767px) { .swift-slider-pagination { opacity: 1!important; display: block!important; } }
– Ed
May 8, 2015 at 3:10 pm #173309Thank you so much Ed!!
A quick question here, is there any way to adjust the pagination position with an addition css line? Maybe slightly lower to the bottom edge of the slider?
I printed screen from my iphone and it is a bit near to the content elements in them.
Thank you!
May 8, 2015 at 3:17 pm #173315Good shout. Change it to this:
@media only screen and (max-width: 767px) { .swift-slider-pagination { opacity: 1!important; display: block!important; bottom: 10px!important; } }
– Ed
May 8, 2015 at 3:27 pm #173319Thanks Ed! This is really wonderful! Made some changes to the px value and it is looking great now!
Just checking if there is anyway to select ‘circle’ pagination like these shown here? http://cardinal.swiftideas.com/asset-reference/page-builder-assets/swift-slider/
May 10, 2015 at 10:06 am #173471hello,
Just checking again is there anyway in the setting which i can get pagination styles of the Swift Slider to be this round circles as shown here? http://cardinal.swiftideas.com/asset-reference/page-builder-assets/swift-slider/
In the Joyn theme the pagination are horizontal bars. Thanks!
May 11, 2015 at 12:50 pm #173761Hi there,
Unfortunately that would require quite a bit of css to adjust. You can try editing this css in the style.css file –
.swift-slider[data-type="slider"] .swift-slider-pagination .dot { width: 50px; } .swift-slider[data-type="slider"] .swift-slider-pagination .dot span, .swift-slider[data-type="slider"] .swift-slider-pagination .dot:after { width: 50px; height: 4px!important; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; } .swift-slider[data-type="slider"] .swift-slider-pagination .dot.active span { -webkit-transform: translateY(400%); transform: translateY(400%); } .swift-slider[data-type="curtain"] .swift-slider-pagination .dot { height: 50px; margin: 8px 5px 0; } .swift-slider[data-type="curtain"] .swift-slider-pagination .dot span, .swift-slider[data-type="curtain"] .swift-slider-pagination .dot:after { height: 50px!important; width: 4px!important; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; } .swift-slider[data-type="curtain"] .swift-slider-pagination .dot:after { -webkit-transform: translateY(-400%); transform: translateY(-400%); } .swift-slider[data-type="curtain"] .swift-slider-pagination .dot.active span { -webkit-transform: translateY(400%); transform: translateY(400%); }
– Ed
May 11, 2015 at 3:57 pm #173841Hi Ed,
Thanks so much for the reply. I understand that it might be tough to change that.
I replace these 7 lines of code in style CSS but it didnt work though, nothing changed.
Am i missing something?
May 11, 2015 at 4:01 pm #173842Hi there,
If you remove those lines, it should revert to the default circles.
– Ed
May 11, 2015 at 4:29 pm #173847Thanks Ed, it works and is looking great now!
Appreciate your great help here!
Your guys definitely have the best 5 star support ever.
May 11, 2015 at 4:40 pm #173854Thanks Ed
May 11, 2015 at 5:12 pm #173861No problem, glad you’re happy. We always appreciate a rating on the item, within your Downloads tab on ThemeForest.
Thanks!
– Ed
-
Posted in: Joyn
You must be logged in and have valid license to reply to this topic.