• Resolved smithc1080

    (@smithc1080)


    Hi all. I am helping a non-profit organization build out a single-page scroller. The free carousel is perfect but is it possible within the free settings to have image links open in a new tab instead of redirecting away from the page? Unfortunately, this org doesn’t have a budget so I’m trying to build this out for them with stock/free plugins. If this can’t be done with wp slick, are there any other free plugins anyone recommends that might have this functionality?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for reaching here.

    Please go to wp-content -> plugins -> wp-slick-slider-and-image-carousel -> templates -> design-6.php line number 17.
    Replace the below code to line no 17.
    echo ($sliderurl !='' ? '<a href="'.$sliderurl.'" target="blank">' : ''); ?>

    Note:- If you update the plugin in a feature then your changed core plugin file change will be lost.

    Please check and let me know if you anything else.

    Thanks,

    Thread Starter smithc1080

    (@smithc1080)

    That worked perfectly. Thank you for walking me through that. I appreciate the support!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Open Link In New Tab – Free Account’ is closed to new replies.