Tagged: navigation, slider
- This topic has 8 replies, 3 voices, and was last updated 8 years, 1 month ago by Mahesh.
-
AuthorPosts
-
September 21, 2016 at 2:15 am #99793swoodardParticipant
Is it possible to remove the text links and slider menu?
Testing site is at http://dlrouzerphd-blog.com/test/.Thanks
September 21, 2016 at 2:34 pm #99826MaheshParticipant@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,
MaheshSeptember 22, 2016 at 6:41 pm #99972swoodardParticipantBy 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
September 22, 2016 at 9:05 pm #99988strat76Participantthis 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;}September 23, 2016 at 2:11 am #100023swoodardParticipantThanks, 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;
}September 23, 2016 at 9:43 am #100038MaheshParticipant@swoodard: Seems like you’ve sorted all by yourself and I’m glad for that. Do you still have any problems?
Regards,
MaheshSeptember 23, 2016 at 9:06 pm #100104strat76Participant#per-slide-template {
clear: both;
display: none;
}hides the thumbnails
September 23, 2016 at 10:46 pm #100109September 26, 2016 at 9:48 am #100243 -
AuthorPosts
- The topic ‘Hide all slider navigation?’ is closed to new replies.