Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 18,401 through 18,425 (of 20,625 total)
May 14, 2020 at 5:48 pm
#128320
Moderator
Nayeem Riddhi
Staff OP

Hi,

Which page is taking the shortcode, I have seen from the settings it is none selected,

img

please give your page URL too.

Thanks.

May 14, 2020 at 5:40 pm
#128316
Moderator
Nayeem Riddhi
Staff OP

Trying to log in, but it is saying,

Sorry, you are not allowed to access this page.

please check.

May 14, 2020 at 5:36 pm
#128314
Moderator
Nayeem Riddhi
Staff OP

Hi,

I have adjusted the code from download-manager\tpls\add-new-file-front\package-settings.php in line number 55-74 with the below code,

<div id="access_row" class="form-group-row row">
                <div  class="col-md-3"><?php echo __( "Allow Access:" , "download-manager" ); ?></div>
                <div class="col-md-9">
                    <select name="file[access][]" class="chzn-select role" multiple="multiple" id="access" style="width: 100%;max-width: 100%">
                        <?php

                        $currentAccess = get_post_meta($post->ID, '__wpdm_access', true);
                        $selz = '';
                        if(  $currentAccess ) $selz = (in_array('guest',$currentAccess))?'selected=selected':'';
                        if(!isset($post->ID)) $selz = 'selected=selected';
                        ?>

                        <option value="administrator" selected="selected"><?php echo __( "Administrator" , "download-manager" ); ?></option>
                       
                        <option value="subscriber" selected="selected"> <?php echo __( "Subscriber" , "download-manager" ); ?></option>

                        
                    </select>
                </div>
            </div>

It is working fine now as your requirements.

you can follow this doc for the safety of upgrading of the plugin,

Template Files


like your_theme\download-manager\add-new-file-front\package-settings.php

I hope it will help you.

Thanks.

May 14, 2020 at 5:16 pm
#128311
Moderator
Nayeem Riddhi
Staff OP

Hi,

Are you facing trouble with the license key or can’t able to get the key?

May 14, 2020 at 3:57 pm
#128306
Moderator
Nayeem Riddhi
Staff OP

Hi,

What is the default user role while registration by any user? default role for frontend should be the administrator and your_given_default_user_role. let me know.

Thanks.

May 14, 2020 at 3:38 pm
#128305
Moderator
Nayeem Riddhi
Staff OP

Hi,

Please give your page URL. if possible, Please, give your temporary wp-admin login details in a private reply for checking.

Thanks.

May 14, 2020 at 3:35 pm
#128303
Moderator
Nayeem Riddhi
Staff OP

Hi,

Can you try enabling/disabling style/scripts from Downloads > Settings > User Interface. it may help you. if possible, Please, give your temporary wp-admin login details in a private reply for checking.

Thanks.

May 14, 2020 at 3:30 pm
#128302
Moderator
Nayeem Riddhi
Staff OP

Hello,

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

Thanks.

May 14, 2020 at 10:21 am
#128268
Moderator
Nayeem Riddhi
Staff OP

Are they all single download file, I think you are talking about the page template, for that, it needs to edit the single-wpdmpro.php file. it may help you resolve the issue. let me know.

Thanks.

May 14, 2020 at 10:03 am
#128266
Moderator
Nayeem Riddhi
Staff OP

Hi,

In that case, you can see the review snippet by Google, https://developers.google.com/search/docs/data-types/review-snippet. let me know if it helps you.

Thanks.

May 14, 2020 at 9:46 am
#128264
Moderator
Nayeem Riddhi
Staff OP

In that case, have you tried this option, like as I attached the image,

img

and for your latest reply, it needs to be checked whether it will work or not

May 14, 2020 at 9:21 am
#128261
Moderator
Nayeem Riddhi
Staff OP

Hi,

please share the shortcode also, it will be easy for me to find out the design.

Thanks.

May 14, 2020 at 9:13 am
#128259
Moderator
Nayeem Riddhi
Staff OP

you should use the category slug or slugs. it is a required parameter and the multiple category slugs should be separated by a comma, not plus icon. and the custom taxonomy or categories slugs should have packages.

May 14, 2020 at 8:54 am
#128257
Moderator
Nayeem Riddhi
Staff OP

You can add multiple categories in the shortcode parameter, [wpdm_category id="Category Slug or Slugs"], have you checked the doc, https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/. let me know.

Thanks.

May 14, 2020 at 8:50 am
#128256
Moderator
Nayeem Riddhi
Staff OP

Glad to hear that. let me know if you need further assistance.

May 14, 2020 at 6:40 am
#128251
Moderator
Nayeem Riddhi
Staff OP

For the login button adjustment, is it related with WPDM membership add on. please give your page URL too.

Thanks.

May 14, 2020 at 6:37 am
#128250
Moderator
Nayeem Riddhi
Staff OP

Hi,

This is a page for showing packages or category accordion on the left side and you are using the shortcode for this page. there needs a membership role for certain users who can see the page. By default, the plugin has not this feature, you may need an add on for this. let me know.

Thanks.

May 14, 2020 at 6:29 am
#128247
Moderator
Nayeem Riddhi
Staff OP

Ok, there are two adjustments in a queue for solving. I shall try to adjust them one by one. and does it related this topic with WPDM membership add on? let me know.

Thanks.

May 14, 2020 at 6:24 am
#128244
Moderator
Nayeem Riddhi
Staff OP

I have seen that there are differences between the Login button. do you want to adjust that? let me know

Thanks.

May 14, 2020 at 6:20 am
#128243
Moderator
Nayeem Riddhi
Staff OP

Hello,

Can you provide some screenshots of which position you want to adjust? if possible, please, give your temporary wp-admin login details in a private reply for checking.

Thanks.

May 14, 2020 at 5:59 am
#128242
Moderator
Nayeem Riddhi
Staff OP

Hi,

Your thumbnail’s background is ‘blackened’ has been adjusted. I was looking for a permanent solution. Now for the temporary solution, the line between 420-439 of libs\class.FileSystem.php has been commented out. Now, if you upload an image within the package, it shall not create the background in blackish.

Thanks.

May 13, 2020 at 10:46 pm
#128234
Moderator
Nayeem Riddhi
Staff OP

Hello,

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

Thanks.

May 13, 2020 at 10:43 pm
#128233
Moderator
Nayeem Riddhi
Staff OP

Hi,

wpdm-all-downloads.php file is responsible for this [wpdm-all-packages] shortcode. you can edit this template as your own requirements. you can also follow this template files doc, https://www.wpdownloadmanager.com/doc/template-files/ for saving the custom template.

Thanks.

May 13, 2020 at 10:33 pm
#128232
Moderator
Nayeem Riddhi
Staff OP

Hi,

You can also follow these steps for updating plugin,

1 ) Deactivate and delete the old version. You won’t lose any data.
2 ) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version and activate the license key.

To enable the auto-update, login to your WPDM account from the Downloads > Settings > License tab. If login is successful and you have an active subscription then you can update the future releases right from your plugins page.

Thanks.

May 13, 2020 at 4:34 pm
#128216
Moderator
Nayeem Riddhi
Staff OP

Hi,

I think you want to restrict a page with the user role. for this, it may need an add on for working on the page. let me know

Thanks.

Viewing 25 posts - 18,401 through 18,425 (of 20,625 total)