• Hi all.

    I want to know if it’s possible to remove links and the “read more” button from the slider.

    I only want to have the images and text, but not linking to any page or post on my page.

    And if it’s not possible to remove links, it’s possible to link the slider to a page not to a post???

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    I am experiencing the same issue.
    I tried to rename the ‘Read More’ button which didn’t work and now I want to remove it from the slider. But I don’t know how..

    Has any one solved this already? Please tell us how..

    Thank you!

    Here is how to solve the problem:

    Hi Marcel,

    We have a community project for theme translation: https://translate.themezee.org/projects/zeeflow/zeeflowpro/de/default . You can download the German language file at the bottom of the page.

    The slider is displayed by the themezee_display_frontpage_slideshow() function which you can find in the theme files /includes/template-tags.php in case you want to remove the read more button completely.

    You can also use custom CSS code to hide the read more button, which is recommended:

    #frontpage-slider .slide-more-link {
    display: none;
    }

    Best,
    Thomas

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing links and read more button from slider’ is closed to new replies.