Shahriar

Forum Replies Created

Viewing 25 posts - 7,826 through 7,850 (of 12,513 total)
Jul 26, 2017 at 7:19 pm
#60978
Jul 26, 2017 at 7:08 pm
#60977
Moderator
Shahriar
Staff OP

Your theme JS is conflicting the pop-up functionality. I have applied Extended Page Template there to embed the form. It is working now.

Extended Page Template uses [download_link_extended] instead of [download_link] tag.

Jul 26, 2017 at 6:50 pm
#60976
Moderator
Shahriar
Staff OP

Not sure how shortcode mapper works. Did you try the category shortcode in a normal page? Do you face any issue there?

Jul 26, 2017 at 6:43 pm
#60975
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to fix this issue. We have already added the in our side for the next update.

If you are comfortable you can add the patch yourself.

You have to add the following code just before the return statement ( at the bottom ) of fetchTemplate function in /download-manager/libs/class.Package.php file,

wp_reset_query();

Jul 26, 2017 at 6:29 pm
#60971
Moderator
Shahriar
Staff OP

Added following code at the top of /wpdm-archive-page/tpls/advanced-search-form.php to fix the issue,

<?php $url = str_replace( 'http://', 'https://', $url ); ?>

Slider, calendar, and categories are back now.

Jul 26, 2017 at 11:18 am
#60964
Moderator
Shahriar
Staff OP

Download worked fine for me on sidebar widget and page. Also tested on Chrome and Firefox both.

You can try a reinstallation of Download Manager if still having this issue.

Jul 26, 2017 at 11:08 am
#60963
Moderator
Shahriar
Staff OP

Hi,

You need Download Manager Pro + Remote FTP add-on. Remote FTP allows you to add files to a package from another server.

Thanks.

Jul 26, 2017 at 11:05 am
#60962
Moderator
Shahriar
Staff OP

Hi, Use direct link without the master key.

Jul 26, 2017 at 10:58 am
#60961
Moderator
Shahriar
Staff OP

Assign a specific user role to that group of users and in category access settings check this user role.

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

Jul 26, 2017 at 10:53 am
#60960
Moderator
Shahriar
Staff OP

Download and install the following custom add-on.

https://www.dropbox.com/s/le7v3ruo2n2hdc9/wpdm-template-tags.zip?dl=0

This add-on provides a custom template tag [downloaded_or_not]

You have to use this tag in your custom link/page template to show if the user has downloaded the product or not.

Jul 26, 2017 at 10:45 am
#60959
Moderator
Shahriar
Staff OP

Try changing the link template. That might fix this.

Jul 25, 2017 at 11:17 pm
#60942
Moderator
Shahriar
Staff OP

Unlocked you license key. You can use it in your new domain now.

Thanks for your suggestion. We will soon implement a solution for license management.

Jul 25, 2017 at 11:14 pm
#60941
Moderator
Shahriar
Staff OP

This feature can not be modified from link/page template.

You have to edit plugin code for that. File list is generated by /download-manager/libs/class.FileList.php file. Find $button_label variable there and add target=”_blank” in a tag.

https://www.evernote.com/l/AUcVcK3uvu5Gwa-sFpwDmjqbDloFDsYmrsAB/image.png

 

Jul 25, 2017 at 11:09 pm
#60940
Moderator
Shahriar
Staff OP

You can use your own template for the upload page.

Please check this doc https://www.wpdownloadmanager.com/doc/template-files/

It explains how Download Manager templates should be implemented.

Jul 25, 2017 at 11:07 pm
#60939
Moderator
Shahriar
Staff OP

The reply is public now.

Jul 25, 2017 at 11:05 pm
#60938
Moderator
Shahriar
Staff OP

Could you please check your server error log? Send it as attachment below or email it to support@wpdownloadmanager.com

For now, I have added a simple download button which serves the download.

Jul 25, 2017 at 9:14 pm
#60936
Moderator
Shahriar
Staff OP

Hi,

Try it on your page. The preview may not show the 100% matching result.

Also, install the Image Button add-on to convert the download link from text to button.

Let me know if you face any issue there.

Regards,

Jul 25, 2017 at 8:57 pm
#60935
Moderator
Shahriar
Staff OP

Black download button and cache issue fixed.

Update of premium package ( packages with price ) may be related to a plugin conflict. Can I disable other plugins to be sure? You can try that yourself too at your best time, so it doesn’t affect site visitor.

You have to use [download_link_extended] to show share button in social locked packages in an embedded way. As the theme CSS is interfering with the popup. Clone the current template ( single column flat ) you are using now and replace [download_link] with [download_link_extended]

Jul 25, 2017 at 8:16 pm
#60934
Moderator
Shahriar
Staff OP

Thi is not a simple code change. It will require a fair amount of code customization. We provide custom upgrade service in such cases. Please let me know if you are interested. If it was something simple I would have already provided the code 🙂

Jul 25, 2017 at 8:10 pm
#60933
Moderator
Shahriar
Staff OP

Usually [popup_link] template tag is used with link template. Create a link template with this tag and assign this link template in your package settings.

Jul 25, 2017 at 8:02 pm
#60932
Moderator
Shahriar
Staff OP

Hi,

There is no template tag or shortcode available yet for the category image. Please check this doc https://www.wpdownloadmanager.com/doc/display-category-image/ It shows how to get category image programmatically.

Thanks.

Jul 25, 2017 at 7:19 pm
#60930
Moderator
Shahriar
Staff OP

Found the issue. There are 4 occurrences of  wpdm_download_file function in /download-manager/wpdm-start-download.php file. You have to add the custom code before each occurrence. The $filename may be different for each occurance, so adjust your code to match the variable.

Jul 25, 2017 at 6:49 pm
#60929
Moderator
Shahriar
Staff OP

Please re-check the login info. Getting the following error.

https://www.evernote.com/l/AUd88SahCQZI6rL47Z2cgQMgCJyLYY-f7ZkB/image.png

Jul 25, 2017 at 10:15 am
#60910
Moderator
Shahriar
Staff OP

Disable “Open in browser” option from Downloads Settings Basic. That should fix the download button issue.

Jul 25, 2017 at 10:06 am
#60909
Moderator
Shahriar
Staff OP

Hi,

The shortcode should work fine. Create a new page and name it my downloads. Then put the all packages shortcode there.

If still having 404 issue send temporary wp-admin login info in private reply.

Thanks.

Viewing 25 posts - 7,826 through 7,850 (of 12,513 total)