I try to use Google Drive with Download Manager Pro.
But I can’t get it to work.
Anyone with t guide/tutorial for the settings I need to add.
I have tryed to insert my: API Key, Client ID and Client Secret
But it still have error when I try to add a URL to a file in Google Drive.
And now I am not sure if I have added right API keys etc.
Thanks,
Hello,
i added a pdf file by url to a package and i have 2 problems:
1) file size on screen says 0kb
2) file opens directly in page, how to force download?
Someone can help me fix this?
Thanks
Hello,
I am a Pro customer, and I am having trouble customizing one of the email templates for my business. I have edited the wpdm-email-lock-template.html file so that the template is congruent with my company branding, but the images are not appearing when I receive an email after downloading a file with this template in place, in either Gmail or Yahoo. I have attached files to show you what the template should look like, and what I am seeing. Also, I have posted the custom code below. Your help would be greatly appreciated. Thank you!
<table align=”center” bgcolor=”#cccccc” cellpadding=”0″ cellspacing=”0″ style=”width: 100%; background:#cccccc; background-color:#cccccc; margin:0; padding:0 20px;”>
<tr>
<td>
<table align=”center” cellpadding=”0″ cellspacing=”0″ style=”width: 620px; border-collapse:collapse; text-align:left; font-family:Lato; font-weight:normal; font-size:12px; line-height:15pt; color:#444444; margin:0 auto;”>
<!– Start of logo and top links –>
<tr>
<td style=” width:620px;” valign=”top”>
<table cellpadding=”0″ cellspacing=”0″ style=”width:100%; border-collapse:collapse;font-family:Lato; font-weight:normal; font-size:12px; line-height:15pt; color:#444444;” >
<tr>
<td bgcolor=”#cccccc” style=”background:#cccccc; color:#cccccc; padding-left:20px; padding-right:0; padding-top:10px; padding-bottom:10px; background-color:#cccccc” valign=”top”>
<p align=”center”></td>
</tr>
<tr>
<td bgcolor=”#cccccc” style=”background:#ffffff; padding-left:20px; padding-right:0; padding-top:20px; padding-bottom:15px; background-color:#cccccc” valign=”middle”>
<p align=”center”>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign=”top” style=”height:5px;margin:0;padding:15px;line-height:0;”>
</td>
</tr>
<!– End of logo and top links –>
<!– Start of banner –>
<!– End of banner –>
<!– Start of First Content –>
<tr>
<td bgcolor=”#FFFFFF” style=”padding:10px 20px; background:#ffffff;background-color:#ffffff;” valign=”top”>
<span style=”font-size: 8pt; color: #999999″>[date]</span><br>
<p style=”line-height: 160%; font-size: 18px; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 11pt; padding: 0″>
Your file is ready.</p>Please click on the following link to
download the offering memorandum:<br>
<b>[download_url]</b>
<p>Best
Regards,<br>
Mike Knudsen | Director<br>
<b>[site_name]</b></td>
</tr>
<!– End of First Content –>
<!– Start of Second Content –>
<!– End of Second Content –>
<!– Start of Third Content –>
<!– End of Third Content –>
<!– Start of two content in row Container –>
<!– End of two content in row Container –>
<!– Start of Footer –>
<tr>
<td valign=”top” style=”height:5px;margin:0;padding:20px 0 0 0;line-height:0;”>
</td>
</tr>
<tr>
<td bgcolor=”#0f75c3″ style=”padding:15px 20px 15px 20px; background-color:#cccccc; background:#cccccc;”>
<table cellpadding=”0″ cellspacing=”0″ style=”width: 100%; border-collapse:collapse; font-family:Lato; font-weight:normal; font-size:12px; line-height:15pt; color:#0645a0;”>
<tr>
<td>
<p align=”center”>KW Commercial | NNN Properties Group<br>
251 South Lake Avenue | Suite 320<br>
Pasadena, CA 91101<br>
626.410.6200 Office | 626.747.4207 Mobile | 626.410.6704 Fax
</tr>
</table>
</td>
</tr>
<tr>
<td valign=”top” style=”height:5px;margin:0;padding:0 0 20px 0;line-height:0;”>
</td>
</tr>
<!– End of Footer –>
</table>
</td>
</tr>
</table>
Hi,
I’m showing all packages from a category on a page. All packages are pdf files. I’m using [download_url] in the template but I tried them all.
Control panel: I add a package to a category by uploading or by browsing
-> website: pdf will try to save on the pc
Control panel: A add a package by adding url
-> website: pdf will open directly in a new tab
I would like that the pdf ALWAYS open in a new tab, instead of trying to save it directly to pc.
Is this possible?
I saw this question & answer before but it was few years old so maybe you have some good news for me.
thanks
We have purchased the download manager and added the given short code to the page and run this, when we go to “Add New”, none of the button is working here. Nothing happened when we click on button “Add Media”, “Select File”, in URL tab “Attach” and the editors “Visual” and “Text” is also not working. See the screen shot I have attached.On console there is a JS error that “new plupload.Uploader({…” plupload is not defined. What is the actual issue. Please help to resolve this issue.
Hi
I just bought the Pro version and the Amazon s3 storage add-on, with the intention of replacing WP Filebase Pro on a client site. They are however requiring the downloadable files, which are uploaded by a third party to their S3 bucket, use their Cloudfront counterpart, not the direct bucketname.s3.amazonaws.com
url.
Is this possible with this version of your Amazon s3 storage add-on?
Hi,
I just installed facebook share lock addon but when the item is share the download button doesn’t appear and the facebook share button remain, tested in FF and chrome
Also, I need to be able to set the url to be shared as my downloads (and all related seo including og tags) are set in posts not download pages.
Will give you access detail in a following private post.
Thanks
I noticed that the close button looks like a little arrow at the upper-right and then I noticed it is really an X, just not showing the entire graphic.
download-manager\assets\css\themes\default
edit the default.css
find
.nivo-lightbox-theme-default .nivo-lightbox-close {
display: block;
background: url(close.png) no-repeat 5px 5px;
width: 16px;
height: 16px;
text-indent: -9999px;
padding: 5px;
opacity: 0.5;
}
remove 5px 5px
.nivo-lightbox-theme-default .nivo-lightbox-close {
display: block;
background: url(close.png) no-repeat;
width: 16px;
height: 16px;
text-indent: -9999px;
padding: 5px;
opacity: 0.5;
}
I made a simple Sidebar link template that has the version number in it and it looks great from the preview.
However, as soon as I implement it into the Sidebar, BOOM! The thumbnail becomes the massive full-size picture.
Here is what I used.
<div class="thumbnail">
<div class="media">
<a class="pull-left" href="[page_url]">
[thumb_70x70]
</a>
<div class="media-body">
<h3 style="margin: 10px 0;padding: 0;font-size: 12pt"><strong>[page_link]</strong></h3>
<i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-th-large"></i> Version: [version]<br/>
<i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-th-large"></i> [file_size] <i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-download-alt"></i> [download_count] downloads
</div>
</div>