Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #127522
    sandy07
    Participant

    Hi
    Is it possible to change the slider into a “pure” picture slider. So that only the pictures are displayed – without link, pointer and text?
    Thank you very much.
    Regards,
    Sandy

    #127569
    tikaram
    Keymaster

    @sandy07 : Go to Appearance => Customize => Additional css and add the following css.

    #feature-slider .entry-container, #feature-slider .cycle-pager, #feature-slider .cycle-prev:before,
    #feature-slider .cycle-next:before {
    	display:none;
    }
    #feature-slider  {
       pointer-events: none;
       cursor: default;
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

    #127580
    sandy07
    Participant

    Great, thank you very much!
    Would it be possible to display the pictures in full screen width? According to my homepage?
    Regards,
    Sandy

    #127644
    tikaram
    Keymaster

    @sandy07 : Please post in your site URL.

    Regards,
    Tikaram

    #127646
    sandy07
    Participant

    Hi
    www2.a-p-d.ch startpage and www2.a-p-d.ch/dienstleistungen page
    Regards,
    Sandy

    #128129
    sandy07
    Participant

    Hello again
    Would it be possible to display the slider pictures in full screen width?
    URL: http://www2.a-p-d.ch/dienstleistungen
    At the end, it should look like this: https://www.brandenbergerbau.ch/referenzen/
    on the first page I made it (http://www2.a-p-d.ch)
    Thank you very much.
    Regards,
    Sandy

    #128179
    tikaram
    Keymaster

    @sandy07 : Go to Appearance => Customize => Additional css and add the following css.

    .site, #feature-slider .cycle-slideshow img {
    	width: 100%
    }
    #feature-slider .cycle-slideshow {
    	max-width: unset;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    #128188
    sandy07
    Participant

    Thank you very much, great!
    I wish you a nice Christmas time!
    Regards,
    Sandy

    #128189
    tikaram
    Keymaster

    Hello, there,
    I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-responsive/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Regards,
    Tikaram

    #130513
    sandy07
    Participant

    With Firefox, the customizations in CSS were successful, but in Internet Explorer 11 the images are not displayed in full width and the links to the slider pages are still there.
    What can I do?
    URL: http://www2.a-p-d.ch/dienstleistungen/
    Thanks for your help!
    Regards,
    Sandy

    #130752
    sandy07
    Participant

    Hi @all
    Does anyone have any idea how I could solve the problem with the Internet Explorer 11 view?
    Thanks.
    Regards,
    Sandy

    #130825
    tikaram
    Keymaster

    @sandy07 : Try adding the following additional css.

    #feature-slider .slider-image a {
        cursor: default;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    #130831
    sandy07
    Participant

    Hi Tikaram
    This will display the cursor as an arrow, but the hyperlink will remain.
    I think the internet explorer does not know pointer-events. 🙁
    With max-Width:unset;, the Internet Explorer can not handle either. With a value it works now.
    Regards,
    Sandy

    #130884
    tikaram
    Keymaster

    @sandy07 : Glad to know that the issue has been resolved. Have a Good day.

    Regards,
    Tikaram

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Slider without links and pointer’ is closed to new replies.