Shahriar

Forum Replies Created

Viewing 25 posts - 6,576 through 6,600 (of 12,513 total)
Jan 17, 2018 at 8:14 am
#68099
Moderator
Shahriar
Staff OP

1 ) File Manager is available on frontend page now. Although there is a file upload issue with latest WP, we are fixing it soon and will release the update within 24 hours.

2 ) You can’t change page template in WPDM Themes as the template is controlled by theme in this case. If you want I can disable/delete theme template to use page template from package settings.

Jan 17, 2018 at 6:40 am
#68094
Moderator
Shahriar
Staff OP

Hi,

Thanks for the purchase.

1 ) If you want to show packages from a specific category then use category shortcode. Please install TinyMCE add-on to insert shortcode easily.

2 ) You can check download history from Downloads Stats Downloads History tab. To check user specific stats click on ‘Download Stats’ under username is All Users page.

Best regards.

Jan 17, 2018 at 6:33 am
#68093
Moderator
Shahriar
Staff OP

Here is the code to show package categories,

<?php the_terms( $package_id, 'wpdmcategory', 'Categories: ', ' , ' ); ?>

Related doc – https://codex.wordpress.org/Function_Reference/the_terms

Jan 16, 2018 at 2:48 pm
#68073
Moderator
Shahriar
Staff OP

Utilize the edit_user_profile_update hook to save custom user info. Here is the link to official documentation https://codex.wordpress.org/Plugin_API/Action_Reference/edit_user_profile_update

Jan 16, 2018 at 2:43 pm
#68071
Moderator
Shahriar
Staff OP

Please check now. I have updated the shortcode ( [wpdm_frontend flaturl=0] ) to fix the 404 error.

Jan 16, 2018 at 2:38 pm
#68068
Moderator
Shahriar
Staff OP

Unlocked your key from previous domain. Please try again, It should work now.

Jan 15, 2018 at 8:54 pm
#68032
Moderator
Shahriar
Staff OP

Usually, save_post filter is used in these cases.

Jan 15, 2018 at 8:47 pm
#68029
Moderator
Shahriar
Staff OP

Hi,

It is your theme ( Manual ) which is creating this issue. I have tested the scenario with another theme and there was no issue. Your theme is using some filter to modify post data during the update. Please ask theme provider to check the issue. If the filter is needed for some reason ask them to exclude WPDM packages from the process.

Thanks.

Jan 15, 2018 at 7:39 pm
#68027
Moderator
Shahriar
Staff OP

It requires some code customization. You have to create a new template file for the archive view you are using. Which view are you using? You will find the custom template doc here https://www.wpdownloadmanager.com/doc/template-files/

Jan 15, 2018 at 7:06 pm
#68026
Moderator
Shahriar
Staff OP

On the frontend, you can edit/manage only packages created by you. But you can, of course, download files created by others.

You can view the package by clicking ‘View’ link from ‘All packages’ admin page. If you want to show all packages then use [wpdm-all-packages] shortcode to list all downloads in a tabular format.

Jan 15, 2018 at 6:54 pm
#68025
Moderator
Shahriar
Staff OP

Yes, it is possible. But requires code customization. We can build it for you as a custom upgrade service. If you want to proceed, Please mail to customize@wpdownloadmanager.com with your specifications to get a quote on this.

Jan 15, 2018 at 6:38 pm
#68023
Moderator
Shahriar
Staff OP

There are some JS errors on the page. Did you disable Download Manager scripts from settings? Looks like bootstrap js is missing. Try enabling it from Downloads Settings Basic page. If that doesn’t fix it send temporary wp-admin login info in private reply.

Jan 15, 2018 at 6:34 pm
#68022
Moderator
Shahriar
Staff OP

You can changes email templates from Downloads Templates Email Templates page. The one you need to edit is “Email Lock Notification”.

Jan 15, 2018 at 6:30 pm
#68020
Moderator
Shahriar
Staff OP

Please check now.

Changed the line no 9 in /download-manager/tpls/list-packages-table.php

Update code is $Q = isset($_POST['q']) ? $_POST['q'] : false;

Jan 15, 2018 at 6:11 pm
#68019
Moderator
Shahriar
Staff OP

The server is returning 500 error when login credentials are not valid. I have to run some tests to find the reason behind it. Could you please send FTP info in private reply?

Jan 15, 2018 at 5:45 pm
#68016
Moderator
Shahriar
Staff OP

Unlocked your key. It should work in your new domain now.

Jan 15, 2018 at 5:43 pm
#68015
Moderator
Shahriar
Staff OP

Hi,

You can upload files to S3 bucket from add/edit package page. Everything works fine there.

https://www.evernote.com/l/AUeFI7xLUlVMNLf2StRblIXx_k9bM1YtEl4B/image.png

There are some issues in Amazon S3 Manager β ( Downloads Amazon S3 ). It is still in beta version.

Thanks.

Jan 15, 2018 at 5:17 pm
#68012
Moderator
Shahriar
Staff OP

Please create a custom link template from Downloads Templates page with the following code,

<a href="[download_url]">[thumb_100x100]</a>

Use this custom link template with your shortcode to show the pacakge featured image with the download link. You can adjust the image size ( I have set it to 100×100 ) to match your requirements.

Or send temporary wp-admin login info in private reply, I can create the custom template for you.

Jan 14, 2018 at 1:56 pm
#67975
Moderator
Shahriar
Staff OP

Hi,

Tree shortcode hides the packages when the user doesn’t have access to it. Maybe your package accessible to the user from category settings.

However, Please send temporary wp-admin login info in private reply to check the issue in your installation.

Thanks.

Jan 13, 2018 at 8:02 pm
#67967
Moderator
Shahriar
Staff OP

Unlocked your key from dev server. You can use the license key in your new domain now.

Jan 13, 2018 at 3:00 pm
#67958
Moderator
Shahriar
Staff OP

Please deactivate and delete the old version. Then install the latest version. You can download it here https://www.wpdownloadmanager.com/user-dashboard/purchases/

You can update the future version automatically from the plugin dashboard.

Jan 13, 2018 at 2:44 pm
#67956
Moderator
Shahriar
Staff OP

Yes, you have the Pro version and 4.7.2 is the latest one. You will see an update notice below the plugin name when a new update is available.

Jan 13, 2018 at 2:35 pm
#67955
Moderator
Shahriar
Staff OP

Do you mean sort by package/download name?

You can add order_by="title" to sort by title.

Here is the link to shortcode doc https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/

Jan 13, 2018 at 2:25 pm
#67954
Moderator
Shahriar
Staff OP

Please re-check the login info. It is not working.

Jan 13, 2018 at 2:18 pm
#67953
Moderator
Shahriar
Staff OP

Thanks for the suggestion and taking your time to post the customization code. I understand your position on this. But the requirements actually varies user to user. So, we kept the most direct approach to count the category packages.

Viewing 25 posts - 6,576 through 6,600 (of 12,513 total)