-
AuthorPosts
-
July 22, 2013 at 10:12 am #26571
Hey,
In the right bottom of my page I have a slideshow with different logos as you can see http://www.col323webdesign.com/projekt61/.
How do I remove the previous and next navigation and the all the round circles showing of each slide?
Thanks,
Mika
July 24, 2013 at 3:04 am #130896Hi,
Please add this css to /css/custom.css
#top .ls-nav-prev, #top .ls-nav-next {
display:none !important;
visibility:none !important;
}
.ls-bottom-nav-wrapper {
display: none;
}Thanks,
Nick
`
July 27, 2013 at 6:09 am #130897Thanks Nick!
July 27, 2013 at 1:14 pm #130898Hey Nick. Sorry to say, but it didn’t work as you can see here http://www.col323webdesign.com/projekt61/
July 27, 2013 at 6:28 pm #130899Hey!
Please try followig code instead
#top .ls-nav-prev, #top .ls-nav-next {
display:none !important;
visibility:hidden !important;
}
.ls-bottom-nav-wrapper {
display: none;
}Regards,
Peter
July 27, 2013 at 10:13 pm #130900Hi,
Err.. Sorry I managed to misspell both display and visibility (corrected spelling now). Sorry about that, one for the record books. Please try Peter’s correctly spelled code above.
Thanks,
NIck
July 30, 2013 at 8:52 am #130901Haha guys, don’t fight about the fame, it still doesn’t work after I inserted the last code you sent me.
July 30, 2013 at 8:56 am #130902Sorry, I just realized that your code applied to the big slideshow on the homepage, but the slideshow I’m referring to is the one appearing on the homepage in the bottom right of the page.
My big main slideshow however, still appears double. I still haven’t gotten a solution to that unfortunately.
Why not use Revolution Slider on the theme?
Mika
August 1, 2013 at 4:10 am #130903Hi Mika,
I’m getting a 404 error on the link above so I’m not able to view what you have there.
We don’t decide on what goes into the theme, that is all Kriesi. My guess is just a personal preference but with 6000+ copies sold most users are pretty happy with the LayerSlider and the other built in avia sliders.
Regards,
Devin
August 1, 2013 at 1:41 pm #130904I’m sorry, here you go http://www.aarhustolkeservice.dk
Personally, I think the Revolution Slider is easier to work with, but I understand that the LayerSlider also has a large fan group :-)
Mika
August 2, 2013 at 5:11 am #130905Hey,
Please add this on your custom.css or Quick CSS
.goto-slide {
display: none !important;
}Regards,
Ismael
August 3, 2013 at 5:04 am #130906Hi,
The code works fine. I just tested it on your site as I have before giving to you. The problem is that the code I gave you is not found on your website, thus the buttons remain where they are as opposed to being no longer there once the code I provided is actually inserted into either Quick CSS or /css/custom.css . Here is the copy of it this time ran with a spelling checker, lol
#top .ls-nav-prev, #top .ls-nav-next {
display:none !important;
visibility:none !important;
}
.ls-bottom-nav-wrapper {
display: none;
}Tested here: http://www.col323webdesign.com/projekt61/
and tested here
http://www.aarhustolkeservice.dk/
Browser: Google Chrome
Please leave the code in so we can see it.
Thanks,
Nick
-
AuthorPosts
- The topic ‘Removing of image-slideshow navigation icons’ is closed to new replies.