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
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!
Dear VCS,
Please contact us to info@web-dorado.com and we will send you a customized version. We will not implement this to the general update yet.
Thank you.
Hi there.
I have much the same query.
Could I have the same code for links in the same window?
Thanks, Luke.
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.