Shahjada
Forum Replies Created
-
Here are the shortcodes:
https://www.wpdownloadmanager.com/doc/using-premium-package/shortcodes/Forum: Plugins
In reply to: [Download Manager] Download links does not look good with any releases > 2.96We are checking new template compatibility in details, they will be okay with the next update. Also, we didn’t drop the old template. With the latest version of wpdm, if you want to use the old template, please select link template “Link Template (default)”.
Ex:
[wpdm_package id="ID" template="link-template-default-old"]Forum: Reviews
In reply to: [Download Manager] Bom, mas pode melhorarHi,
We have fixed the issue, update is coming within this week.Forum: Plugins
In reply to: [Editor Blocks by Download Manager] no blocks . showing upHi,
This plugin requires WordPress Download Manager ( https://wordpress.org/plugins/download-manager/ ), please install and activate that plugin.Forum: Plugins
In reply to: [Download Manager] French and colorsokay. And you can change styles/colors from Admin Menu >> Downloads >> Settings >> User Interface
Forum: Plugins
In reply to: [Download Manager] Clear Permissions with functionHi,
you need to update each one separately. Alternatively, you also may use https://www.wpdownloadmanager.com/download/wpdm-default-values/, or clear wpdm meta ( postmeta )__wpdm_accessusing a sql query.Forum: Plugins
In reply to: [Download Manager] ExportHi,
you can use WordPress’s native import/export feature for wpdm data import/export.Hi,
Please follow the doc here https://www.wpdownloadmanager.com/doc/function-reference/get_package_data/ to read any download info. But if you want to add download URL, you have to use the following code:
echo \WPDM\Package::getDownloadURL(get_the_ID());
There is also another way to do this using a link template, please follow the steps:- Copy
/plugins/download-manager/tpls/dir to your active theme dir
Rename it to download-manager - Go to
{active-theme}/download-mamager/link-templates - Open
link-template-calltoaction3.php - Remove the tags you don’t need ( Available template tags: https://www.wpdownloadmanager.com/doc/templates/template-tags/ ).
- Inside your loop, just use the following code:
<?php echo do_shortcode("[wpdm_package id=".get_the_ID()." template='link-template-calltoaction3.php']"); ?>
Forum: Plugins
In reply to: [Download Manager] Disable “Update Available” Mailsplease contact support [at] wpdownloadmanager.com
Forum: Plugins
In reply to: [Download Manager] User upload filesYes, you will need the pro version, for any question related to pro version, please mail to support at wpdownloadmanager.com.
Forum: Plugins
In reply to: [Download Manager] Image type file download issueI see, you are using a very very very old version and after the update, you need to migrate data to be compatible with the latest version. Please check https://wordpress.org/support/topic/required-actions-after-you-update-to-v27-from-v26/
Also, you will not see the migrate tab with the latest version. As it is already more than 4 year we drop that tab too. You need to download 2.8.3 from here https://downloads.wordpress.org/plugin/download-manager.2.8.3.zip and migrate the data. After that, you are ready to update to the latest version.
Forum: Plugins
In reply to: [Download Manager] Search Page with Call to action templatePlease post here https://www.wpdownloadmanager.com/support/forum/download-manager-free/, we need to check it in your site.
Forum: Plugins
In reply to: [Download Manager] Image type file download issueHi,
The link you send is not using the download manager ( https://wordpress.org/plugins/download-manager/ ).Forum: Plugins
In reply to: [Download Manager] How to turn off no-cacheHi,
WPDM sends no-cache header only when you click download button/link.Forum: Plugins
In reply to: [Download Manager] Direct to Download Page (Urgent)Hi,
To customize the template easily you will need the pro version ( https://www.wpdownloadmanager.com/doc/templates/ ) - Copy