Shahriar

Forum Replies Created

Viewing 25 posts - 9,876 through 9,900 (of 12,513 total)
in reply to: Open download details in new page #48634

Shahriar
Moderator

Use following code in your custom Link template. It will show package name with package details link which will be opened in new tab.

<a target="_blank" href="[page_url]">[title]</a>

in reply to: frontend upload categories #48633

Shahriar
Moderator

Temporary user does not have admin rights. Couldn’t check add new page( 404 error). Page update required to fix it. Set admin role for temp user.

in reply to: publised date on pakage with sidebar setting #48631

Shahriar
Moderator

You can change it from /wpdm-archive-page/tpls/aps-content-cat.php

Find get_the_modified_date() in that file and change it to get_the_date()

in reply to: Open File in New Tab #48630

Shahriar
Moderator

Yes, it is possible. In you custom link template use following code,

<a target="_blank" href="[download_url]">[title]</a>

To open file instead of download, enable Open in Browser option from WPDM Settings Basic File Download Panel.

in reply to: Form lock don't work with contact form 7 #48594

Shahriar
Moderator

Hi,

Use Page Template Extend in form locked packages. Popover won’t work with form lock. I have tested a package here http://www.3conseils.com/pdf/?wpdmpro=agile-lyon-2016. Download is working now after changing page template.

Thanks.

in reply to: Display file #48593

Shahriar
Moderator

Hi,

It is possible change the coded parameter to human readable text. But it will require fair amount of customization. This part actually encodes file path in server, so it is better to keep it encoded.

Thanks.

in reply to: Form lock issue #48592

Shahriar
Moderator

Hi, Use Page Template Extended when you have form lock in a package. I have tested it here http://atwcompanies.us/download/california-facility-iso/ Working now.

Thanks.

in reply to: How to edit footer #48588

Shahriar
Moderator
in reply to: Audio Preview will not work #48587

Shahriar
Moderator

Audio Player loads on site footer on this Link Template you are using there. Use a custom Link Template with [file_list] template tag to place audio player inside Link Template.

in reply to: LINKS NOT WORKING ANYMORE #48586

Shahriar
Moderator

Hi,

Maybe there is some issue in FTP access. Password changed or file deleted, maybe?

Does download work for new files? You can change the fine name from Attached File Metabox.

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

in reply to: Related download in widget #48585

Shahriar
Moderator

Not sure how your related post plugin work. If it collect posts by taxonomy, you can use wpdmcategory as taxonomy. It is download Manager’s category taxonomy slug.

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

Shahriar
Moderator

Hi, Try following code.

$pack = array(); $pack['ID'] = get_the_ID(); $pack = wpdm_setup_package_data($pack); $audio_player = \WPDM\libs\FileList::Table($pack);

Now you can echo $audio_player

in reply to: Can't download atached file, but file-not-found.txt #48557

Shahriar
Moderator

Hi,

WPDM files are stored in ./wp-content/uploads/download-manager-files/ directory.

Check your package setting. Maybe user doesn’t have access to the package. In allow access field set ‘All visitors’ and try download again.

Send temporary login info in  private reply if you can’t sort it out.

Thanks.

in reply to: Invalid License Key! #48556

Shahriar
Moderator

Maybe your server blocking the connection to http://www.wpdownloadmanager.com/ You can ask your server support to unblock http://www.wpdownloadmanager.com/

Or send temporary wp-admin login info in private reply. I will activate the license manually there. But first option is preferred.

in reply to: Features Download Broken #48545

Shahriar
Moderator

Featured image working fine, Check following screenshot. Clean your browser cache, maybe that’s the issue.

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

I just placed an order using temp user and it is listed here https://frtimer.com/dashboard/purchases/orders/

So, no issue with orders too.

 

in reply to: WP Membership Pro Support access #48536

Shahriar
Moderator

@OnlineATwork, Message editing option not available anymore. But, You can edit the message from wppromembership/libs/content.php file. We have simplified the plugin for Download based membership. Removing content based restriction message is part of it.

in reply to: Download files show as disabled #48534

Shahriar
Moderator

Please check package settings. Maybe current user doesn’t not have download access to the package. Set allow access to all visitors if you are not restricting download based on user role.

Each of your package has a package settings meta box at the bottom of package page,

https://www.evernote.com/l/AUe89CLOiq1O6p4saTJV-oyLuPk-dZxv4vIB/image.png

in reply to: Invalid License Key! #48533

Shahriar
Moderator
This reply has been marked as private.
in reply to: download limit per user per day #48532

Shahriar
Moderator

You can do both. Globally or roles based limit. Both options available.

in reply to: Unresponsive Website #48531

Shahriar
Moderator

Please send temporary wp-admin login info in private reply. I have to check it there to find the issue. Also send me an example page url where you have faced this. Thanks.

in reply to: Change E-Mail Template #48530

Shahriar
Moderator

You can change email template content easily from Dashboard Downloads Subscribers Page Email Template Tab. Please check following screenshot,

https://www.evernote.com/l/AUePs9I0Jx9Bubed5KokCN7orGK8X6-5mDcB/image.png

in reply to: How can I sort manually? #48528

Shahriar
Moderator

Okay got it. Thanks.

in reply to: Wp all import or csv import #48527

Shahriar
Moderator

Yes, you can keep fields empty or remove unnecessary columns.

in reply to: Auto-Updater ? #48526

Shahriar
Moderator

Hi,

Sorry about it.

WPDM auto updates face this issue in some servers. This feature is not perfect yet.

Please use manual update for now. Disable and delete old version. Then install new version. You can download latest version from your purchase tab.

Thanks.

in reply to: Features Download Broken #48525

Shahriar
Moderator

Correct Shortcdoe is [wpdm-pp-purchases] for purchased items. Also you don’t need a separate page for, it is more simple from user dashboard. User can access purchases from Purchases tab.

Featured image misplacing issue generated from your custom css. DO NOT add custom css in main theme. You will LOSE all changes after theme update. You should use child theme to add custom styles.

Viewing 25 posts - 9,876 through 9,900 (of 12,513 total)