Hasibul Amin Hemel

Forum Replies Created

Viewing 25 posts - 1,251 through 1,275 (of 1,509 total)
in reply to: move the license to a new domain #66755

Hi there,

Which menu does not appear? Are you talking about the premium packages?

Thanks

in reply to: email notification #66754

Hi,

You can put your code in your theme function.php file.

Thanks

in reply to: Settings not saving #66753

Hi,

Are you using Siteground Hosting? If yes then please add following rule to your .htaccess file to fix the issue,

<IfModule mod_security.c>
SecFilterRemove 001868
</IfModule>

Otherwise please send temporary wp-admin login info in private reply.

Thanks

in reply to: Issue with download files not downloading correctly #66752

Hi there,

Did you check the filename? Can you check if the uploaded file has doc extension?

Is there any error log?

Please send login in private to check the issue if you can’t find any error.

Thanks

in reply to: Filename #66732

Hi,

It looks like the problem occurs from your server side. It will be helpful if you can give us server access or FTP access to look at the issue.

Thanks

in reply to: alert, if missing information #66731

Hi,

Sorry, Currently in the frontend uploader there is no option for making category required. But it is possible to create the custom template of frontend uploader form and make category selection required.

You can see more details about custom template here (https://www.wpdownloadmanager.com/doc/template-files/)

Thanks

in reply to: qty of latest uploads #66730

Hi,

It can be possible to hide the paginate section. So with the shortcode, it will only show the first 10 result. As there is no paginate user can only see first 10 items.
For this, you need to edit the template of archive category from wp-content/plugins/wpdm-archive-page/wpdm-archive-page.php file.
Search for $pag->show() and remove it.

Thanks

in reply to: Invalid License Key #66719

Hi,

One license is for a single domain. Please provide your license in private reply to unlock it.

Thanks

in reply to: qty of latest uploads #66716

Hi,

Do you want to limit the packages of any category in the archive page?
If so, you can use order_by="date" and order="desc" for showing the latest uploads.
For limit the number in a single page you can use items_per_page="10" with the shortcode.

Can I see which shortcode you are using now?

or Do you want to only show first 10 items, not all items?

Please see details here (https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/).

Thanks

in reply to: Download links disappeared after updating to 4.7.2 #66713

Hi there,

Can you send me error log?

How did you update the plugin?

Can you send login details to private reply to check the issue?

Thanks

in reply to: Social Settings Set Up #66710

Ok, Let me know if you need help for getting the API credentials from the social media.
You can find documentation on their site.

Thanks

in reply to: Sub Categories mobile #66705

Hi,

To achieving the sidebar view you need to put this parameter (cat_view="sidebar")in the shortcode.

Thanks

in reply to: Filename #66703

Hi,

Can you navigate to /uploads/download-manager-files/ directory, and check if filename matched with the uploaded filename.

Thanks

in reply to: Email Lock Error #66702

Hi,

Assume that you are using the WPDM pro version. if you want to show the lock in a single package page you need to go to the package settings. In the edit package/post mode at the bottom, you can find the package settings section. From there go to the Lock option tab. You can turn on the email lock there.

Social Lock

Thanks

in reply to: Remote FTP TLS? #66700

Hi,

Are you using the latest version?

You need to give your FTP dir path in there, looks like /var/www/yoursite.com/ftp/*

And Please give me wp-admin login info and FTP access in a private reply to check your issue.

Thanks

in reply to: Category link does not work #66698

Hi,

The site can’t be accessed. Can you check?

Can you check the console if there any error available?

Single category link working fine on my side. The package is viewable.

Thanks

in reply to: no login needed for direct download link? #66696

Hi there,

From the Downloads -> Settings you can enable login at the single package page.

Login Button

And you need to change the Allow Access option to subscriber from single package settings section for showing the package only the login members.

allow access

Here is the single package with login:

Thanks

in reply to: Category link does not work #66690

Hi,

Please make sure that you have assigned any package to that category. If the category has an existing package and it is not showing on the single category page. Let me know.

Thanks

in reply to: License key is not working #66679

Glad that the problem is solved.

Yes, it would be the same for Siteground hosting.

Thanks

in reply to: License key is not working #66672

Hi,

Are you using Siteground Hosting? If yes then please add following rule to your .htaccess file to fix the issue,

<IfModule mod_security.c>
SecFilterRemove 001868
</IfModule>

Otherwise please send temporary wp-admin login info in private reply.

Thanks

in reply to: Remote FTP TLS? #66669

You can follow this steps. Let me know if you have missed any steps from below.

How to Use FTP Auto-Import Dir:
1. Create a dir in your ftp server
2. Create a csv file with all importable package data ( Sample CSV File ) and put it in that ftp dir
3. Create another dir named files inside the ftp dir ( #1 )
4. Put all importable file in files dir
5. Setup an everyday cronjob for url http://yoursite/?importcsv=1 in your server
6. Now the cronjob will check the csv file every day for changes, if you add new row there or update any row, it will be imported/updated accordingly.

Thanks

in reply to: email notification #66666

Hi,

Does the user was logged in when downloading the multiple packages? Or the issue appears for the same package downloaded multiple time from single logged in user?

Thanks

in reply to: Remote FTP TLS? #66662

No, It doesn’t support built-in encryption or SFTP right now.

Thanks

in reply to: advance search left #66658

Hi there,

The shortcode has been fixed. You were using the wrong one for right side search field. The code is [wpdm-search-page cols="3" items_per_page="10" link_template="link-template-panel" position="right"] and the result will be seen on blank space when user search anything.

Thanks

in reply to: Category link does not work #66657

Hi,

I understand. This shortcode will only show the category name and subcat name with package count on a single page. As you can see the demo here (https://demo.wpdownloadmanager.com/wpdmpro/categories/).
If the category page link is not working then you can try this code [wpdm-categories cols="3" subcat="6" showcount="1"]. Working fine at my side.

To achieve a different look or package lists on the page, you can different shortcode. Like you can use Archive page shortcode.

Thanks

Viewing 25 posts - 1,251 through 1,275 (of 1,509 total)