you are welcome
thanks
Hi,
For shortcode, using the_content()
WordPress will run several filters to process the text coming from the editor. These filters process the content before it is sent to the browser. do_shortcode
is the filter that handles shortcodes. For using you can apply the do_shortcode
filter to any string. For example, echo do_shortcode('[CONTACT-US-FORM]');
, you can do it any related PHP file
thanks
Now everything is working fine, the zip was created because you have attached a dir path from Browse dir option as I image attached,
And for open a new tab, you can follow the link below documentation,
by default, you are using link-template-default.php
for link template and page-template-default.php
for the page template. As documentation, you have to copy the file in the theme directory naming a folder called download-manager, then paste the tpls>page-templates
for page template or tpls>link-templates
for link template. And you have to replace [download_link]
with <a href="[download_url]" class="btn btn-primary" target=_blank>[link_label]</a>
in related php file.
Thanks.
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
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