Shahriar

Forum Replies Created

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

Shahriar
Moderator

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

in reply to: Multi file package don't show up in a category page #52476

Shahriar
Moderator

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

Did i miss something?


Shahriar
Moderator

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.

in reply to: remove breadcrump links #52473

Shahriar
Moderator

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

in reply to: Subcategories in Default Archive Page #52472

Shahriar
Moderator

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.

in reply to: Where are my uploaded files located? #52471

Shahriar
Moderator

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

in reply to: Invalid License Key message #52470

Shahriar
Moderator

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

in reply to: Fatal error on activate #52469

Shahriar
Moderator

Hi,

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

Thanks.

in reply to: Audio Player preview not working #52467

Shahriar
Moderator

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

in reply to: Audio player Preview style like this? Hide data #52466

Shahriar
Moderator

Hi,

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

Thanks.

in reply to: Audio Player preview not working #52464

Shahriar
Moderator

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.

in reply to: Add Audio Player to Data Table #52463

Shahriar
Moderator

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/


Shahriar
Moderator

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.

in reply to: WPDM Pro and Pro Membership behavior #52461

Shahriar
Moderator

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.


Shahriar
Moderator

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.

in reply to: AppMarket Help #52385

Shahriar
Moderator

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;}

in reply to: Facebook Lock not Working in Chrome #52250

Shahriar
Moderator

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

in reply to: Error 500 with https Download #52249

Shahriar
Moderator

Hi, Login info not working. Please check again.

in reply to: Won't activate . Parse Error #52248

Shahriar
Moderator
This reply has been marked as private.
in reply to: Translate text #52247

Shahriar
Moderator
This reply has been marked as private.
in reply to: Translate text #52177

Shahriar
Moderator

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.

 


Shahriar
Moderator

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

in reply to: Translate text #52170

Shahriar
Moderator

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’;

}

in reply to: Change "Download" to "Access" #52168

Shahriar
Moderator

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. ]

in reply to: Frontend and Dashboard together #52167

Shahriar
Moderator

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)