How to force open document on modal popup or in new windows ?

Viewing 5 posts - 1 through 5 (of 5 total)
#180800

arnaud de buyzer
Participant

Could you help me for force open document on modal popup or in new windows ?

My website work wtith DIVI theme

https://smbseil.graphikup.fr/syndicat/ (download on footer page)

What is the solution CSS code ? The template “link-template-button-popup” not working !

#180801

arnaud de buyzer
Participant

I forgot to mention that this is a shrotcode displaying my category
I tested :
[wpdm_category id="syndicat," cols="3" toolbar=0 item_per_page=30 template="link-template-default-old.php"]

[wpdm_category id="syndicat," cols="3" toolbar=0 item_per_page=30 template="link-template-button-popup"]

#180817

Tanvir
Spectator

Hello @graphikup,

Thanks for contacting us.

The new window for downloading files is already in the settings of WPDM Pro. If you are trying to download in a separate window, It is also possible in the manual method, by default, you are using link-template-default for the link template and page-template-default for the page template. you can edit the files and follow this doc, https://www.wpdownloadmanager.com/doc/template-files/ for backup of your files.

For opening in a new windows, please add this code replacing [download_link] in page/link templates PHP file as I described below,

<a href="[download_url]" onclick="window.open('[download_url]','newwindow','width=1200,height=800'); return false;" class="btn btn-primary" target="_blank">[link_label]</a>

Please check and let me know

Thank you and regards
Tanvir

#180861

arnaud de buyzer
Participant

thank you .
I have an another question…

[popup_link] (download link open as popup) doesnt work on my custom link template
could you help me ?

#180873

Tanvir
Spectator

Hello,

[popup_link] is not a template tag. It is a shortcode of the below addon:

WPDM Extended Short-codes

It will work in page or post or download package as template tags are only supported in link/page templates.

Let us know for further assistance.

Regards
Tanvir

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘How to force open document on modal popup or in new windows ?’ is closed to new replies.