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

    (@simonpedge)

    You will have to insert your 2 links within the slide editor for each slide at ‘A’ anchor tags, and then use some custom CSS to make these links buttons – not straight forward, but something like this:

    SLIDE HTML CONTENT:

    <a class='slide_link1' href='{URL}'>LINK 1</a>
    <a class='slide_link2' href='{URL}'>LINK 2</a>

    CSS:

    .slide_link1 {
    position:absolute; top:0px; left:0px; display:inline-block; padding:10px; font-size:14px; line-height:100%; background-color:#a0a0a0; color:#ffffff; }
    .slide_link2 {
    position:absolute; top:0px; right:0px; display:inline-block; padding:10px; font-size:14px; line-height:100%; background-color:#a0a0a0; color:#ffffff; }
    .slide_link1:hover,
    .slide_link2:hover {
    background-color:#a0a0a0; }

    So try using this instead of the Slide LINK Tab – hopefully no typos here…

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

    (@simonpedge)

    Hi, did my solution work for you?

    Plugin Author simonpedge

    (@simonpedge)

    Am marking this as resolved as I have not heard back from you.

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

The topic ‘Slider with 2 links’ is closed to new replies.