Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 15,276 through 15,300 (of 20,593 total)
Oct 22, 2020 at 12:58 pm
#139020
Moderator
Nayeem Riddhi
Staff OP

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

Oct 22, 2020 at 12:54 pm
#139019
Moderator
Nayeem Riddhi
Staff OP

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

Oct 22, 2020 at 12:30 pm
#139016
Moderator
Nayeem Riddhi
Staff OP

please share your package URL, if possible, please, give your temporary wp-admin login details in a private reply for checking the issue,

Thanks

Oct 22, 2020 at 12:28 pm
#139014
Moderator
Nayeem Riddhi
Staff OP

what size do you want for the thumbnail image, please, let me know,

thanks

Oct 22, 2020 at 12:23 pm
#139013
Moderator
Nayeem Riddhi
Staff OP

sorry for the inconvenience, please, give your temporary wp-admin login details in a private reply for checking the issue,

Thanks

Oct 22, 2020 at 12:21 pm
#139012
Moderator
Nayeem Riddhi
Staff OP

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

Oct 22, 2020 at 11:27 am
#139006
Moderator
Nayeem Riddhi
Staff OP

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

Oct 22, 2020 at 9:37 am
#138998
Moderator
Nayeem Riddhi
Staff OP

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

Oct 22, 2020 at 9:23 am
#138992
Moderator
Nayeem Riddhi
Staff OP

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

Oct 22, 2020 at 6:43 am
#138980
Moderator
Nayeem Riddhi
Staff OP

please check my attached image,

Image 2020-10-22 at 12.41.33 PM

it is working fine here,

thanks

Oct 22, 2020 at 6:25 am
#138979
Moderator
Nayeem Riddhi
Staff OP

hi,

please check now, it has been updated

thanks

Oct 22, 2020 at 6:16 am
#138978
Moderator
Nayeem Riddhi
Staff OP

it needs some customization, please knock here for your requirements, https://www.wpdownloadmanager.com/user-dashboard/?udb_page=upgrade

Oct 22, 2020 at 6:15 am
#138977
Moderator
Nayeem Riddhi
Staff OP

it needs some customization, please knock here for your requirements, https://www.wpdownloadmanager.com/user-dashboard/?udb_page=upgrade

Oct 22, 2020 at 5:35 am
#138974
Moderator
Nayeem Riddhi
Staff OP

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.
Oct 22, 2020 at 5:26 am
#138973
Moderator
Nayeem Riddhi
Staff OP

Have you missed license manager option as I image attached,

Image 2020-10-22 at 11.21.41 AM

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

Oct 22, 2020 at 4:50 am
#138970
Moderator
Nayeem Riddhi
Staff OP

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

Oct 22, 2020 at 4:46 am
#138968
Moderator
Nayeem Riddhi
Staff OP

Hi,
you can follow the link below documentation,

Template Files


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.

Oct 22, 2020 at 4:38 am
#138967
Moderator
Nayeem Riddhi
Staff OP

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,

Image 2020-10-06 at 10.04.40 AM

Oct 21, 2020 at 4:50 pm
#138944
Moderator
Nayeem Riddhi
Staff OP

Please, give your temporary wp-admin login details in a private reply for checking the issue

Thanks

Oct 21, 2020 at 4:47 pm
#138943
Moderator
Nayeem Riddhi
Staff OP

sorry for some late, i shall try to adjust the issue within tomorrow,

thanks

Oct 21, 2020 at 4:31 pm
#138940
Moderator
Nayeem Riddhi
Staff OP

while login password is not working, please check

thanks

Oct 21, 2020 at 4:25 pm
#138937
Moderator
Nayeem Riddhi
Staff OP

please check now, it is Ok or not

thanks

Oct 21, 2020 at 4:11 pm
#138935
Moderator
Nayeem Riddhi
Staff OP

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

Oct 21, 2020 at 3:52 pm
#138932
Moderator
Nayeem Riddhi
Staff OP

please check now, I have adjusted from Downloads > Settings > User Interface switching bootstrap version, please check it is ok or not

thanks

Oct 21, 2020 at 3:40 pm
#138928
Moderator
Nayeem Riddhi
Staff OP

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.

Viewing 25 posts - 15,276 through 15,300 (of 20,593 total)