Shahriar

Forum Replies Created

Viewing 25 posts - 1,376 through 1,400 (of 12,513 total)
Sep 7, 2019 at 7:12 pm
#112180
Sep 7, 2019 at 7:10 pm
#112179
Moderator
Shahriar
Staff OP

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

Sep 7, 2019 at 7:09 pm
#112178
Moderator
Shahriar
Staff OP

Hi,

You can set the download URL as an audio source. That’s how our [play_list] tag works.

Here is a short example of how you can set download URL as an audio source.

<audio controls><source src="[download_url]" type="audio/mpeg"></audio>

Best regards.

Sep 7, 2019 at 6:53 pm
#112177
Moderator
Shahriar
Staff OP

Hi, Releasing an update soon with the pot template file. Thanks.

Sep 7, 2019 at 6:26 pm
#112176
Moderator
Shahriar
Staff OP

Hi,

How are you sending the emails? Try using an SMTP plugin if you aren’t already using one. That usually solves many emails issues. The MailChimp add-on doesn’t handle the email operation, it just collects the user-submitted emails.

Best regards.

Sep 7, 2019 at 6:21 pm
#112175
Moderator
Shahriar
Staff OP

Your Blog Designer PRO plugin is creating this issue. It is removing all HTML parts of the template. Everything works fine when it is deactivated.

Sep 7, 2019 at 3:35 pm
#112169
Moderator
Shahriar
Staff OP

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

Sep 7, 2019 at 6:40 am
#112153
Moderator
Shahriar
Staff OP

Hi,

One of your active plugins is breaking the download URL by inserting the double-quotes. Please deactivate all plugins one by one to find out which one is creating this issue.

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

Thanks.

Sep 7, 2019 at 5:20 am
#112151
Moderator
Shahriar
Staff OP

Please logout from your Downloads > Settings > Updates tab. And then log in again. That should fix the update issue.

Sep 6, 2019 at 11:40 pm
#112147
Moderator
Shahriar
Staff OP

Yes, you need the Default Values add-on. Thanks, Design Serve for the help.

Sep 6, 2019 at 11:38 pm
#112146
Moderator
Shahriar
Staff OP

Hi,

Only administrator users are given full access to the file browser. The editor gets partial access to /download-manager-files/username/ directory.

Comment/remove line no 10 in /download-manager/modules/server-file-browser.php if you want to give full file browser access to selected roles.

$root = current_user_can('manage_options')?$root:UPLOAD_DIR.$current_user->user_login.'/';

Thanks.

Sep 6, 2019 at 11:31 pm
#112145
Moderator
Shahriar
Staff OP

Advanced Custom Fields add-on won’t add custom fields with individual files of the package.

In my example, version is just another custom meta associated with each file. You can reuse the code and replace version with any other meta name like name status whatever you want.

How many fields do you want to add with files meta and what are those? If you want me to take a look there send temporary wp-admin login info in private reply.

Sep 6, 2019 at 11:14 pm
#112143
Moderator
Shahriar
Staff OP

App Secret and Access Token are missing in Dropbox add-on settings. Please save those options to use the add-on. Attach the audio files again when the button is back to fix the preview issue. The attached file path should look like the following screenshot.

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

Sep 6, 2019 at 10:28 pm
#112142
Moderator
Shahriar
Staff OP

So, I guess the issue has been resolved. But do let me know if you haven’t marked this resolved intentionally.

Sep 6, 2019 at 10:24 pm
#112141
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Sep 6, 2019 at 9:54 pm
#112140
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Sep 6, 2019 at 9:50 pm
#112139
Moderator
Shahriar
Staff OP
Sep 6, 2019 at 9:50 pm
#112138
Moderator
Shahriar
Staff OP

Hi,
To get the update notification you have to log in to your WPDM account from Downloads > Settings > Updates tab. If you are logged into WPDM account you can update the plugin from your Plugins page.
Thanks.

Sep 6, 2019 at 9:45 pm
#112137
Moderator
Shahriar
Staff OP

Yes, you can make a copy of the wpdm-my-downloads.php file and place it in /active-theme/download-manager/ directory. Then add your changes in this new template file. Your custom template will still be there when you update the add-on.

Sep 6, 2019 at 9:41 pm
#112136
Moderator
Shahriar
Staff OP

Hi,

Your AutoSocial plugin is creating a JS error on the edit package page. Everything works fine when I deactivated the plugin.

Thanks.

Sep 6, 2019 at 9:25 pm
#112135
Moderator
Shahriar
Staff OP

Please send me the CSV file to check the format. Did you follow the format provided in the sample.csv? If you write only filenames under files column then import looks for files inside /uploads/download-manager-files/ directory. Otherwise, you have to provide the full path.

Sep 6, 2019 at 9:21 pm
#112134
Moderator
Shahriar
Staff OP

You can utilize the wpdm_onstart_download hook which is fired when download starts. I don’t know the exact way of connecting this with elementor. Maybe we can add this feature in next release of Optin Magic ( https://www.wpdownloadmanager.com/download/opt-in-magic/ ) add-on.

Sep 6, 2019 at 9:07 pm
#112133
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to check the issue. You can try deactivating other plugins, maybe one of the active plugin modifying the redirect behavior.

Sep 6, 2019 at 9:04 pm
#112132
Moderator
Shahriar
Staff OP

I need administrator access to debug the issue. Most probably another plugin interfering with the input name q which is the search input name in frontend dashboard.

Sep 6, 2019 at 9:00 pm
#112131
Moderator
Shahriar
Staff OP

Please find and replace

$('.btn-addtfc').on('click', function(){

with

$(document).on("click", '.btn-addtfc', function(event) {

in /wpdm-file-cart.php file ( around line 96 ). We will add the patch on our next release.

Viewing 25 posts - 1,376 through 1,400 (of 12,513 total)