Forum Replies Created
Sorry for your inconveniences, the file you have shared is showing
Sorry, the file you have requested does not exist.
can you please share the file again for checking the issue?
thanks
Sorry for the little confusion, please share the related URL and if possible, please, give your temporary wp-admin login details in a private reply for checking the issue
Thanks
Have you properly set up the membership add-on? please share the related URL and if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
Hi,
I have checked that, the HOVER CARD #2 template is working fine from your side, the image size may depend on your proportional theme width and the div width
I have also attached a video for the demonstration purpose
thanks
Sorry for the little confusion, can you please speak in English please, it will be better for understanding. as I have understood from your issue, can you please share the related URL and elaborate on it, if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
Hi,
When you have a multi-file package, and a user downloads the package, as you know it creates a zip from the attached files/attached PDF files and downloads it. if you are trying to disable/remove the zip download button, you may need to customize the related page/link template by removing the main download button and keep the single file download buttons. or you can also use other pre-made links/page templates
thanks
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 4 years, 10 months 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
