Forum Replies Created
Please share your related page URL for checking the output of this template,
thanks
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
Hello @USER_WP,
I am handling your issue with your created topic
thanks
I can’t able to access edit page option with the provided role, please check
thanks
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
Awesome, so it was Gutenberg issue, however, glad to hear that, your problem has been resolved
thanks
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');
Glad to hear this, your problem has been solved,
thanks
Hello @Laurent Guillet,
Please open a separate ticket for your issue please, we shall try to assist you
thanks
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
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
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
I have found a way if it may help you, it will bring ID like as I image attached,
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
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
please provide your package ID’s list, I shall try to give you an adjustment
thanks
Sorry for the inconvenience, please, give your temporary wp-admin login details in a private reply for checking the issue
Thanks
How many packages do you want to adjust?
thanks
Checking your issue from my side, soon
thanks
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
Replying your created topic,
thanks
please mail support@wpdownloadmanager.com any payment-related issue, I hope you shall get the help
thanks
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

