Tagged: ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #99793
    swoodard
    Participant

    Is it possible to remove the text links and slider menu?
    Testing site is at http://dlrouzerphd-blog.com/test/.

    Thanks

    #99826
    Mahesh
    Keymaster

    @swoodard: You mean to remove read more button? And I don’t understand what do you mean by slider menu.
    Let me know further.

    Regards,
    Mahesh

    #99972
    swoodard
    Participant

    By the “Slider Menu” I’m referring to the navigation with page names that appears beneath the images. (Here: http://dlrouzerphd-blog.com/test/wp-content/uploads/2016/09/menu.gif) I’d like to be able to use the image slider without link to pages.

    http://dlrouzerphd-blog.com/test/

    Thanks, Stan Woodard

    #99988
    strat76
    Participant

    this is what i used on mine to remove all text from slider

    #feature-slider .caption .entry-content,
    #feature-slider .caption .more {
    display: none;
    }
    #per-slide-template h2 {
    display:none;
    }
    #feature-slider .entry-title {
    display: none;}

    #100023
    swoodard
    Participant

    Thanks, that helps and I would also like to eliminate the scrolling tabs at the bottom of the main image.

    BTW, To remove the hotlinks I added:
    #feature-slider .slider-box {
    pointer-events: none;
    cursor: default;
    }

    #per-slide-template r {
    pointer-events: none;
    cursor: default;
    }

    #100038
    Mahesh
    Keymaster

    @swoodard: Seems like you’ve sorted all by yourself and I’m glad for that. Do you still have any problems?

    Regards,
    Mahesh

    #100104
    strat76
    Participant

    #per-slide-template {
    clear: both;
    display: none;
    }

    hides the thumbnails

    #100109
    swoodard
    Participant

    Thanks for the help, @strat76!

    #100243
    Mahesh
    Keymaster

    @swoodard: Have a nice day!

    Regards,
    Mahesh

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Hide all slider navigation?’ is closed to new replies.