Hasibul Amin Hemel

Forum Replies Created

Viewing 25 posts - 1,001 through 1,025 (of 1,509 total)
in reply to: How to show ONLY featured image for download link? #67973

Hi,

You can create a custom template(link for use with shortcode/page template that will work with single category) to show only feature image and the download button for a file/package. You can find the existing template files from /wp-admin/edit.php?post_type=wpdmpro&page=templates.

You can put [preview] to show feature image and [download_link] which gives you the direct download link. You can use HTML to design this template with the available tags.

If you still find it confusing let me do it for you.

Resources:

Building a WordPress Download Manager Link Template from Scratch

Template Tags

Creating a new template

Thanks

in reply to: Parent Category Count Incorrect #67972

Hi,

Thank you for your suggestion. We will look into this in future.

in reply to: WPDM – File Hosting #67959

HI,

I tried to reach several time, but seems like the server is down.

Thanks

in reply to: Master page template change for all Packages? #67949

Hi,

Yes, you can use WPDM Default Values addon to make change all the files settings from one place.

Thanks

in reply to: What is the most recent version? #67941

That is the free version which is hosted on WordPress. Pro version comes from our website.

Thanks

in reply to: Can't Get Frontend UI to upload on website #67939

Hi,

Seems like you don’t select full page template on the dashboard page. So the sidebar space of the theme giving the flow in design in the dashboard page of wordpress download manager.

Now, about the feature image that is automatically adding in the frontend, there might be an issue with the theme or plugin. try selecting another theme if the problem still exists. And I have created two test package from frontend and backend. they are visible.

Thanks

in reply to: Form Lock generates too many forms. #67938

Hi, A new update of Form Lock add-on is coming with next 3-4 days, where user will have to fix the same form only once to download multiple packages.

Thanks

in reply to: Problem with MinMax #67934

When the update comes you will be notified in the update section of the plugin. We will update it soon.

Thanks

in reply to: Front end upload challenges/question #67933

Hi,

I have tested your environment. I have uploaded a test package file with the frontend, which is available and can be download from the resource library page.

Thanks

in reply to: Fatal Error with PDF Stamper AddOn #67932

Hi,

Which PHP version you are using on the server? can you send the error log and login to check details issue? I have checked the file download successfully.

Thanks

in reply to: Search to include package tags and categories #67931

Seems like we can do more as we used the default search.

But, You can create custom search filter if you want to modify the search field. Please look into this post if you are not clear. Or you can use a custom plugin like Search Everything for that.
Hope that resource will be helpful for the thing you want to achieve.

Thanks

in reply to: Automatcially create packages #67928

It is used in libs/class.Package.php file in the download manager.

Thanks

Then you have to use default WordPress post time function to echo it out. Details here.

Thanks

in reply to: Preview not showing #67921

Hi,

There can be several issues that the images are not showing. If you changed your domain also then there might be old domain link still into the database that is not replaced. Or in your new hosting check the folder permission, and if they are 755, then its ok. If you have had any cache plugin which stored cache files then remove them.

The WordPress download manager files are stored in wp-content/uploads/download-manager-files folder. check the folder and the permission.

If the problem does not resolve then send the login info in private to check.

Thanks

in reply to: Custom Help #67920

Hi,

You can request your custom modification stuff by sending your details to customize@wpdownloadmanager.com.

Thanks

Hi,
You can use template shortcode to get them, [create_date] or [update_date] for a package.

Thanks

Hi,

You can use Directory addon and use Archive page for showing the document library page.

You can use link template to show customize template where the user can click on “view” button then view them in a tab if they are pdf files. You need to use this <a href="[download_url]" target="_blank">View</a> code in the template.

If you are not sure how to customize template then let me know, i will do that for you.

Thanks

in reply to: Problems with S3 AddOn #67915

Hi,

Seems like the account does not have the admin access. Can you grant admin access to the account WPDM_Shahriar?

Thanks

in reply to: Tabular format – Categories filter #67893

Hi,
It is possible.
You can modify the wpdm-all-downloads.php and put it under your active-theme/download-manager to achieve this. Or you can order custom modification service by sending email to customize@wpdownloadmanager.com for a quote.

Thanks

in reply to: Order_By –> Linkname #67892

Hi,

Hi, you can use the meta value in WP Query to sort the downloads by meta value.
Also, you can add custom sort fields with WPDM packages using Advanced Custom Fields add-on.

Thanks

in reply to: Form Lock generates too many forms. #67863

Hi,

It is not possible yet to use only one form to unlock all downloads. But we will look into it to implement it in our future updates.

Thanks

in reply to: What is the most recent version? #67856

Hi,

The most recent version for WordPress manager pro is v4.7.2. If you are seeing the WordPress directory plugin by visiting plugin page then that’s the free version. You will get notified when the new version releases.

Thanks

in reply to: No download when trying Test Pay #67852

Hi,

There may be no downloadable file available inside your package file. So the download showing “Package not available”.

However, Please send temporary wp-admin login info in private reply so I can check this issue in your installation.

Thanks

Hi,

Adding target blank is not available with the shortcode yet.

But,
You can modify an existing link template file from wp-admin/edit.php?post_type=wpdmpro&page=templates this page.

And add this code <a href="[download_url]" target="_blank">[icon]</a> to make download target blank.

And use this template tag with the shortcode.

Thanks

in reply to: Automatic image thumbnail as featured image #67849

sorry, Please use[thumb_WxH] here you need to put image height and width like [thumb_680x240].

This [thumb_url_WxH]
Returns Feature Image Thumbnail URL With Specified Width ( W ) and Height (H) If Available.

Or you can use template tag [product_preview] which will use the first item from attached files ( for image, pdf, video and audio ) to generate and show a thumbnail preview.

You can find more at here.

Thanks

Viewing 25 posts - 1,001 through 1,025 (of 1,509 total)