Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 14,351 through 14,375 (of 20,578 total)
Dec 5, 2020 at 5:07 am
#142231
Moderator
Nayeem Riddhi
Staff OP

Please share your related page URL for checking the output of this template,

thanks

Dec 4, 2020 at 6:47 pm
#142218
Moderator
Nayeem Riddhi
Staff OP

please check from Downloads > Templates panel as I image attached,

Image 2020-12-05 at 12.46.17 AM

thanks

Dec 4, 2020 at 6:18 pm
#142215
Moderator
Nayeem Riddhi
Staff OP
This reply has been marked as private.
Dec 4, 2020 at 6:11 pm
#142212
Moderator
Nayeem Riddhi
Staff OP

It is quite weird, the same shortcode behaving difference, can you please enable/disable other plugins for checking if it is overriding the code, you may also switch theme to other for checking, please let me know then

thanks

Dec 4, 2020 at 5:56 pm
#142210
Moderator
Nayeem Riddhi
Staff OP

Hello @USER_WP,

I am handling your issue with your created topic

thanks

Dec 4, 2020 at 5:52 pm
#142209
Moderator
Nayeem Riddhi
Staff OP

I can’t able to access edit page option with the provided role, please check

thanks

Dec 4, 2020 at 5:41 pm
#142206
Moderator
Nayeem Riddhi
Staff OP

Sorry for getting back late, I have informed from our senior developer that, Crypton is deprecated now, use attire, demo in on attire is here, https://www.wpdownloadmanager.com/download/attire-allinone-wordpress-theme/

thanks

Dec 4, 2020 at 5:39 pm
#142205
Moderator
Nayeem Riddhi
Staff OP
This reply has been marked as private.
Dec 4, 2020 at 5:34 pm
#142203
Moderator
Nayeem Riddhi
Staff OP

Awesome, so it was Gutenberg issue, however, glad to hear that, your problem has been resolved

thanks

Dec 4, 2020 at 5:24 pm
#142200
Moderator
Nayeem Riddhi
Staff OP

Sorry for some late, put this code in your theme functions.php and refresh the page, it will give to access to only editor for the packages, please mention your user role may i can also update the role too, thanks

function wpdm_bulk_update_accces(){
    $params = array(
        'post_type' ► 'wpdmpro',
        'posts_per_page' ► -1,
    );
    $packs = new WP_Query( $params );
    while( $packs->have_posts() ) {
        $packs->the_post();
        $ids = [27781,27780,
27779,
27778,
27777,
27776,
27775,
27774,
27773,
27772,
27771,
27770,
27769,
27768,
27767,
27766,
27765,
27764,
27763,
27762,
27095,
26441,
26440,
26439,
26438,
26437,
26436,
26435,
26434,
26433,
26432,
26431,
26430,
26429,
26428,
26427,
26426,
26425,
26424,
26423,
26422,
26421,
26420,
26419,
26418,
26417,
26416,
26415,
26414,
26413,
26412,
26411,
26410,
26409,
26408,
26407,
26406,
25623,
25622,
25621,
25620,
25619,
25618,
25617,
25616,
25615,
25614,
25613,
25612,
25611,
25610,
25609,
25608,
25607,
25606,
25605,
25604,
25603,
25602,
25601,
25600,
25599,
25598,
25597,
25596,
25595,
25594,
25593,
25592,
25591,
25590,
25589,
25588,
25587,
25586,
12250,
12249,
12248,
12247,
12246,
12245,
12244,
12243,
12242,
12241,
12240,
12239,
12238,
12237,
12236,
12235,
12161,
12160,
12159,
12158,
12157,
12156,
12155,
12154,
12153,
12152,
12151,
12150,
12148,
12147,
12146,
12145,
12144,
12143,
12142,
12106,
12105,
12104,
12103,
12102,
12101,
12100,
12031,
12030,
12029,
12028,
12027,
12026,
12025,
12024,
12023,
12022,
12021,
12020,
12019,
12018,
12017,
12016,
12015,
12014,
12013,
12012,
12011,
12010,
12009,
12008,
12007,
12006,
12005,
12004,
12003,
12002,
12001,
12000,
11999,
11998,
11997,
11996,
11995,
11994,
11993,
11992,
11991,
11990,
11989,
11988,
11987,
11986,
11985,
11984,
11983,
11982,
11981,
11980,
11979,
11978,
11977,
11976,
11975,
11974,
11973,
11972,
11971,
11970,
11969,
11968,
11967,
11966,
11965,
11964,
11963,
11962,
11961,
11960,
11959,
11958,
11957,
11956,
11955,
11954,
11953,
11952,
11951,
11950,
11949,
11948,
11947,
11946];
        $access = ['editor'];
        foreach( $ids as $id){
        update_post_meta($id, '__wpdm_access', $access);
}

    }
}
add_action('init', 'wpdm_bulk_update_accces');
Dec 4, 2020 at 4:58 pm
#142199
Moderator
Nayeem Riddhi
Staff OP

