Forum Replies Created
Sure, please create a link template only using template tag [download_link] now, use the template id with your short-code, like
[wpdm_package id="PID" template="TEMPLATE-ID"]
More about template:
And you may use TinyMce add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code easily.
A few users of my site have complained that when they navigate around between packages and then try to use their browsersβ βbackβ button, it takes them back to the search page rather than the last package they visited. Any idea why this would be/how to fix it?
— Sorry, not clear, may you please show me a small screen record, that will be easier to understand.
Got the apostrophes issue, adjusting this with the next update of the add-on
@nailsbeauty, I’ve tested your site again, looks like any other active plugin or theme outputting a blank char unexpectedly, which is breaking down the download process, may you please try disabling other plugins?
The short-code is [wpdm_user_dashboard] , sorry that we misspelled at hints in settings page.
please give me temporary wp-admin login info in a private reply to check
still not working in fireftp π , alternative way is if you send me hosting admin panel login ( cpanel/parallel ) .
It shouldn’t slowed the load time, please give me the url where you trying this and temporary wp-admin login info in a private reply to check.
Now we are using javascript “confirm” function there, but not sure why causing trouble with kiosk.
Email editor option will be available soon, but if you seeing wordpress now, please check site name in wp admin general settings.
Actually the plugin convert each pdf page into image, then show it, but it is actually out of wpdm scope, however you may use the plugin and create a wpdm add-on to introduce new template tag for pdf embedder.
Example code:
<?php
add_filter('wdm_before_fetch_template','custom_pdf_embedder',10,1);
function custom_pdf_embedder($vars){
$vars['embed_pdf'] = do_shortcode("[pdf-embedder url='{$vars['download_url']}' ]");
return $vars;
}
?>
Now you can use [embed_pdf] as template tag in link/page template
To limit download by role, you need http://www.wpdownloadmanager.com/download/download-limit/
and for speed limit you will need http://www.wpdownloadmanager.com/download/download-speed-control/
And if you want all add-ons in a pack with huge discount: http://www.wpdownloadmanager.com/download/all-add-ons/
Please give me temporary wp-admin login info in a private reply to check your issue and set it up there for you π
@zcrow, using icon is not possible for now if you use [file_list_extended] tag, but we shall add a hook there soon.
However, you can achieve this in following way ( it is like creating a simple add-on :
- Copy
wpdm_package_file_list_altfunction in a php file ( ex: in your theme functions.php ) - Rename the function to
wpdm_package_file_list_custom - in function
wpdm_package_file_list_customyou need to remove the code for creating thumbnail:if(in_array($ext, $imgext)) $thumb = wpdm_dynamic_thumb($filepath, array(88, 88)); - Now add following code under that function:
add_filter('wdm_before_fetch_template','my_fetch_template',10,1); function my_fetch_template($vars){ //your code here $vars['file_list_custom'] = wpdm_package_file_list_custom(); return $vars; } - Finally you need to use template tag
[file_list_custom]instead of[file_list_extended]
This is happening because, probably images in that dir are not valid jpg file.
Working fine now, solved by disabling bootstrap js from wpdm settings, as your theme already enqueued bootstrap js.
please give me temporary wp-admin login info in a private reply to check your issue in details.
probably some permission issue with your hosting, please give me temporary wp-admin login info in a private reply to check it in details.
Hi, thanks for your appreciation.
You don’t need membership add-on there. When creating/editing a category, you can select user roles to allow access to that category, and when creating/editing a package, if you select any such category and keep access field under package settings empty, only the users under selected roles for theΒ category will have access to the package.
You can to use short-code to embed packages/downloads in page, and you can use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code.
Please let me know if still anything is not clear there π
We are adjusting the 100% commission issue with the next update of the add-on and next update is coming within next week π
in that case you you need to install wpdm-archive-page.zip , sorry for the name confusion.
please give me temporary wp-admin login info in a private reply to check the issue in details and adjust it.
no, the add-on shall work with free too, but we released a new update of the add-on, please download again to get the latest version and update your copy.
Probably other short-code are only available in pro, but I couldn’t check as the page was asking for login info.
Sorry, you need to renew order to get access to support and update, we always provide latest version only through order.