Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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

    #130896

    Hi,

    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

    `

    #130897

    Thanks Nick!

    #130898

    Hey Nick. Sorry to say, but it didn’t work as you can see here http://www.col323webdesign.com/projekt61/

    #130899

    Hey!

    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

    #130900

    Hi,

    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

    #130901

    Haha guys, don’t fight about the fame, it still doesn’t work after I inserted the last code you sent me.

    #130902

    Sorry, 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

    #130903

    Hi 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

    #130904

    I’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

    #130905

    Hey,

    Please add this on your custom.css or Quick CSS

    .goto-slide {
    display: none !important;
    }

    Regards,

    Ismael

    #130906

    Hi,

    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Removing of image-slideshow navigation icons’ is closed to new replies.