Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #735967

    Hi,
    we use the enfold theme with a full width slider and some slides. Is there an easy way to manually hide/deactivate some slides?

    The reason for this is, that we have the same promotions every year and we don’t want to make nearly the same slides again every year. E.g. manually activate one slide for a time, than deactivate it for some months and after that activate the slide again.

    Thanks for your response.

    #736266

    Hey marioeiterer,

    Unfortunately not, but a workaround could be that you save the element as a template on one page to keep the original, then you can delete the slides you don’t want on the old version. When you want them back again you can load the original template.

    Best regards,
    Rikard

    #736290

    Hey Rikard,
    okay. Is there maybe another workaround with custom-css to hide single slides ?
    Best regards.

    #736712

    Hi,

    There might, but it’s likely going to require more work than the suggestion I posted above. If you want CSS then please post a link to the page where we can see the slider and point out which ones you want to hide.

    Best regards,
    Rikard

    #736769

    Hi,
    for instance slide number 2 and 3.
    Best regards.

    #737111

    Hi,

    Thanks for the link, please try the following in Quick CSS under Enfold->General Styling:

    .home #full_slider_1 li.slide-2, .home #full_slider_1 li.slide-3 {
      display:none !important;
    }

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.