I have been using this for a couple of years, but it stopped working recently. When you click on the link, nothing happens.
When it was originally setup, i followed the instructions here https://www.wpdownloadmanager.com/how-to-add-modal-popup-login-form-in-your-wordpress-site/
And yes it is enabled in front end settings, [wpdm_login_form] is already on the login page and selected in front end settings.
Like i said earlier. I have been using this for a couple of years and it recently stopped working.
This reply has been marked as private.
Hi we have a problems for your plugin, we have customer who submit their email for download our documents, but some of them can download success, someone can not. i checked our subscribe and we find there have different status, of “approved” and “downloaded”
why it like this ? The customer just showed approved who can not download. i attached you the pictures.
for the downloaded, we not know if they download it success or not.
Here is our link:
Product Documentation
please advice and help. thanks.
This reply has been marked as private.
Hello,
Unfortunately the direct download link template tags will not work with title and icon in locked packages in link template.
It will work only with packages that are not locked.
Hope you understand.
Thanks
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
Hello everybody,
somehow i can not link the downloadbutton of the formlock e-mail to the download, the customer is supposed to get. What do i do?
Hello Rulz,
Glad to see you again.
1. You can add the shortcode in post, page, text editor in page builder.
2.The file info page can be disabled from link template. Just need to remove the url template tag to download link template. You can copy the default link template by providing any name as like default_new
then replace [page_url]
with [title]
to show title without links. You can use [download_url]
to output the exact link that download button does. If you can’t make it workable, just let me know.
Thanks
Thanks Tanvir,
The page template was default, I’ve made sure the link template is too, unfortunately the problem still persists.
Please see URL below
Please let me know if you require admin access and I will allow.
Many thanks, James
This reply has been marked as private.
Hello,
Thanks for providing access.
1. Created a new template as default_new
then replace [page_url]
with [title]
to show title without links, then added direct download link there using [download_url]
, removed the [file_count]
tag. SO the shortcode is now [wpdm_archive_filter items_per_page="10" template="default_new" cols=1 colspad=1 colsphone=1]
However, you can always compare my changes with default link template file.
2. Modified the Categories to Languages and Tags to Product Line from {active-theme} > download-manager > wpdm-archive-page > filter > sidebar.php
. Remember to keep a backup of these before updating theme to keep changes.
However, In the download test page I have added that shortcode and working fine. As I default text editor there, maybe layout is changed. Sorry for that unintentional changes, I hope you can modify or create a new page according to your requirements with the shortcode.
Regards.
Tanvir
This reply has been marked as private.
This reply has been marked as private.
Hello Sid,
You can check our shortcodes to make a list of downloads. Also check the demos of specific shortcodes. You can also use any of the pre-built link template of your choice.
Then when user clicks on the download button, that will be started downloaded.
Thanks
I can change now with your suggestion the button appear with shortcode.
a.wpdm-download-link.wpdm-download-locked.btn.btn-primary.btn-lg
{
font-size: 20px !important;
color: #909090 !important;
font-weight: 600 !important;
font-style: normal !important;
line-height: 98% !important;
text-transform: none !important;
border-width: 1px !important;;
border-style: solid !important;;
border-color: a0a6a0 !important;;
background-color: #000000 !important;;
height: 50px !important;;
width: 290px !important;;
padding: 13px !important;
}
Button now show like my buttons, without the icon, but is ok, but cant change the first button appear on the modal window for locked mail download:
<button id=”wpdm_submit_62ff53dba23d3_1381″ class=”wpdm_submit btn btn-primary btn-block btn-lg group-item” type=”submit”>Submit</button>
Cant also change with css the button appear at the end step in modal window.
<a target=”_blank” class=”btn btn-primary btn-lg btn-block” style=”margin-top:5px;color:#fff !important”
Hw change with css the buttons in the mdoal window?
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
I am super close. Just a couple more questions.
I have the new shortcode there: https://ateceos.wpengine.com/downloads-test/
[wpdm_archive_filter items_per_page=”12″ template=”link-template-default” cols=1 colspad=1 colsphone=1]
That was from your website.
1. How can I change the titling in the search sidebar? I want “Categories” to say “Languages” and “Tags” to say “Product Line”.
2. I need the title of each product to either go to the download or do nothing at all. I tried page_link=0 to no avail within the shortcode.
3. The line spacing in “Tags” is cramped under the search bar.
I made a little video so I can hopefully be clear and concise for you: https://share.getcloudapp.com/YEuWqe94
-
This reply was modified 2 years, 11 months ago by
Russ.
Hello,
The only way you can use custom button using this addon. I have already told you that in chat. You can use that button shortcode in anywhere including page, post, page template and link template.
To modify the available buttons of button template you have to add custom css for the buttons. You may also need to edit the core files of button template addon to totally modify the available button.
Thanks
This reply has been marked as private.
Hello @Russcantu,
Using the parameter page_link=0
and download_count=0
in shortcode will disable the link.
More details and parameter can be found below:
[wpdm_all_packages] – List all downloads in tabular format in a page
For more customization you have to follow this doc to edit link template and you have to use a shortcode that supports link template like this.
Hope you understand.
Regarads.