Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #108062
    luigibella
    Participant

    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.

    #108077
    Mahesh
    Keymaster

    @luigibella: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #feature-slider .slides a {
        pointer-events: none;
    }

    Regards,
    Mahesh

    #108107
    luigibella
    Participant

    Hello 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;
    }
    #108143
    Mahesh
    Keymaster

    @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,
    Mahesh

    #109364
    luigibella
    Participant

    Thanks 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?

    #109399
    Mahesh
    Keymaster

    @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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Link to pages from homepage slider’ is closed to new replies.