Forum Replies Created
please check this add-on, https://www.wpdownloadmanager.com/download/wpdm-extended-short-codes/, here one shortcode is called [wpdm_tree], please check the demo also, if it fulfils the requirements
thanks
please use this shortcode,
[wpdm_packages paging = "1" orderby = "title" categories = "cvrm" order = "asc" items_per_page = "20" template = "link-template-panel"]
it is working fine as wpdm_category
thanks
please share your package URL, if possible, please, give your temporary wp-admin login details in a private reply for checking the issue,
Thanks
what size do you want for the thumbnail image, please, let me know,
thanks
sorry for the inconvenience, please, give your temporary wp-admin login details in a private reply for checking the issue,
Thanks
You will find Image Hover Split template in Import Template option from Downloads > Templates option, and then you can use it as a link template, for package inside folder you can use [wpdm_tree] shortcode, and you have to use this add-on, https://www.wpdownloadmanager.com/download/wpdm-extended-short-codes/
thanks
For this section, https://share.getcloudapp.com/04uOELYK
you need this add-on, https://www.wpdownloadmanager.com/download/wpdm-directory-add-on
And for this section, https://share.getcloudapp.com/mXu6YJxY
you have to use the app-card template, I have already imported from this section, https://share.getcloudapp.com/YEuyrBbg
in your link-templates,
and for this section, https://share.getcloudapp.com/4guJKZEG
you have to use this link-template, Call to Action 4
and like this page https://demo.wpdownloadmanager.com/wpdmpro/downloads/movies/, you have to use,
Image Hover Split from import template, please let me know if you need more help,
thanks
Hi,
for thumbnail, you can use [thumb_WxH] tag, for other tags you can check this doc, https://www.wpdownloadmanager.com/doc/templates/template-tags
thanks
if you are using Cpanel, you can read this doc, https://docs.cpanel.net/knowledge-base/security/how-to-edit-your-php-ini-file/ for adjusting PHP.ini file
hi,
please check now, it has been updated
thanks
it needs some customization, please knock here for your requirements, https://www.wpdownloadmanager.com/user-dashboard/?udb_page=upgrade
it needs some customization, please knock here for your requirements, https://www.wpdownloadmanager.com/user-dashboard/?udb_page=upgrade
can you please more elaborate on these requirements,
need to replace link to page (from media and from title) with the same destination link
and for your own language, you can use better a translate plugin…
thanks
-
This reply was modified 5 years, 6 months ago by
Nayeem Riddhi.
Have you missed license manager option as I image attached,
please check if it fulfils your requirements,
if you have own licencing server, then it may require customization with WPDM, you may knock here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=upgrade
thanks
please check if there correct license key in your Downloads > Settings > License option and save settings again. Then try again to update. It will work then,
thanks
Hi,
you can follow the link below documentation,
by default, you are using link-template-default.php for link template and page-template-default.php for the page template. As documentation, you have to copy the file in the theme directory naming a folder called download-manager, then paste it in page-templates for page template or link-templates for link template. And you have to replace [download_link] with <a href="[download_url]" class="btn btn-primary" target="_blank">[link_label]</a> in related PHP file.
Thanks.
hi,
you can use the below code,
please use the below code,
function wpdm_bulk_update_templates(){
$params = array(
'post_type' ► 'wpdmpro',
'posts_per_page' ► -1,
);
$packs = new WP_Query( $params );
while( $packs->have_posts() ) {
$packs->the_post();
global $post;
update_post_meta(get_the_ID(),'_wpdm_page_template','page_template_id');
update_post_meta(get_the_ID(),'_wpdm_template','link_template_id');
}
}
add_action('init', 'wpdm_bulk_update_templates');
the syntax should be like this,
Please, give your temporary wp-admin login details in a private reply for checking the issue
Thanks
sorry for some late, i shall try to adjust the issue within tomorrow,
thanks
while login password is not working, please check
thanks
please check now, it is Ok or not
thanks
can please check this add-on, https://www.wpdownloadmanager.com/download/wpdm-default-values, otherwise if you want particularly for only template files bulk apply, some code may also help you,
thanks
please check now, I have adjusted from Downloads > Settings > User Interface switching bootstrap version, please check it is ok or not
thanks
Can you check these steps,
1.PHP.ini set zlib.output_compression = On.
2.Install php7.4-zip, php7.3-zip and php7.0-zip
also, try to install PHP Zip globally.
Thanks.


