WPDM creates a cache entry when a requested download contains several files. This happens when you attach multiple files in a package and user initiates the download by clicking the package download button.
Now, You got 2 options,
1 ) Disable package download link, only enable single file download. WPDM does not cache single file download.
2 ) Make a single compressed file for each package. WPDM won’t create cache entry when there is a single file in the package.
1 ) I have uploaded new language files ( wpdmpro-ar.mo and wpdmpro-ar.po , tested those in my installation). There was some settings error in old files. Another thing is I couldn’t change your language from settings. It always stays English. Maybe core language files are missing.
2 ) You are using a custom template for category archive ( taxonomy-wpdmcategory.php ) Link Template are ignored because of it.
3 ) Looks like TinyMCE inserts reformatted category slugs which creating the issue with category shortcode pagination. For now, copy & paste category slugs from Downloads Categories page. I have created a sample page here http://www.shamsaat.com/?page_id=2065&preview=true in this approach. It is working.
I meant the custom link template should contain both title and content when showing packages from all categories. The link template I have applied here http://www.agisinc.com/ios-apps/ shows only the package content.
As your iOS apps have the link in content this custom link template works for those packages. But your other packages have download links like normal WPDM packages.
There are 2 different situations here. So, It is best if you show your iOS apps separately using the custom link template. Otherwise, your iOS apps will also have a download button like other packages.
Actually, in case of Dropbox, downloads are handled by Dropbox it self, wpdm simply redirect to download link, anything you need to adjust, it is in dropbox side.
Have you had other people run into the issue of the URL structure required for iOS app downloads? Just linking to the file doesn’t work. iOS devices need it to be the URL structure to work.
This is definitely a Dropbox permission settings of these 2 files. I tried to access the EUR file through URL but it says “The owner hasn’t granted you access to this link.” Also, the download doesn’t work even when I am logged into Dropbox. It works for you because you have permission.
Please try following steps,
1) Delete both files from Dropbox and remove them from package too. Update your package.
2) Upload new copies to Dropbox.
3) add new copies from Dropbox to your package and update package.
If that does not work you have to use embedded form. Clone the link template you are using now and replace the [download_link] with [download_link_extended] tag. Then use this custom link template in your shortcode.
Please also check the package setting of those 2 packages. If you can;t find anything, send the temporary wp-admin login info private reply. Send the page URL too, where you have the download links.
If you don’t want to show download details page you can remove the [page_url] template tag from the link template.
Clone any link template from Downloads Templates page and remove [page_url] tag from there. Also, remove the HTML a tag. Then set this link template when inserting the shortcode.
Use TinyMCE add-on to insert the shortcode. Your custom link template will be available in the dropdown.
Glad to know the plugin conflict has been resolved finally.
1 ) Yes, it is possible. You have to create a custom link template. Clone the link template you like or create one. Then remove the [download_link] template tag from there to hide download link. Now you will find [page_url] tag attached to HTML <a> tag. Add target blank there to open link in new page.
<a target="_blank" href="[page_url]">
2) If you are trying to apply a delay in download operation Lazy Download add-on is the one you need.
1 ) You have to edit default template value in wpdm_embed_category function on wpdm-functions.php file. No other option to change default template of category shortcode. But it seems unnecessary if you are using TinyMCE add-on to insert shortcode because you can select the link template when inserting the shortcode as shown in the screenshot above.
2) No code change required, but you have to delete all unnecessary templates from /download-manager/tpls/link-templates/ and /download-manager/tpls/page-templates/ directories.
3) Custom Templates has their readable name which is shown in template dropdown. You don’t need to remember or understand the template id ( a3sdsb3437… )
The good thing is if you want readable template id, you can create custom templates using php files too. Place you template files under your active theme dir like shown below,
I have a page with 7 download buttons, of which each is linked to a file in the same Dropbox folder. These files get overwritten daily and all at the same time. Two of the buttons stopped working this morning in the sense that they now require the user to log on to Dropbox while for the other 5 it works the same as yesterday that the file is just downloaded. As a potential solution I replaced all files, but the issue remains (2 require Dropbox login, 5 not). Then I deleted the file in one of the problematic buttons and replaced it via selecting the file via Dropbox again, but that doesn’t help. Can you please advise?
1-) I was planning to use Downloads without links but now I want to use them all with links. Completelhy the reverse. Is there a way to disable the download on click but always open the link in new page?
2-) Is there a way to open a pop-up saying “Your download will start soon.” when users clicked the download?
if i go to “other shortcodes” to insert wpdm packages downloads on a page (for better sorting) it generates the template with shortcode link_template=”…” instead of template=”…”, resulting in displaying a complete different wpdm-(standard)-template.
We had this issue a while ago and you fixed it, but now it’s back. I am using the advised template and have disabled single file download per your previous instructions.
FYI: I just updated to the latest version of WPDM Pro. I had been trying to install from the update utility, but it kept reappearing and I realized it was never actually updating, so I manually updated the plugin via FTP.
Maybe, It is related to a core WordPress hook which is being used by both plugins. Try commenting out the following line in /download-manager/libs/class.Apply.php file ( line 31 ) ( although the error might move to another line that using the get_permalink function ! ),
To disable the link, always use the custom link template ( the one without [page_url] tag ) when creating a new package. You will find the link template option in Package Settings meta box.
No, WPDM and JIG are not using same function or class. In you support request, ask them if they are applying login_url filter hook anywhere. This issue most probably originated from a premature call on filter hook.
Yes, you can disable the link. Use a custom link template for that. Just remove the [page_url] template tag from the custom template.
Maybe a permission issue. Please check the directory permission of download-manager-files fir.
Does Download Manager work if you disable your justified image plugin? Download Manager code on the reported line is a just simple call to get_permalink function which is a core function. So, most probably it is something in the justified plugin. Have you notified that plugin author about this? We really want to solve this for you. But doesn’t look like WPDM related issue.
– You can use the shortcode to show downloads anywhere you want. Use TinyMCE button to insert shortcode or copy the shortcode from “All Packages” page.
– Subscribers page lists all user info collected through email lock feature.
– Frontend settings pages are used for different purposes including redirecting users to the login page. Create a page for each of these shortcodes and set the page in each page option.
– All WPDM files are uploaded in /wp-content/uploads/download-manager-files/ directory. But you can attach files from any server directory to your download package. We do not recommend changing the upload dir as this change will be gone after each plugin update.
Author
Search Results
Viewing 25 results - 6,101 through 6,125 (of 9,464 total)