place the code at the end of download-manager.php and refresh any page while download manager is active to execute the code. but you need to set proper link template file name or id before execute it.
yes, you can do that, create a link template using following code:
<div class="media">
<div class="pull-left">
[icon]
</div>
<div class="media-body">
<h4 class="media-heading" style="padding-top: 0px;border:0px;margin: 0px;">[page_title]</h4>
[download_link] <i style="margin: 2px 0 0 5px;opacity:0.5" class="icon icon-th-large"></i> [file_size] <i style="margin: 2px 0 0 5px;opacity:0.5" class="icon icon-download-alt"></i> [download_count] downloads
</div>
</div>
and assign the link template for your packages
ok you can download from above link now
Great, thank you. Now how can I download this new template? Link above takes me to an html page, download link takes me to 404 page.
I inserted AddThis on the page template for WPDM. But when I click to share a product page they all point to http://acapelladjs.com/wpdmpro/wpdmpro/. Regardless of what I do it keeps sharing the same link.
Here is an example, http://acapelladjs.com/download/nengo-flow-ft-falsetto-sammy-yo-se-que-tu-quieres/#.UfG3UY3VB8E just click “Like” button to test it.
actually you don’t have to downgrade. You can now set link template for archive page add-on from download manager settings page. can you give me the url here to check how it looks like now.
Hi!
I am having display issues on http://www.lassanamagassa.com/research/publications/ I believe it is a bug. Basically what has happened is that I selected a icon while creating the package. When I insert a package, I selected the bluebox them and save. When I preview the page (see link above) I see the icon behind the blue download text and frame associated with the theme.
I was also wondering how to I “unselect” an icon. I was looking to do that to resolve the issue but I could not figure it out.
I’ve downloaded the new versions, and the default template now uses a different size image, with the feature image above the link and description. Previously, it was using the icon sized images, and even though that’s still the template we have selected, it’s not displaying that, and we had to downgrade the add-on version back to 1.6.0 again.
But downgrading the add-on caused a fatal error for the website, so I had to downgrade back to v3.3.5 of the main plugin too. Is there a way to fix this at all? I’d love to be able to play with and fix this myself, but the license won’t let me install it on a test site to see if I can make the changes we want without messing up our production site.
We’ve also always had to use our own preview images, since the default icons provided never seemed to work. Could that be part of the problem as well?
Can you make the search button smaller?
Can I remove the direct download link?
Hi Shaon, thank you for your reply.
I’ve managed to solve this issue – and the center-align one, too – by defining this custom CSS:
.wpdm_file {
display:inline-block;
}
Works great 🙂
Buc
I have the same issue as this topic: http://www.wpdownloadmanager.com/support/topic/1-problem-with-breadcrumbs-2-with-widget-wpdm-categories/
My breadcrumbs say “Downloads” but are linked to wpdmpro. I am using Genesis with built in breadcrumbs. Can you advise where to make changes to the code?
Unfortunately my site is not yet live, so I can’t send a link.
Thank you.
I just checked the package edit page and I am getting similar errors there:
Link Template: Warning: file_get_contents(C:\wamp\www\PJI\wp-content\plugins\download-manager//templates/email-templates): failed to open stream: Permission denied in C:\wamp\www\PJI\wp-content\plugins\download-manager\add-new-file.php on line 632
Page Template: Warning: file_get_contents(C:\wamp\www\PJI\wp-content\plugins\download-manager//templates/email-templates): failed to open stream: Permission denied in C:\wamp\www\PJI\wp-content\plugins\download-manager\add-new-file.php on line 661
I upgraded to 3.3.8 following the instructions on the upgrade page (deactivate add-ons, deactivate download manager, activate download manager, activate add-ons).
After I re-activate the wpdm-archive plugin I have an error on the “settings” page of download manager and I can’t change the archive page template (Link Template for Archive Page):
Warning: file_get_contents(C:\wamp\www\PJI\wp-content\plugins\download-manager//templates/email-templates): failed to open stream: Permission denied in C:\wamp\www\PJI\wp-content\plugins\wpdm-archive-page\wpdm-archive-page.php on line 434
I tried deleting and re-adding the wpdm-archive-page plugin (v1.7.0), but no success.
Go to “My Orders” page and click thru the link. Then see:
Updating download manager to latest version
Thank you for fixing that, unfortunately the download links themselves are still messed up:
http://www.carlsonsw.com/wordpress/?wpdmdl=19
yes, possible, you need to edit css.
“Lightbox plus ColorBox” ? is it a plugin, in that case please give me the plugin link to check
it should work fine now with default link template
Is there a way to force the Email Lock feature to automatically use the email registered in the system for a logged user? The main idea here is to only send the link to download a package to the email that was previously registered for that user in WordPress itself.
Is it possible (even if it requires some customization)?
Thank you,
Leo
I was wondering if you could modify the code so it calls CSS from Https rather than http:
The codes I specifically referring to are found here:
Processing file : D:\Working Files\download\download-manager\functions.php
Line 2547 – <link href='http://
Found 1 occurrences.
Processing file : D:\Working Files\download\download-manager\wpdm-dashboard.php
Line 2 –
Found 1 occurrences.
Processing file : D:\Working Files\download\download-manager\bootstrap\css\bootstrap.css
Line 2 –
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
Found 1 occurrences.
Searched 365 file(s), found 3 occurrences in 3 file(s)
It keeps my page from loading securely. Would that be possible for the next version release to simply change that to https:?
Is it not possible for me to use a DM shortcode as a URL link assigned to a text string in a post or on a page? I’d like the text link to be the download link for the document but whenever I do that I end up with the word “Download” somewhere else in the paragraph and the link does not function as expected.
#2 ) please give me the category names here so that I can test those with me installation
#3 ) you don’t have to change in code directly, simply create a link template, more details here: http://www.wpdownloadmanager.com/docs/integrated-templates/
Thanks Shaon,
About item 2, i used only this characters: ç é è
About item 3 e substitute [page-link] to [title] in the code:
echo FetchTemplate(“[thumb_50x50][title][download_link]”,$r,’link’);
And nothing happened. I do it right?
Important: I`m not a programer