Shahriar

Forum Replies Created

Viewing 25 posts - 1,376 through 1,400 (of 12,513 total)
in reply to: Password lock configuration #112179

Shahriar
Moderator

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

in reply to: Get Media played number #112178

Shahriar
Moderator

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.

in reply to: Translate this WordPress Pro Membership #112177

Shahriar
Moderator

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

in reply to: Mailchimp plugin not working properly #112176

Shahriar
Moderator

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.

in reply to: Page template #112175

Shahriar
Moderator

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.

in reply to: Page template #112169

Shahriar
Moderator

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

in reply to: download button problem #112153

Shahriar
Moderator

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.

in reply to: after updating all plugin files remomed #112151

Shahriar
Moderator

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

in reply to: Allow access #112147

Shahriar
Moderator

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

in reply to: User role Editor unable to view file browser #112146

Shahriar
Moderator

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.

in reply to: Feature Questions #112145

Shahriar
Moderator

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.


Shahriar
Moderator

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

in reply to: Mailchimp plugin not working properly #112142

Shahriar
Moderator

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

in reply to: Card Images are not showing up #112141

Shahriar
Moderator
This reply has been marked as private.
in reply to: Lenguage and styles #112140

Shahriar
Moderator
This reply has been marked as private.
in reply to: Default Page template #112139

Shahriar
Moderator

Shahriar
Moderator

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.

in reply to: Show message when no document assigned for user #112137

Shahriar
Moderator

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.

in reply to: Featured image issue #112136

Shahriar
Moderator

Hi,

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

Thanks.

in reply to: Bulk Import doesn't import anything #112135

Shahriar
Moderator

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.

in reply to: POPUP AFTER DOWNLOAD #112134

Shahriar
Moderator

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.

in reply to: login or register redirect dont work for me #112133

Shahriar
Moderator

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.

in reply to: Frontend problem in search field and templates #112132

Shahriar
Moderator

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.

in reply to: [file_list] in link template #112131

Shahriar
Moderator

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)