Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 11,526 through 11,550 (of 20,901 total)
May 26, 2021 at 6:18 am
#154271
Moderator
Nayeem Riddhi
Staff OP

I got it, please wait, i am checking in details

thanks

May 26, 2021 at 6:10 am
#154268
Moderator
Nayeem Riddhi
Staff OP

Hello,

please use the full-sized image, if you are trying to get unwanted white space, that image you are using also contains white space over top, please check and let me know if you have other queries related to this

thanks

May 26, 2021 at 5:46 am
#154265
Moderator
Nayeem Riddhi
Staff OP

you are welcome

thanks

May 26, 2021 at 5:45 am
#154264
Moderator
Nayeem Riddhi
Staff OP

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

May 26, 2021 at 5:33 am
#154262
Moderator
Nayeem Riddhi
Staff OP

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.

May 26, 2021 at 5:08 am
#154260
Moderator
Nayeem Riddhi
Staff OP
This reply has been marked as private.
May 26, 2021 at 4:04 am
#154258
Moderator
Nayeem Riddhi
Staff OP

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

May 26, 2021 at 2:18 am
#154255
Moderator
Nayeem Riddhi
Staff OP

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

May 26, 2021 at 2:13 am
#154251
Moderator
Nayeem Riddhi
Staff OP

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

May 26, 2021 at 2:09 am
#154250
Moderator
Nayeem Riddhi
Staff OP

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

May 26, 2021 at 1:56 am
#154249
Moderator
Nayeem Riddhi
Staff OP

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

May 26, 2021 at 1:49 am
#154248
Moderator
Nayeem Riddhi
Staff OP

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

May 26, 2021 at 1:12 am
#154247
Moderator
Nayeem Riddhi
Staff OP

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

thanks

May 26, 2021 at 1:08 am
#154246
Moderator
Nayeem Riddhi
Staff OP

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

Thanks

May 25, 2021 at 1:29 pm
#154189
Moderator
Nayeem Riddhi
Staff OP

please check my attached image,

Image 2021-05-25 at 7.28.42 PM

it should be like this

thanks

May 25, 2021 at 1:17 pm
#154187
Moderator
Nayeem Riddhi
Staff OP

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

May 25, 2021 at 12:22 pm
#154186
Moderator
Nayeem Riddhi
Staff OP

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

May 25, 2021 at 11:45 am
#154184
Moderator
Nayeem Riddhi
Staff OP

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

May 25, 2021 at 10:36 am
#154182
Moderator
Nayeem Riddhi
Staff OP

You are welcome

thanks

May 25, 2021 at 10:35 am
#154181
Moderator
Nayeem Riddhi
Staff OP

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

May 25, 2021 at 10:15 am
#154178
Moderator
Nayeem Riddhi
Staff OP

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

thanks

May 25, 2021 at 9:13 am
#154171
Moderator
Nayeem Riddhi
Staff OP

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

May 25, 2021 at 8:54 am
#154167
Moderator
Nayeem Riddhi
Staff OP

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, 3 months ago by Nayeem Riddhi.
May 25, 2021 at 7:27 am
#154158
Moderator
Nayeem Riddhi
Staff OP

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

thanks

May 25, 2021 at 7:16 am
#154156
Moderator
Nayeem Riddhi
Staff OP

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/

Viewing 25 posts - 11,526 through 11,550 (of 20,901 total)