Shahriar

Forum Replies Created

Viewing 25 posts - 9,051 through 9,075 (of 12,513 total)
Jan 10, 2017 at 5:52 pm
#52519
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to check the issue. We have to look closely to find reason behind this.

Jan 9, 2017 at 7:57 pm
#52476
Moderator
Shahriar
Staff OP

Found no such issue. All packages are shown in category page http://www.reseau-vocare.com/downloads/documents-vocare/

Did i miss something?

Jan 9, 2017 at 6:42 pm
#52474
Moderator
Shahriar
Staff OP

Maybe you server blocking connection to wpdownloadmanager.com

Please ask your server support to allow connection to wpdownloadmanager.com, it is required to verify license.

Jan 9, 2017 at 6:36 pm
#52473
Moderator
Shahriar
Staff OP

Removed link from breadcrumb. Edited file /tpls/archive-page-with-sidebar.php Just removed the marked code block.

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

Jan 9, 2017 at 6:30 pm
#52472
Moderator
Shahriar
Staff OP

Do you have the latest version 2.8.5 ? If not download latest version from your download area.

Please send login info in private reply if issue exists in latest version.

Jan 9, 2017 at 6:10 pm
#52471
Moderator
Shahriar
Staff OP

Hi, Uploaded files are stored in /wp-content/uploads/download-manager-files/ directory.

Jan 9, 2017 at 6:08 pm
#52470
Moderator
Shahriar
Staff OP

Sorry about that. Please try again. It should work now.

Jan 9, 2017 at 6:06 pm
#52469
Moderator
Shahriar
Staff OP

Hi,

This conflict is related to a developer test function, we will take a look in this issue before next release.

Thanks.

Jan 9, 2017 at 6:02 pm
#52467
Moderator
Shahriar
Staff OP

You will get notification in your dashboard about the new version.

Jan 9, 2017 at 6:00 pm
#52466
Moderator
Shahriar
Staff OP

Hi,

Use [audio_player] template tag in your custom link template to add audio player. You can read about custom template here.

Thanks.

Jan 9, 2017 at 5:57 pm
#52464
Moderator
Shahriar
Staff OP

Hi,

Preview does not work on files that has a price. However, we are working on a huge update of Premium Package, preview file feature will be added there.

Thanks.

Jan 9, 2017 at 5:55 pm
#52463
Moderator
Shahriar
Staff OP

You have to use this code in PHP template file. You can read more about custom template here http://www.wpdownloadmanager.com/doc/template-files/

Jan 9, 2017 at 5:47 pm
#52462
Moderator
Shahriar
Staff OP

Hi, It could happen when there are multiple files with same name. From WPDM Settings Basic Upload settings panel set “Rename new file” When File Already Exists. This will rename new files instead of overwriting.

Jan 9, 2017 at 5:42 pm
#52461
Moderator
Shahriar
Staff OP

User can save those fields from Edit Profile page in User Dashboard ( http://www.ousialex.eu/user-dashboard/ ) You can use Authorize.net method to accept eCheck payment.

Jan 9, 2017 at 7:50 am
#52448
Moderator
Shahriar
Staff OP

Hi,

Latest version requires PHP >= 5.4

I have installed 5.3 compatible version of Download Manager there.

If you can please update PHP version, ask your server support to help you with this. After updating php version you can use the latest version of Download Manager.

Thanks.

Jan 5, 2017 at 4:44 am
#52385
Moderator
Shahriar
Staff OP

Use following css to change the width of product card. You can add this code at the bottom of theme’s style.css file.

.app-card{width:170px !important;}

Dec 30, 2016 at 6:52 pm
#52250
Moderator
Shahriar
Staff OP

Hi, Sorry for the delay. Maybe you have disabled pop-ups in your chrome settings. Worked fine in my test.

Dec 30, 2016 at 6:49 pm
#52249
Moderator
Shahriar
Staff OP

Hi, Login info not working. Please check again.

Dec 30, 2016 at 6:41 pm
#52248
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Dec 30, 2016 at 6:39 pm
#52247
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Dec 26, 2016 at 5:28 pm
#52177
Moderator
Shahriar
Staff OP

Send login info in private reply..i will add the code. Also i will send you a link to the edited file so you can change the text there.

 

Dec 26, 2016 at 12:48 am
#52174
Moderator
Shahriar
Staff OP

Yes, it is possible. You can skip email lock for logged in user from WPDM settings ( Basic File Download Panel ).

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

Dec 25, 2016 at 7:52 pm
#52170
Moderator
Shahriar
Staff OP

Undo any edit you have done in Download Manager ( Or just disable and delete current installation, then install a fresh copy )

Add following code in your theme’s functions.php file, edit the translated text as it fits your requirement.

add_filter(‘wpdm_email_lock_heading’, ‘wpdm_modified_email_lock_header’);

function wpdm_modified_email_lock_header(){

return ‘Translated text here’;

}

Dec 25, 2016 at 7:17 pm
#52168
Moderator
Shahriar
Staff OP

You can change the mail download button text from package settings. Just change the label.

https://www.evernote.com/l/AUdjndF_lYhL-J_zioYsA3pLk4_Rnq1d-kEB/image.png

[ Preferred Approach ] If you want to change the label of single file download button ( this is when there are multiple files in a package ), there is a filter to change the single file download link. You can use single_file_download_link_label filter hook to change the “Download” text.

If you want to change it manually then you will find the code at /download-manager/libs/class.FileList.php. [ You already know this is not suggested approach. ]

Dec 25, 2016 at 7:10 pm
#52167
Moderator
Shahriar
Staff OP

Hi,

It is possible to add link of frontend upload in dashboard page.

You can use wpdm_dashboard_menu_actions hook to add extra menu item which will link to frontend upload. Please check this doc for hook reference.

Thanks.

Viewing 25 posts - 9,051 through 9,075 (of 12,513 total)