Glad to hear this, your problem has been solved,

thanks

Dec 4, 2020 at 4:03 pm
#142192
Moderator
Nayeem Riddhi
Staff OP

Hello @Laurent Guillet,

Please open a separate ticket for your issue please, we shall try to assist you

thanks

Dec 4, 2020 at 2:36 pm
#142187
Moderator
Nayeem Riddhi
Staff OP

Sorry for the inconvenience, can you please use this https://www.wpdownloadmanager.com/doc/short-codes/wpdm_packages-wp_query-in-a-shortcode-for-download-manager-packages/ shortcode instead of [wpdm_category], please check this shortcode parameter, you shall find a similar looking frontend with this shortcode. i hope it will solve your problem.

thanks

Dec 4, 2020 at 1:01 pm
#142178
Moderator
Nayeem Riddhi
Staff OP

Yes, you can put this code in your link-template-default.php file for checking if you can get the old one,

<!-- WPDM Link Template: Default Template ( Old ) -->

<div class="wpdm-link-template link-template-default" >

    <div class="media">
        <div class="mr-3">[icon]</div>
        <div class="media-body">
            <div>
                <strong class="package-title">[title]</strong> | [file_size]
            </div>
            [download_link]
        </div>

    </div>
    <div style="clear: both"></div>
</div>
<div style="clear: both"></div>

please let me know if your problem gets solved

thanks

Dec 4, 2020 at 12:56 pm
#142176
Moderator
Nayeem Riddhi
Staff OP

I think you want to stop listing files on loading the page, you can make shortcode init=0 like

[wpdm_search_result init=0 template="link-template-default" cols=1]

I hope it may help you

thanks

Dec 4, 2020 at 12:43 pm
#142174
Moderator
Nayeem Riddhi
Staff OP

I have found a way if it may help you, it will bring ID like as I image attached,

Image 2020-12-04 at 6.39.21 PM

put this code in your theme functions.php, you shall get this option,

function wpdm_custom_add_column( $columns ){
    $columns['wpdm_custom_id_clmn'] = 'ID'; 
    return $columns;
}
add_filter('manage_posts_columns', 'wpdm_custom_add_column', 5);

function wpdm_custom_column_content( $column, $id ){
    if( $column === 'wpdm_custom_id_clmn')
        echo $id;
}
add_action('manage_posts_custom_column', 'wpdm_custom_column_content', 5, 2);

thanks

Dec 4, 2020 at 12:03 pm
#142169
Moderator
Nayeem Riddhi
Staff OP

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

Thanks

Dec 4, 2020 at 10:59 am
#142162
Moderator
Nayeem Riddhi
Staff OP

please provide your package ID’s list, I shall try to give you an adjustment

thanks

Dec 4, 2020 at 10:46 am
#142161
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

Dec 4, 2020 at 10:39 am
#142159
Moderator
Nayeem Riddhi
Staff OP

How many packages do you want to adjust?

thanks

Dec 4, 2020 at 10:37 am
#142158
Moderator
Nayeem Riddhi
Staff OP

Checking your issue from my side, soon

thanks

Dec 4, 2020 at 10:36 am
#142156
Moderator
Nayeem Riddhi
Staff OP

Hello,

Sorry for your inconvenience, the link you have provided from the archive is not fully CSS organized, I can’t get the template view fully, please provide a proper CSS organized template view

thanks

Dec 4, 2020 at 10:27 am
#142155
Moderator
Nayeem Riddhi
Staff OP

Replying your created topic,

thanks

Dec 4, 2020 at 10:24 am
#142154
Moderator
Nayeem Riddhi
Staff OP

please mail support@wpdownloadmanager.com any payment-related issue, I hope you shall get the help

thanks

Dec 4, 2020 at 9:58 am
#142152
Moderator
Nayeem Riddhi
Staff OP

Can you please check this shortcode, https://www.wpdownloadmanager.com/doc/short-codes/wpdm_search_result-shows-search-form/, if it works for you, please let me know

thanks

Viewing 25 posts - 14,351 through 14,375 (of 20,578 total)