• Resolved Bloke

    (@bloke)


    Would be great to be able to assign a URL and click the entire slide image.

    Add advanced settings to control how the slider appears on mobile to control the height and size which currently doesn’t scale well.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author htmgarcia

    (@htmgarcia)

    Hi @bloke,
    the Images Slider block already have that feature: https://publishpress.com/knowledge-base/images-slider-block/ – Check “Settings for the Images Slider block” section. There is a setting named “Action on click” to enable a link field for each slider.

    About the mobile improvements, we take your feedback in consideration.

    Regards

    Thread Starter Bloke

    (@bloke)

    Thanks I will try that. One other request would be able to add a block to the slider or have one on there by default so you could add a button with text.

    I found a away to make the slider look better on mobile. If anyone else has a better solution please share.

    I Removed the slider minimum minimum height. I had alot of ghostkit classes. The text height was effecting the size. Then I moved the previous and next buttons down.

    @media only screen and (max-width: 425px)and (orientation : portrait) {
    .wp-block-getwid-media-text-slider-slide__content, .wp-block-getwid-media-text-slider__slides-wrapper {
    height:200px !important;
    padding:0px !important;
    font-size:10px;
    }
    
    .ghostkit-custom-1I6phn, .ghostkit-custom-iWcOf, .ghostkit-custom-Z18BmFA, .ghostkit-custom-Z1oT5Iz,.ghostkit-custom-23pHoe,.ghostkit-custom-2knP8B  {
    font-size:1.25rem !important;
    text-align: center;
    margin:0px !important;
    }
    
    button.slick-next, button.slick-prev {
    right: 25px !important;
    top: 180px !important;
    }
    
    }
    • This reply was modified 3 years, 4 months ago by Bloke.
    Plugin Author htmgarcia

    (@htmgarcia)

    Thanks for your suggestion! We added your requests to our to-do list as possible future improvements.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Feature Requests for Media and Text Slider’ is closed to new replies.