Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 10,151 through 10,175 (of 19,524 total)
in reply to: retain file type #154265

Nayeem Riddhi
Moderator

you are welcome

thanks

in reply to: other plugin shortcode in page template #154264

Nayeem Riddhi
Moderator

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_shortcodefilter to any string. For example, echo do_shortcode('[CONTACT-US-FORM]');, you can do it any related PHP file

thanks

in reply to: retain file type #154262

Nayeem Riddhi
Moderator

Now everything is working fine, the zip was created because you have attached a dir path from Browse dir option as I image attached,

Image 2021-05-26 at 11.24.15 AM

And for open a new tab, you can follow the link below documentation,

Template Files

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.

in reply to: Hover Card #2 #154260

Nayeem Riddhi
Moderator
This reply has been marked as private.

Nayeem Riddhi
Moderator

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

in reply to: retain file type #154255

Nayeem Riddhi
Moderator

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


Nayeem Riddhi
Moderator

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

in reply to: Hover Card #2 #154250

Nayeem Riddhi
Moderator

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

in reply to: Theme #154249

Nayeem Riddhi
Moderator

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

in reply to: retain file type #154248

Nayeem Riddhi
Moderator

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

in reply to: WP Attire Theme – Page Header & Breadcrumb Issue #154247

Nayeem Riddhi
Moderator

Please reactivate your credentials again for retrieving them in the same position

thanks

in reply to: Archive page search #154246

Nayeem Riddhi
Moderator

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

Thanks

in reply to: Archive page search #154189

Nayeem Riddhi
Moderator

please check my attached image,

Image 2021-05-25 at 7.28.42 PM

it should be like this

thanks

in reply to: Archive page search #154187

Nayeem Riddhi
Moderator

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


Nayeem Riddhi
Moderator

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

in reply to: WP Attire Theme – Page Header & Breadcrumb Issue #154184

Nayeem Riddhi
Moderator

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

in reply to: Admin translate #154182

Nayeem Riddhi
Moderator

You are welcome

thanks

in reply to: Downloads in a sub category #154181

Nayeem Riddhi
Moderator

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

in reply to: Admin translate #154178

Nayeem Riddhi
Moderator

We have found the issue, We shall adjust them with the next update

thanks

in reply to: List all downloads JS error #154171

Nayeem Riddhi
Moderator

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

in reply to: Downloads in a sub category #154167

Nayeem Riddhi
Moderator

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, 3 months ago by Nayeem Riddhi.
in reply to: Advanced custom field Quickform #154158

Nayeem Riddhi
Moderator

Are you trying to use the custom field form in the registration form? please let me know

thanks


Nayeem Riddhi
Moderator

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/

in reply to: Admin translate #154152

Nayeem Riddhi
Moderator

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

Viewing 25 posts - 10,151 through 10,175 (of 19,524 total)