Shahriar

Forum Replies Created

Viewing 25 posts - 1,301 through 1,325 (of 12,513 total)
in reply to: Review Captcha Failure #112481

Shahriar
Moderator

Please remove line 161 & 301 from wpdm-user-reviews.php file to remove the captcha. We will add an option in next release to enable/disable captcha.

in reply to: Amazon S3 Account / User Configurations #112480

Shahriar
Moderator

Please check this documentation https://aws.amazon.com/blogs/security/wheres-my-secret-access-key/ You will also find lots of video on youtube that explains the same thing. Search with “how to get amazon access key and secret key “


Shahriar
Moderator

Please check now. In your English version shortcode, there was no space before colheads parameter which created the reported.

in reply to: Problema with thumbnail generation #112478

Shahriar
Moderator

When trying to resize the preview image WordPress is throwing an error “No editor could be selected.” This a core WordPress error message. WordPress uses GD or Imagick library for image editing. Maybe none of these libraries is active in your site. Please ask your server support to enable these libraries for you. You can enable only Imagick ( this is better ) or both.

in reply to: probelem with custom taxonomy #112473

Shahriar
Moderator

Are you referring to the custom fields? I have to check your setup how you created these custom fields. Please send temporary wp-admin login info in private reply.

in reply to: Problems with File Hosting & Sharing Add-on #112472

Shahriar
Moderator

You can add the following code before die('ok'); in createPackage ( file: wpdm-file-hosting.php ) to send an email to admin when a new package is created.

\WPDM\Email::send("new-package-frontend", array( 'package_name' ► $pack['post_title'], 'name' ► $current_user->user_nicename, 'author' ► "<a href='".admin_url('user-edit.php?user_id='.$current_user->ID)."'>{$current_user->user_nicename}</a>", 'edit_url' ► admin_url('post.php?action=edit&post='.$id)));

in reply to: Using Custom Link Template in a Custom Page Template #112471

Shahriar
Moderator

Why would you use a link template in the page template? You can just create your page template using the same template tags. Please let me know your use case. Maybe then I can better explain the feature to you.


Shahriar
Moderator

Glad to know you have found the solution 🙂

in reply to: Timeout on plugin page #112467

Shahriar
Moderator

Hi,

Have you validated your license key? If not please validate the key from Downloads > Settings > License Tab. Also please check if server blocking connection to https://www.wpdownloadmanager.com/

Thanks.

in reply to: Problem with layout #112466

Shahriar
Moderator

Please send your custom template code. I will test it on my setup. Most probably the layout issue is coming from template code.

This shortcode lists all packages from themed category in 4 columns using Panel Template. You can try it.

[wpdm_category id="themed" cols="4" toolbar=1 desc=1 item_per_page=30 template="link-template-panel.php" order_by="publish_date" order="desc"]

in reply to: Problem with layout #112460

Shahriar
Moderator

Please install the TinyMCE add-on https://www.wpdownloadmanager.com/download/advanced-tinymce-button/

Use this to insert the shortcode visually. If you are using Gutenberg editor the TinyMCE add-on button will appear in “Classic” block.

Also, please share some screenshots so I can better understand the issue, in case, you can’t fix it using TinyMCE.

I have made some changes in your shortcode, this should work unless there is some issue with your custom template.
[wpdm_category id="themed" paging="0' order_by="publish_date" order="desc" items_per_page="20" template="5d7b881c6864f" cols=4]

in reply to: Cancel auto renew #112455

Shahriar
Moderator

Hi, Deactivated auto-renew for order #5b9f410f72212

in reply to: Problem with layout #112452

Shahriar
Moderator

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

in reply to: WP Query #112451

Shahriar
Moderator

Hi,

Please use category shortcode to list all packages from one or more categories. Here is a sample shortcode. You have to replace the slug1 with your category slug.

[wpdm_category id="slug1," cols="1" toolbar=1 desc=1 item_per_page=3 template="link-template-calltoaction1.php" order_by="publish_date" order="desc"]

Please check the shortcode documentation here https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/

And let me know if you have further query.

Thanks.

in reply to: Membership Settings > Advanced #112448

Shahriar
Moderator

Custom Post Type, Custom Taxonomy settings are used to extend the membership features for other post types. You can ignore those options as membership features are automatically applied to download packages and categories. Those are very old features of the add-on, hasn’t been extended much.


Shahriar
Moderator

Hi,
Thanks for sharing the details of your recovery procedure. This might help someone else.

But the issue is not actually coming from WPDM. It happened during your backup/recovery process. The backup plugin modified the link and page template entry in the options table. We can’t control how a third party plugin handles the backup procedure.

But there is a solution for this if you want to keep using your current backup/recovery process. Use actual template files instead of using the template editor to create custom link/page template. You have to place the custom template files in /active-theme/download-manager/link-templates/ and /active-theme/download-manager/page-templates/ directory. The file name will be used as template id. Check out the code of the built-in template files to understand the naming procedure.

Best regards.

in reply to: Problems with File Hosting & Sharing Add-on #112420

Shahriar
Moderator

Using S3 add-on you can attach files from S3 bucket to your pacakge or upload files to your S3 bucket, this is applicable when creating the package from the admin area.
There is no conflict between S3 add-on and File Hosting. When you upload files via File Hosting add-on those are stored on your server.

in reply to: Shortcodes/Gutenburg download block not working #112391

Shahriar
Moderator

Not sure, maybe free version was using some extra measure to handle this case. But the fix should come from the theme. You can ask the theme developer to fix the issue. Or if it is your own them I can check the code.

in reply to: Unable to Use File Hosting & Sharing Add On #112389

Shahriar
Moderator
This reply has been marked as private.
in reply to: How to custome download page Like image #112387

Shahriar
Moderator

Thumbnail template tag [thumb_600x0] is missing in your custom template. That’s why the thumb is not visible. Add the thumb tag before the [download_link_extended] to show the thumbnail above the download button.

in reply to: WPDM Widgets #112386

Shahriar
Moderator

These widgets have the option to set the link template. Please check the screenshot below.

http://prntscr.com/p5efil


Shahriar
Moderator

Hi,

Do you want to customize the frontend uploader form created by [wpdm_frontend] shortcode? It is possible to customize this form using a custom template. You have to copy the /download-manager/tpls/wpdm-add-new-file-front.php template and place it in your /active-theme/download-manager/ directory. Then remove the parts you don’t need.

If you want you can show only the package form using [wpdm_package_form] shortcode. This is useful when you want to hide other frontend dashboard tabs. This form uses the same template mentioned above.

Use Default Values ( https://www.wpdownloadmanager.com/download/wpdm-default-values/ ) add-on to set the default Allow access option to ‘Administrator’

Thanks.

in reply to: License Invalid after Update #112384

Shahriar
Moderator

If you click the “Generate license key” button in your purchases page the modal with license key and linked sites will appear. You can remove the linked sites from that modal.

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

I checked your license key. It is not linked to any site at the moment. If you are getting the invalid key error that means you are using an older version of Download Manager.

Please follow these steps to update the plugin,
1 ) Deactivate and delete the old version. You won’t lose any data.
2 ) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version and activate the license key.

in reply to: Problems with File Hosting & Sharing Add-on #112382

Shahriar
Moderator
This reply has been marked as private.

Shahriar
Moderator

Please send temporary wp-admin login info in private reply to check the issue. Also, send a link of the page where you placed the shortcode.

Viewing 25 posts - 1,301 through 1,325 (of 12,513 total)