Shahjada
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Manager] REST API – authentication does not workplease add
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "PUT");with your php curl option setupForum: Plugins
In reply to: [Download Manager] REST API – authentication does not workAdd the following rule in your .htaccess file:
RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]Hi,
Sorry for the confusion, the plugin is fully active and we are improving and updating it regularly, and the website url is https://wpliveforms.com/.Forum: Plugins
In reply to: [Download Manager] Device Id calculated with IPHi,
The update is coming within this week.Forum: Plugins
In reply to: [Download Manager] Not all product categories are availableProduct Categories block is for woocommerce, for wpdm you need to use
Category Cardsblock.Forum: Plugins
In reply to: [Download Manager] Website is not loading properlyokay now. forgot to update SSL cert in CDN.
Forum: Plugins
In reply to: [Download Manager] Not all product categories are availablePlease give me your URL to check
Forum: Plugins
In reply to: [Download Manager] Device Id calculated with IPSure, we shall add a hook with the next update of the plugin.
Forum: Plugins
In reply to: [Download Manager] Can’t get it to work with Google Drive@jdembowski, sorry for the situation, @humayonk will not make any such error in the future, he is studying full guidelines right now.
Forum: Plugins
In reply to: [Download Manager] Modify Style of Modal Lock optioinHi,
Please post here https://www.wpdownloadmanager.com/support/forum/download-manager-pro/ for premium version support.Forum: Plugins
In reply to: [Download Manager] masked links didn’t worksHi,
The masked link will work fine, please clear your page cache and clear all cache js files.Forum: Plugins
In reply to: [Download Manager] wpdm_tree thumbnailHi,
Sorry, but that is not possible yet. But, we are working on a new tree view with thumbnail/custom icon option.Forum: Plugins
In reply to: [Download Manager] Using PHP in template filesHi,
You can’t use php code in link/page template, you can only use template tags, doc: https://www.wpdownloadmanager.com/doc/templates/template-tags/, however, if you need to use custom php code, you need to write a function with the code and convert it into a template tag, please follow the doc: https://www.wpdownloadmanager.com/doc/filter-reference/wdm_before_fetch_template/Forum: Plugins
In reply to: [Download Manager] Popup BlockerHi,
You can change link template using shortcode parameter, ex:
[wpdm_package id="PID" template="LINK_TEMPLATE_ID"]
Doc:
https://www.wpdownloadmanager.com/doc/short-codes/wpdm_package-single-package-embed-short-code/Forum: Plugins
In reply to: [Download Manager] Shortcode to activate cart and orders page?Here are the cart and order page shortcodes:
https://www.wpdownloadmanager.com/doc/using-premium-package/shortcodes/