• Closed
  • EMH
    Spectator
    October 27, 2015 at 4:08 pm #21637

    Hi I would like a static image on some pages, instead of the revolution slider – is there an easy way to do this? The ‘featured image’ doesn’t stretch to the full header size which is what I want.
    I’ve tried just using one slide in the slider but I still get the arrows.

    Cheers

    Denzel Chia
    Moderator
    Posts: 2656
    October 28, 2015 at 8:57 am #21659

    Hi,

    You can try to use one slide in the slider.
    I can provide custom css code to remove the arrows.

    Please post your url.

    Thanks!
    Denzel

    EMH
    Spectator
    Posts: 36
    November 2, 2015 at 10:30 am #21733

    Many thanks – url is http://test.torrisdaleblog.co.uk

    Denzel Chia
    Moderator
    Posts: 2656
    November 3, 2015 at 8:10 am #21768

    Hi,

    Which page do you want to remove the slider arrows?
    I need to see the page and get it’s ID from the HTML source code.
    Please post me the url to your page.

    Thanks!

    EMH
    Spectator
    Posts: 36
    November 5, 2015 at 12:42 pm #21831
    Denzel Chia
    Moderator
    Posts: 2656
    November 6, 2015 at 8:19 am #21839

    Hi,

    You are not using a slider on this page http://test.torrisdaleblog.co.uk/self-catering/the-servants-quarters/the-riverside-spa/

    My advice is to use a slider with only one slide, and we can remove the arrows using custom css.

    It’s not possible to make that image you inserted to span full width across the website.

    Thanks!

    EMH
    Spectator
    Posts: 36
    November 11, 2015 at 10:33 am #21984

    Sorry was mucking about with the featured image. Try this page -http://test.torrisdaleblog.co.uk/self-catering/garden-cottage/

    Cheers

    Denzel Chia
    Moderator
    Posts: 2656
    November 12, 2015 at 6:14 am #22012

    Hi,

    I can only use css to hide the arrows and bullets.
    You will have to find a setting in revolution slider to stop the transition.

    Please use the following.

    .tp-leftarrow, .tp-rightarrow, .tp-bullets {
    display: none !important;
    }

    Thanks!