I have purchased the Live Form add-on and have created a form and linked it to a download with the Enable Form Lock option. Is there a way to have the form show up on the page instead of as a modal window? I would like to have the form displayed directly as part of the page and not a pop-up.
If that isn’t possible, then I need to adjust the modal window as it is scrolling off the bottom of the page and I can’t adjust it or see it to actually see the submit button (it is getting hidden behind the footer on the page instead of on top). I have uploaded an image showing the modal window when I look at the page.
Thank you
Hi,
When there are more then one download link with a pop-up on a page, the first one appears fine, but the other pop-ups appear with this error: <button type=button id='close' class='btn btn-link btn-xs pull-right po-close' style='margin-top:-4px;margin-right:-10px'><i class='fa fa-times text-danger'></i></button> Download Free PDF
I know this because when you refresh the page, the pop-up works and if you try any of the other ones, the error comes up.
Please help!
Thank you.
Hi there,
This is probably a stupid question but when I insert PHP in the Page template it just comments it out?
I guess it is something to do with how this page gets rendered, how would I go about putting PHP in the templates?
<!-- WPDM Template: Default Template -->
<div class="row">
<div class="col-md-12">
<table class="table">
<tbody>
<tr><td>Version</td><td>[version]</td></tr>
<tr><td>Download</td><td>[download_count]</td></tr>
<tr><td>Stock</td><td>[quota]</td></tr>
<tr><td>Total Files</td><td>[file_count]</td></tr>
<tr><td>File Size</td><td>[file_size]</td></tr>
<tr><td>Create Date</td><td>[create_date]</td></tr>
<tr><td>Last Updated</td><td>[update_date]</td>
</tr>
</tbody></table>
</div>
<div class="col-md-12">
<div class="thumbnail">[doc_preview]</div>
TEST
<?php
$package = wpdm_get_package(2);
echo $package['post_title'];
?>
</div>
<div class="col-md-12">
[description]
<br />
<div class="panel panel-default">
<div class="panel-heading"><b>Download</b></div>
[file_list]
<div class="panel-footer text-right">
[download_link]
</div>
</div>
<br>
</div>
</div>
Hi,
How do I sort a files and category in a Tree view?
I used this [wpdm_tree category=”reports” order_by=”post_title” order=”desc” download_link=1] but it’s not sorting it at all.
Regards
Hi
What is the shortcode you use in the page to match your archive 2 (http://demo.wpdownloadmanager.com/wpdmpro/style-2/) style and functionality including the ajax loading of files when you select a category?
I am using
[wpdm-archive button_style=”default” link_template=”link-template-panel” items_per_page=”10″ order=”asc”]
but when you click a category it opens up a new page.
Thanks
Why is there a new section at the bottom of my site that is advertising the “Best Download Manager” with a link to your site?
I’ve paid for the pro version.
Please advise –I need this taken care of quickly.
Hi !
Please tell me what ccs code is for download_count
Now i have download button and i need also download counter button.
[download_link]
<style>
.wpdm-download-link {
border-radius: 3px;
padding: 15px 90px;
font-size: 22px;
text-decoration: none;
margin: 0px ;
color: #fff ;
position: relative;
display: inline-block;
}
.wpdm-download-link:active {
transform: translate(0px, 5px);
-webkit-transform: translate(0px, 5px);
box-shadow: 0px 0px 0px 0px;
}
.wpdm-download-link {
background-color: #444244 ;
box-shadow: 0px 0px 0px 0px #444244 ;
}
.wpdm-download-link:hover {
background-color: #9e9e9e ;
}
</style>
I just activated the dropbox plugin but I noticed that when the download button is clicked, it redirects to the dropbox link.
This I think is not secure. How can I do it so that once I click the download button, it downloads immediately?