Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 18,426 through 18,450 (of 20,756 total)
May 20, 2020 at 6:08 am
#128757
Moderator
Nayeem Riddhi
Staff OP

Glad to hear that, your problem has been solved.

May 20, 2020 at 6:06 am
#128756
Moderator
Nayeem Riddhi
Staff OP

Do you want all packages should be one common rule like administrator and editor role will be applied for all download packages? let me know.

Thanks.

May 20, 2020 at 5:58 am
#128755
Moderator
Nayeem Riddhi
Staff OP

Hi,

The auto-update is enabled now with the latest version. For updating the plugin, you can follow these steps,

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 20, 2020 at 4:24 am
#128753
Moderator
Nayeem Riddhi
Staff OP

Hi,

Your requirements have been adjusted. I have put the below code in your Avada custom CSS option,

.w3eden .modal-header {padding: 1.85rem 1rem !important;}
.w3eden .modal-content {
    overflow: scroll;
    height: 600px;
}

please check and let me know if you need further assistance.

Thanks.

May 20, 2020 at 3:56 am
#128752
Moderator
Nayeem Riddhi
Staff OP

Hi,

By default, you can select for filtering once a one time for one category. however, for selecting multiple categories, it may need some customization, you may knock here for your query, https://www.wpdownloadmanager.com/user-dashboard/?udb_page=upgrade

Thanks.

May 20, 2020 at 3:41 am
#128751
Moderator
Nayeem Riddhi
Staff OP

Hi,

There was a conflict between WPML Multilingual CMS and flash message of updating package. After disabling WPML Multilingual CMS the flash message is showing, though the package is creating. you can check furthermore.

Thanks.

May 20, 2020 at 12:39 am
#128747
Moderator
Nayeem Riddhi
Staff OP

I think you are facing this kind of problem as I image attached. you can check the option of the form-lock add on with the latest version,

img

Thanks.

May 20, 2020 at 12:21 am
#128746
Moderator
Nayeem Riddhi
Staff OP

Hi,

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

Thanks.

May 19, 2020 at 11:33 pm
#128743
Moderator
Nayeem Riddhi
Staff OP

Hello,

Sorry for some having patience. BTW, your problem has been solved now,

I have changed the code from download-manager\admin\tpls\stats\history.php in line number 25 with this code, <td><?php echo wp_date(get_option('date_format')." H:i",$stat->timestamp, null); ?></td>

Now it is working fine from your side. and for reCaptcha use the V2 version. let me know, if there need further assistance.

Thanks.

May 19, 2020 at 11:12 pm
#128741
Moderator
Nayeem Riddhi
Staff OP
This reply has been marked as private.
May 19, 2020 at 11:03 pm
#128740
Moderator
Nayeem Riddhi
Staff OP

Hi,

I think you are using this shortcode [wpdm-archive button_style="default" link_template="link-template-panel" items_per_page="10" category="category-slug" order_by="field-name" order="asc or desc" ]. here, one parameter called link_template="link-template-panel", you can use your own link template. However, in the free version you can change/edit the [title] instead of [page_link] from download-manger/tpls/link-templates for the default template link-template-default.php. you can also check the https://www.wpdownloadmanager.com/doc/templates/template-tags/ doc, also saving file in theme this doc, https://www.wpdownloadmanager.com/doc/template-files/. i hope these will help you.

Thanks.

May 19, 2020 at 7:06 pm
#128731
Moderator
Nayeem Riddhi
Staff OP

Hi,

Please install the plugin like other plugins you do. and please read the doc, the numbers of features and settings there, https://www.wpdownloadmanager.com/download/wordpress-private-message/. I hope it may help you.

Thanks.

May 19, 2020 at 7:02 pm
#128730
May 19, 2020 at 6:18 pm
#128727
Moderator
Nayeem Riddhi
Staff OP

Hi,

Is there any custom design you using there? because some field is not available by default as some options you are using. However, just have to allow access option should be visible and you can hide the div with display: none. then you should put the below code as i replied before,
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>

Thus, the administrator, subscriber role will be assigned for your particular page. Next time you should not have manually updated the package. please check and let me know.

Thanks.

May 19, 2020 at 4:26 pm
#128719
Moderator
Nayeem Riddhi
Staff OP

Hi,

Have you checked the browser console error? if there any conflict, please try to active/deactivate other plugins that are making a conflict. there may be some conflict with the theme too. you can also switch any other default theme. if possible, Please, give your temporary wp-admin login details in a private reply for checking.

Thanks.

May 19, 2020 at 4:22 pm
#128717
Moderator
Nayeem Riddhi
Staff OP

Hello,

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

Thanks.

May 19, 2020 at 4:15 pm
#128715
Moderator
Nayeem Riddhi
Staff OP

It may be missed while updating or adjusting, however, you can use other options too.

Thanks.

May 19, 2020 at 4:10 pm
#128714
Moderator
Nayeem Riddhi
Staff OP

Hi,

If you are facing problem with updating the plugin, you can follow these steps too,

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 19, 2020 at 4:07 pm
#128713
Moderator
Nayeem Riddhi
Staff OP

Hi,

You will be get notified from the plugins section when the update available. however, you can also find the changelog too when the plugin will be updated.

Thanks.

May 19, 2020 at 4:04 pm
#128712
Moderator
Nayeem Riddhi
Staff OP

Hi,

Are you trying to add a featured image or additional preview images? let me know.

Thanks.

May 19, 2020 at 9:11 am
#128680
Moderator
Nayeem Riddhi
Staff OP

Hello,

Please, give your temporary wp-admin login details in a private reply for adjusting. it may need a scrollbar.

Thanks.

May 19, 2020 at 8:53 am
#128678
Moderator
Nayeem Riddhi
Staff OP

Hi,

I think you want to give access to a certain user role for editing packages from the backend/wp-admin panel. let me know.

Thanks.

May 19, 2020 at 8:43 am
#128677
Moderator
Nayeem Riddhi
Staff OP

Hi,

You can use a better cache plugin like W3 Total Cache or WP Super Cache for speeding up your site. you can try them too.

Thanks.

May 19, 2020 at 8:37 am
#128676
Moderator
Nayeem Riddhi
Staff OP

Hello,

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

Thanks.

May 19, 2020 at 8:34 am
#128674
Moderator
Nayeem Riddhi
Staff OP

Hi,

Has the problem been solved? please let me know if you need further assistance.

Thanks.

Viewing 25 posts - 18,426 through 18,450 (of 20,756 total)