• Resolved penlnq

    (@penlnq)


    Hi,

    I’m happy to use your plugin and many thanks for your hard work!

    If I use the option “slide link” I’ll get a link icon on the slide with a hyperlink.

    Is there any way to customize that link icon? Also how do I get the whole slide clickable with a hyperlink?

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author simonpedge

    (@simonpedge)

    There are no built in options to do that, but you can probably achieve what you want with some custom CSS and a bit of playing about.

    Thread Starter penlnq

    (@penlnq)

    Thanks for your quick response! Could you help me in the right direction? Custom CSS on #slider_id .owl-item or changes in .sa_slide_link_icon doesn’t do anything.

    Also if you style a slider with html is there any way to make the content responsive?

    Appreciate any tips.

    Plugin Author simonpedge

    (@simonpedge)

    Well if you want the whole slide to be a clickable link, maybe don’y use the Slide Link feature at all, and insert the following HTML into your slides:

    <div>
    YOUR SLIDE CONTENT HERE
    </div>

    Regarding making your slide content responsive, you can do something like:
    @media only screen and (max-width:767px) {
    #slider_id .owl-item h3 { ..STYLE.. }
    #slider_id .owl-item img { ..STYLE.. }
    }

    • This reply was modified 8 years, 11 months ago by simonpedge.
    • This reply was modified 8 years, 11 months ago by simonpedge.
    Plugin Author simonpedge

    (@simonpedge)

    Flip – there is an opening and closing anchor tag around the <div> and </div>

    Plugin Author simonpedge

    (@simonpedge)

    Hi – did this resolve your issue?

    Plugin Author simonpedge

    (@simonpedge)

    I’m marking this as resolved.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Slide link modifications’ is closed to new replies.