Shahriar

Forum Replies Created

Viewing 25 posts - 3,501 through 3,525 (of 12,513 total)
Jan 25, 2019 at 4:26 pm
#92838
Moderator
Shahriar
Staff OP

Make a copy of wpdm-all-downloads.php file and place it in /active-theme/download-manager/wpdm-all-downloads.php location.

Jan 25, 2019 at 4:24 pm
#92837
Moderator
Shahriar
Staff OP

Unlocked your key. Please try now.

Jan 25, 2019 at 4:24 pm
#92836
Moderator
Shahriar
Staff OP

Could you please send me the PHP error log file? That should indicate where the issue originated from.

Jan 25, 2019 at 4:22 pm
#92835
Moderator
Shahriar
Staff OP

Currently, package locks are independent ( OR relation ). The user can access the download by unlocking any of the locks.

Jan 25, 2019 at 4:20 pm
#92834
Moderator
Shahriar
Staff OP

You don’t need the custom add-on to show create date and update date. Those come from built-in template tags as shown in your screenshot.

Jan 25, 2019 at 4:17 pm
#92833
Moderator
Shahriar
Staff OP

Trash Icon in “Attached FIles” meta box working on my side. Could you please send temporary login info in private reply so I can check this on your site?

Jan 25, 2019 at 3:56 pm
#92832
Moderator
Shahriar
Staff OP

Found a bug which is causing the file-not-found error. I have added the patch in your site to fix it. We will add it in our next release too. Downloads are working now on your site.

Jan 24, 2019 at 8:10 am
#92790
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Jan 24, 2019 at 8:04 am
#92788
Moderator
Shahriar
Staff OP

You can use the Tree View to make it look like FTP folders. Each folder represents a WPDM category. Here is the tree view demo https://demo.wpdownloadmanager.com/wpdmpro/tree-view/

If you want more extensive download archive with sear and category filtering then I suggest using Archive Page add-on ( https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/ ) There are many variations of Archive View and you can use link template to control the view of each package there. Archive Demo: https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/

You have to create the categories and packages. But you can use bulk import ( CSV ) feature. This is faster than manually creating all packages. Create a CSV file where each row represents a package. Your categories, tags etc will be created automatically when importing the CSV. I have attached a sample CSV below.

Jan 23, 2019 at 6:41 pm
#92775
Moderator
Shahriar
Staff OP

For now, You can enable instant download. That will show a download button when the user submits the email. No way yet to hide the form when using the “Email Download Link” option.

Jan 23, 2019 at 6:39 pm
#92774
Moderator
Shahriar
Staff OP

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

Jan 23, 2019 at 6:38 pm
#92773
Moderator
Shahriar
Staff OP

In that case, use a template that has the [download_link_extended] template tag. The built-in “Single Column, Image Top, Extended” page template includes this tag.

If you are using a custom template then just replace [download_link] tag with [download_link_extended]. This tag embeds the form in the page.

Jan 23, 2019 at 6:35 pm
#92772
Moderator
Shahriar
Staff OP

Released an update to fix this issue. Please try this new version. You can download it from your download area.

Jan 23, 2019 at 2:57 pm
#92761
Moderator
Shahriar
Staff OP

You can show only single captcha in a page when using the embedded lock ( shows the reCAPTCHA without clicking any button ). Use the popup lock if you want more than one captcha in a single page.

Embedded reCAPTCHA comes from [download_link_extended]. You have to use a link template with [download_link] template tag which shows the lock in a popup/iframe. The reCAPTCHA lock appears after clicking the download button in this case.

Jan 23, 2019 at 2:52 pm
#92760
Moderator
Shahriar
Staff OP

Hi,

We are using custom template there. You can build your own custom link template from Downloads Templates page. This tutorial explains how to create custom template https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/

You can copy the template code from the tutorial and edit on top of it. Link and Page templates use template tags to show various package info. Template tags are listed in the template editor sidebar. You can check the tag list here too https://www.wpdownloadmanager.com/doc/templates/template-tags/

Use the following code in your template to show the package title with a link to the details page,

<a href="[page_url]">[title]</a>

Thanks.

Jan 23, 2019 at 2:43 pm
#92759
Moderator
Shahriar
Staff OP

Replied to the previous ticket about this issue here https://www.wpdownloadmanager.com/support/topic/bulk-importer-not-showing-subfolders/ Please check my last reply.

Jan 23, 2019 at 2:41 pm
#92758
Moderator
Shahriar
Staff OP

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

Jan 23, 2019 at 2:40 pm
#92757
Moderator
Shahriar
Staff OP

Are you using one of our themes? Please send login info in private reply to check the issue.

Jan 22, 2019 at 9:09 pm
#92737
Moderator
Shahriar
Staff OP

Please replace the_permalink(); with echo get_the_permalink($file->ID); at line 59 in /wpdm-custom-access-level/wpdm-my-downloads.php file. Or send login info in private reply. I will make the change for you.

Jan 22, 2019 at 8:52 pm
#92736
Moderator
Shahriar
Staff OP

Hi,

The error comes from your custom add-on ( WPDM show created date ). It calls a deprecated function \WPDM_Crypt::Decrypt($ind); This function doesn’t exist in the latest version. Please check the new related functions \WPDM\libs\Crypt::Encrypt or \WPDM\libs\Crypt::decrypt

I haven’t activated the custom add-on as it causes a fatal error.

Thanks.

Jan 22, 2019 at 8:31 pm
#92735
Moderator
Shahriar
Staff OP

After creating a pacakge you can access it from package details like any regular WordPress posts. You can also use the shortcode to show the package anywhere you want. The view of shortcode is controlled by link template. There are lots of built-in templates. And you can build your own custom template too.

Please install the Advanced TinyMCE Button add-on ( https://www.wpdownloadmanager.com/download/advanced-tinymce-button/ ) to insert shortcodes. It saves you the hassle of copy/pasting or remembering shortcodes.

You can check our documentation here for further info about any feature https://www.wpdownloadmanager.com/docsfor/download-manager-pro/

Also, we are always here to answer any question you might have.

Jan 22, 2019 at 8:24 pm
#92734
Moderator
Shahriar
Staff OP

Hi,

If you are hosting on Siteground add following rule in 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.

Jan 22, 2019 at 8:23 pm
#92733
Moderator
Shahriar
Staff OP

You can check the trash from “All downloads” page. It is visible only when there are packages in the trash.

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

If you send admin login info I can check this issue more closely.

Jan 22, 2019 at 8:19 pm
#92732
Moderator
Shahriar
Staff OP

You can set URL structure from Settings Basic URL structure panel. To show all your downloads in yoursite.com/store page, enable the “WPDM Archive Page” and set store as “Archive Page Slug”.

If you want, You can build a custom archive page for that store page. The template file name should be archive-wpdmpro.php This template file gives you full control over how the store page will look like. If you do not create this template an archive template from your theme will be used.

Jan 22, 2019 at 8:13 pm
#92731
Moderator
Shahriar
Staff OP

Are you deleting the directory from Amazon S3 meta box in “Edit package” screen? Please send login info in private reply if you want me to check the issue on your installation.

Viewing 25 posts - 3,501 through 3,525 (of 12,513 total)