Forum Replies Created
Please reactivate your credentials again for retrieving them in the same position
thanks
Please, give your temporary wp-admin login details in a private reply for adjusting the issue
Thanks
please use the below code, it is working fine from my side
add_action( 'pre_get_posts', 'my_search_exclude_filter' );
function my_search_exclude_filter( $query ) {
if ( ! $query->is_admin && $query->is_search && $query->is_main_query() ) {
$searchable_post_types = get_post_types( array( 'exclude_from_search' ► false ) );
$post_type_to_remove = 'wpdmpro';
if( is_array( $searchable_post_types ) && in_array( $post_type_to_remove, $searchable_post_types ) ) {
unset( $searchable_post_types[ $post_type_to_remove ] );
$query->set( 'dt_portfolio', $searchable_post_types );
} } }
I hope it will work fine from your side too
thanks
I have found the issue for the alphabetical order, soon you shall be updated and however, the other issue is working fine from my side
thanks
Adjusted on your side fixing, line 857 of ThemeEngine.class.php with if(isset($attire_options[$index])) from themes/attire/admin folder, however, permanent fixing is coming on next update
thanks
You are welcome
thanks
I have found the issue, I hope our developer should look into this. In the meanwhile, you may continue with this shortcode, https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/
thanks
We have found the issue, We shall adjust them with the next update
thanks
Sorry for the inconveniences, please share your related URL, if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
Hi,
Sorry for the inconvenience, please use this shortcode, https://www.wpdownloadmanager.com/doc/short-codes/wpdm_packages-wp_query-in-a-shortcode-for-download-manager-packages/ here include_children=0 for excluding child or this https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/ for now, I hope you should get the resolution for now
thanks
-
This reply was modified 5 years, 1 month ago by
Nayeem Riddhi.
Are you trying to use the custom field form in the registration form? please let me know
thanks
Okay, for that, you may use the [file_list_extended] template tag in your related page template, for more template tags, you may visit this doc, https://www.wpdownloadmanager.com/doc/templates/template-tags/
Which translation plugin you are using here? please let me know, if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
please check now, is it okay or not, https://broker.1111realty.ca/download/westvale-at-lackner-ridge-building-3/
thanks
I think you are trying to implement advanced custom fields in contact form 7, but it is not possible yet, please let me know if you have other queries
thanks
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
Hi,
You shall find the tracking user downloads option from the Downloads > Stats > Download History section, please check and I hope it may help you
thanks
Sorry somehow missing,
Do you have followed category access procedure,
Category access for roles and packages follow these steps as I describe below,
before giving access to a certain category for a particular role you have to set from the edit category option,
then you have to make empty for Allow Access option or giving a particular role on it like as I image attached or as usual for select member option too,
because Package Access = Package Access + All Category Access = All Visitors + Subscribers = All Visitors
and Package Access = Package Access empty + Category Access(Subscribers) = Subscribers
or Package Access = Package Access(subscriber) + Category Access(Subscribers) = Subscribers
Thanks
Okay, checking anything alternative solution or fixes
thanks
Can you please change the filter function name if somehow help, and the dt_portfolio post type is not related to WPDM
thanks
It is already in doc there, https://www.wpdownloadmanager.com/download/wpdm-extended-short-codes/, please check
and wpdm_tree with file size and date it may require some customization you please knock here with your requirements, https://www.wpdownloadmanager.com/user-dashboard/?udb_page=upgrade
thanks
For direct download link use the additional parameter download_link=1 in [wpdm_tree] shortcode. i hope it will work then
thanks
Are you using this add-on, https://www.wpdownloadmanager.com/download/wpdm-extended-short-codes/, [wpdm_tree] shortcode feature? please let me know
thanks
Hello @sudron,
If you get some free moments and if you like our plugin as well as support, please give us a 5* here. It will inspire us a lot.
Thanks.

