Tagged: Custom CSS, featured image, Parallax Frame, slider
- This topic has 5 replies, 2 voices, and was last updated 7 years, 9 months ago by Mahesh.
-
AuthorPosts
-
January 26, 2017 at 10:59 am #108062luigibellaParticipant
Hello, I am trying to remove the links to pages from the homescreen slider on the website http://swotcentraltexas.com
I tried with custom CSS but couldn’t figure out how to get the slider to simply be a slider without linking the featured images to their designated pages.Could you please help me with this?
Thank You.January 26, 2017 at 2:06 pm #108077MaheshParticipant@luigibella: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#feature-slider .slides a { pointer-events: none; }
Regards,
MaheshJanuary 26, 2017 at 11:33 pm #108107luigibellaParticipantHello and thank you for your fast reply!
Unfortunately, that code did not do the trick.
What I am trying to disable is the permalink to a page that goes whenever you click on any part of the featured image on the homepage slider.here is all my custom CSS to date:
/* You can add your own CSS here. Click the help icon above to learn more. */ #feature-slider .slides a { pointer-events: none; } #feature-slider .entry-container { display: none; } /* For Header */ #masthead.fixed-header.header-background { background: rgba(0, 0, 0, 0.7); } .simcal-calendar { max-width: 75% ; margin-left: auto; margin-right: auto; } .wpcf7-form { font-size: 150%; } .swpm-join-us-link { display: none; }
January 27, 2017 at 12:09 pm #108143MaheshParticipant@luigibella: Just checked your site, and the code is working fine. Nothing happens when you click the image in the slider in the homepage as you’ve mentioned. Let me know if any problem.
Regards,
MaheshFebruary 11, 2017 at 1:51 am #109364luigibellaParticipantThanks for checking, strangely enough when I check though each image(currently there are 5) is a permalink to a page(the page that is pointed to under customize-Featured Slider-Featured Page#1-#5).
and from the homepage when I hover over the first slide I see
Permalink to: About Us
and if I click on it I get brought to: http://swotcentraltexas.com/about-us/Can you help me remove the linking to the pages?
February 11, 2017 at 9:13 am #109399MaheshParticipant@luigibella: Just did the same and nothing happens. The image are no longer clickable means no link in the featured slider. May be because of caching. Please try clearing cache. Let me know further.
Regards,
Mahesh -
AuthorPosts
- The topic ‘Link to pages from homepage slider’ is closed to new replies.