Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor webdorado

    (@webdorado)

    Dear VCS,

    Please be informed, that the plugin does not have this option by default, but we can customize it for you.
    Thank you.

    Thread Starter VCS

    (@vcs)

    What will something like this modification cost?

    Thank you

    Plugin Contributor webdorado

    (@webdorado)

    Dear VCS,

    Please be informed, that we will implement the customization free of charge.
    Thank you.

    Thread Starter VCS

    (@vcs)

    Well thank you!

    So should I just check my updates in my wordpress control panel?

    Once again thank you!

    Plugin Contributor webdorado

    (@webdorado)

    Dear VCS,

    Please contact us to [email protected] and we will send you a customized version. We will not implement this to the general update yet.

    Thank you.

    lukep128

    (@lukep128)

    Hi there.

    I have much the same query.

    Could I have the same code for links in the same window?

    Thanks, Luke.

    Plugin Contributor webdorado

    (@webdorado)

    Dear lukep128,

    Please open slider-wd\frontend\views\WDSViewSlider.php file on your website. Search window.open in there.

    You will find the following lines for slides and for layers:

    window.open(\'' . $slide_row->link . '\')
    
    window.open(\'' . $layer->link . '\') <- this is written twice

    Please correspondingly replace those with the following:

    window.open(\'' . $slide_row->link . '\', \'_blank\')
    
    window.open(\'' . $layer->link . '\', \'_blank\')

    Thank you.

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