Support » Plugin: WP Responsive header image slider » Open link in the same tab

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    Plz open file PLUGINS > responsive-header-image-slider > responsive_headerimageslider.PHP file and search for this line(line 215) and remove target blank

    <a href="<?php echo get_post_meta( get_the_ID(),'rsris_slide_link', true ) ?>" target="_blank">

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    No, don’t do that. That’s not good advice at all.

    *Coffee*

    @hanoopranawat How does your plugin add that header image? I’ve not looked but is it via wp_header()?

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Sorry i did’t not get your question

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Sorry, I was unclear. Modifying the plugin is not a good idea because when you (the author) updates the plugin then those changes will be lost.

    Depending on how you add what your plugin adds that editing may be accomplished using a filter or action.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Open link in the same tab’ is closed to new replies.