Close

Open LInks in New Window

baloghc
9 years ago
#6149 Quote
Avatar
  • 79
One of our sliders opens a PDF file. Is it possible to have it open in a new tab/window?
Nop 3.7 - ArtFactory
Nop 4.0 - Lavella, Venture, Smart, ArtFactory
Boyko
9 years ago
#6151 Quote
Avatar
  • Moderator
  • 1570
imprintableswarehouse wrote:
One of our sliders opens a PDF file. Is it possible to have it open in a new tab/window?


Hi ,

Yes, it is possible but you need to modify the view.
If you are using the Nivo slider then you need to edit this file:
Plugins\SevenSpikes.Nop.Plugins.AnywhereSliders\Views\AnywhereSliders\NivoSlider.cshtml

Change this line:

<a href="@link">


to be:

<a href="@link" target="_blank">


Thanks
Regards,
Nop-Templates.com Team
baloghc
9 years ago
#6154 Quote
Avatar
  • 79
Perfect. Thank you.
Nop 3.7 - ArtFactory
Nop 4.0 - Lavella, Venture, Smart, ArtFactory
nopmstr2014
9 years ago
#8338 Quote
Avatar
  • 35
Hi all,
After doing this change will it be able to have links in same window?
Or will it link all slider images to new window?
Thanks
Jilin
hristian.dimov
9 years ago
#8341 Quote
Avatar
  • Moderator
  • 386
nopmstr2014 wrote:
Hi all,
After doing this change will it be able to have links in same window?
Or will it link all slider images to new window?
Thanks
Jilin


Hi nopmstr2014,

unfortunately, you won't be able to have links in the same window as this change will make all of the links to open in a new window.

Hope this helps!
Regards,
Hristian Dimov
Nop-Templates.com
nopmstr2014
9 years ago
#8350 Quote
Avatar
  • 35
Thanks