Digital experiences for all disciplines
New Landing › How can we help? › Atelier › Same navigation icons on product-page and sliders?
New Landing › How can we help? › Atelier › Same navigation icons on product-page and sliders?
- This topic has 9 replies, 3 voices, and was last updated 8 years by David Martin – Support.
-
Posted in: Atelier
-
July 18, 2016 at 6:07 am #281811
Hi awesome Swift,
I really like your navigation icons on product-page:
http://organicbasics.com/product/boxers/See attached photo as well.
I would like to have these icons – same style on my sliders here:
http://organicbasics.com/test_abo-4/How is this doable? ๐
thanks in advance.
Attachments:
You must be logged in to view attached files.July 18, 2016 at 6:21 pm #282076It’s rather complex CSS that you would require.
This works for me:
.swift-slider-next i[class^="sf-icon-"], .swift-slider-prev i[class^="sf-icon-"] { display: none; } .swift-slider a.swift-slider-prev, .swift-slider a.swift-slider-next { opacity: 1; border-radius: 0; width: 42px; height: 40px; background: #fff!important; font-size: 66px; color: #222!important; } .swift-slider-next i, .swift-slider-prev i { display: block!important; font-size: 16px; display: block!important; font-family: FontAwesome!important; line-height: 15px; } .sf-icon-slider-chevron-next:before { content: "\e619"; margin-left:-15px; } .sf-icon-slider-chevron-prev:before { content: "\f053"; margin-right:-15px; }
July 19, 2016 at 7:35 am #282182Hi David,
Amazing – Almost made the trick ๐
http://organicbasics.com/test_abo-4/
Now it’s only the right navigator that’s missing ๐Further is it doable to make them position like on the product-page? ๐ (see attached screenshot)
Attachments:
You must be logged in to view attached files.July 19, 2016 at 11:01 am #282253Sure, please amend to this:
.swift-slider-next i[class^="sf-icon-"], .swift-slider-prev i[class^="sf-icon-"] { display: none; } .swift-slider a.swift-slider-prev, .swift-slider a.swift-slider-next { position: absolute; top: auto; bottom: 30px; left: 30px; opacity: 1; border-radius: 0; width: 42px; height: 40px; background: #fff!important; font-size: 66px; color: #222!important; } .swift-slider a.swift-slider-next { left: 80px } .swift-slider-next i, .swift-slider-prev i { display: block!important; font-size: 16px; display: block!important; font-family: FontAwesome!important; line-height: 15px; } .sf-icon-slider-chevron-next:before { content: "\f054"; margin-left:-15px; } .sf-icon-slider-chevron-prev:before { content: "\f053"; margin-right:-15px; }
July 20, 2016 at 8:17 am #282521David – you are a hero.
Though last problem – nothing happends when I click them now?
http://organicbasics.com/test_abo-4/July 20, 2016 at 10:07 am #282559Hi,
Please use this custom css code also:-.swift-slider-pagination.light{ width: 100%; margin-top: 30px !important; height: 20px !important; }
Thanks
MohammadJuly 25, 2016 at 7:28 am #283510Mohammed,
You make things come true!
Thanks a bunch!I have a follow-up question though.
Howcome does the slider show a tiny pixel of my next photo in the slider?
See the black vertical line to the right of the image of my boxers on attached photo?Attachments:
You must be logged in to view attached files.July 25, 2016 at 7:37 am #283516Hi,
Its looking perfect to me. Just check after clear the cache of browser.
Thanks
MohammadJuly 26, 2016 at 1:33 pm #283992Hi Mohammed,
still happends to me.
Try in Safari – or try to slide through the images in Chrome.
see attached photos showing minor white gap. If you resize the window it might even show a snippet of black from the next photo.
Page: http://organicbasics.com/personalsubscription/Attachments:
You must be logged in to view attached files.July 27, 2016 at 1:11 pm #284310I do not see that for Chrome or Safari, I’m on Mac. What OS are you using?
Thanks.
-
Posted in: Atelier
You must be logged in and have valid license to reply to this topic.