Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 19,226 through 19,250 (of 19,881 total)
in reply to: Download Manager packages order #120277

Nayeem Riddhi
Moderator

For your archive page, it has to be added manually some code like,

$args = array( 'post_type' ► 'wpdmpro','orderby'► 'title', 'order' ► 'ASC','posts_per_page' ► -1 ); $the_query = new WP_Query( $args );
and just have to loop through with $the_query
Thus you will get your desired filtering.

Thanks.

  • This reply was modified 5 years, 9 months ago by Nayeem Riddhi.
in reply to: Something-wrong.txt – File not found! #120273

Nayeem Riddhi
Moderator

Hi,

This is happening because previously you have used past featured function select from server, now it has been developed with the new feature. please check this package https://knapheide.flywheelsites.com/download/wpdm-test, it has been uploaded via new Select From Server. It is working fine there. we have noted that issue. In the next update, we will try to adjust that. In the meanwhile, you can use the new feature upload option.

Thanks.

in reply to: Gutenberg Block – Options frozen #120263

Nayeem Riddhi
Moderator

Hi,

It can also be for conflicting with plugin script, please check your browser console error. and let me know.

Thanks.

in reply to: Drop files problem #120261

Nayeem Riddhi
Moderator

Hi,

It was conflicting with Enfold mediaelement js, I have found it functions.php line number 420. however, I was also searching for the option. It is in Enfold theme option Performance > Self hosted videos and audio features (WP-Mediaelement scripts), i have changed it. Now Select File button is working. Please check now and let me know.

//load mediaelement js
`$opt_mediaelement = isset( $options[‘disable_mediaelement’] ) ? $options[‘disable_mediaelement’] : ”;

$condition = true;
if( ‘force_mediaelement’ != $opt_mediaelement )
{
$condition = ( $opt_mediaelement != “disable_mediaelement” ) && av_video_assets_required();
}`

Thanks.

  • This reply was modified 5 years, 9 months ago by Nayeem Riddhi.

Nayeem Riddhi
Moderator

Hello,

Are you facing problem with frontend or backend? In the backend section, the select files option working fine. Please let me know if the problem has been solved.

Thanks.

in reply to: Different download URL for template. #120248

Nayeem Riddhi
Moderator

Hi,

If you have Pro version you can edit the template from Templates settings. You just have to clone that and use it in your package. As you mention two different URL for web and mobile, you can see this documentation for that, https://codex.wordpress.org/Function_Reference/wp_is_mobile and https://developer.wordpress.org/reference/functions/wp_redirect/
You can follow this documentation for creating a new template or editing template, https://www.wpdownloadmanager.com/doc/template-files/ As documentation, you have to copy the file in the theme directory naming a folder called download-manager, then paste it in tpls>page-templates for page template or tpls>link-templates for link template.

Thanks.

in reply to: PDF Viewer Not Displaying #120247

Nayeem Riddhi
Moderator

Hi,

Has the problem been solved? I can’t able to log in, it is just spinning.

Thanks.

in reply to: Sorting by date error #120227

Nayeem Riddhi
Moderator

Hi,

Your site has been adjusted. I have added 'orderby' ► 'date','order' ► 'ASC', for your problem which was messed up. Now the packages are ordered by publish date. Please check and let me know if it works for you.

Thanks.

in reply to: Script conflict #120216

Nayeem Riddhi
Moderator

Hello,

Please, give your temporary wp-admin login details in private reply for checking.

Thanks.


Nayeem Riddhi
Moderator

Hello,

Can you please check your mailing list in Mailchimp with email nayeem_riddhi_check@gmail.com is there or not. Please let me know if it works for you.

Thanks.


Nayeem Riddhi
Moderator

Hello,

Have you checked this plugin doc https://www.wpdownloadmanager.com/download/wordpress-amazon-s3-storage-plugin/, here describes everything about Amazon S3 Plugin.

Thanks.

in reply to: Custom Display Options by Category #120207

Nayeem Riddhi
Moderator

Hi,

If you want custom functionality you can check this package https://www.wpdownloadmanager.com/download/custom-upgrade-service/ and also can discuss here customize@wpdownloadmanager.com.

Thanks.

in reply to: Bulk Tag Update #120191

Nayeem Riddhi
Moderator

Glad to hear that, your problem has been solved.

Thanks.

in reply to: MIgrating to Amazon S3 #120184

Nayeem Riddhi
Moderator

Hello,

I have understood your situation, it is generally not possible with the default feature. it can be achieved through some customization, please contact customize@wpdownloadmanager.com. Hoping there you will find the solution.

Thanks.

in reply to: Theme Compatibility #120177

Nayeem Riddhi
Moderator

Hi,

It will work with any theme and also with our featured theme.

Thanks.

in reply to: Download button missing #120175

Nayeem Riddhi
Moderator

Glad to hear that your problem has been solved.

Thanks.

in reply to: PDF Viewer Not Displaying #120174

Nayeem Riddhi
Moderator

Hello,

I am from Bangladesh.

Thanks.

in reply to: Something-wrong.txt – File not found! #120173

Nayeem Riddhi
Moderator

Hello,

So, you are using Email Download Link with form lock. Please let me know if I have got you.

Thanks.

in reply to: Download Manager packages order #120171

Nayeem Riddhi
Moderator

Hi,

Have you checked this doc https://www.wpdownloadmanager.com/doc/short-codes/? and if you have not pages or posts, how will you display all the packages? Please let me know.

Thanks.

  • This reply was modified 5 years, 9 months ago by Nayeem Riddhi.
in reply to: Sorting by date error #120169

Nayeem Riddhi
Moderator

Hello,

Please, give your temporary wp-admin login details in private reply for checking.

Thanks.

in reply to: MIgrating to Amazon S3 #120167

Nayeem Riddhi
Moderator

Hi,

If you have already uploaded files and now want them to link up via amazon s3, you have to first upload them in amazon s3, then have to attach them. And every package has to be attached files separately.

Thanks.


Nayeem Riddhi
Moderator

Hi,

Email download link is a built-in feature of the WPDM PLugin. And the Contact form 7 is a separate plugin of another author. In that case, you can request the user to input the desired package with a required field.

Thanks.

in reply to: MIgrating to Amazon S3 #120162

Nayeem Riddhi
Moderator

Hello,

As you said bulk upload the WPDM files to the Amazon S3. Then you can download them via wp-content/uploads/download-manager-files. Then you can use this feature as the image. You can upload multiple files via amazon s3 for attaching your package. Please check. and let me know if it helps you.

Thanks.

in reply to: REST API Issues #120156

Nayeem Riddhi
Moderator

Hello,

Have you checked this doc https://imsas.github.io/wpdm-rest-api-docs/#package-properties, please let me know.

thanks.


Nayeem Riddhi
Moderator

Hello,

If you are using WPDM Pro Version, you can do it simply by editing page templates. Please check and let me know.

Thanks.

Viewing 25 posts - 19,226 through 19,250 (of 19,881 total)