Shahriar

Forum Replies Created

Viewing 25 posts - 5,951 through 5,975 (of 12,513 total)
May 8, 2018 at 2:52 pm
#75784
Moderator
Shahriar
Staff OP

The link template you are using doesn’t have the link to the details page. You just have to use another link template. In the demo, we are using the Panel 1/3 template. You can try that one.

May 8, 2018 at 2:47 pm
#75782
Moderator
Shahriar
Staff OP

Please try now.

May 8, 2018 at 2:45 pm
#75781
Moderator
Shahriar
Staff OP

Noted 🙂

May 8, 2018 at 2:41 pm
#75780
Moderator
Shahriar
Staff OP

Please try after 48 hours from the time of API key creation. Coinbase doesn’t activate the API key for 48 hours due to security reason.

May 8, 2018 at 2:37 pm
#75779
Moderator
Shahriar
Staff OP

You can set $msg = ''; in line no 363 ( class.PostAccess.php ) to hide the message. Re-activate the login info if you want me to modify the file.

May 8, 2018 at 2:33 pm
#75778
Moderator
Shahriar
Staff OP

Hi,

We made a change in text domain name recently. Looks like some strings still being loaded from old text domain. That’s why those strings are missing. In next version, we will update all text domain which will fix this issue.

Thanks.

May 8, 2018 at 2:27 pm
#75776
Moderator
Shahriar
Staff OP

Looks like a theme conflict. Please re-activate the login info to check thoroughly.

May 8, 2018 at 7:11 am
#75740
Moderator
Shahriar
Staff OP

I have installed the updated version of Coinbase add-on on your site. Settings are available now.

You can create new API key from here https://www.coinbase.com/settings/api

May 8, 2018 at 6:39 am
#75737
Moderator
Shahriar
Staff OP

Hello,

The billing cycle limit should provide the solution for your use case. As you said it is not working we will check the issue before the next update of Membership add-on.

Which payment gateway are you using?

May 6, 2018 at 7:41 am
#75673
Moderator
Shahriar
Staff OP

Hi, Sorry for the delayed reply. Unlocked your key. Please try now. Thanks.

May 6, 2018 at 7:35 am
#75671
Moderator
Shahriar
Staff OP

1 ) Not sure which version of WPDM you were using. But WPDM and AAC add-on are working the same way it is working now, for a long time. Because that’s how it is supposed to work. Maybe you are using a customized version of add-on or core plugin.

2 ) Archive Page lists all packages based on selected category. The restriction is applied only to download permission as you see the user can’t download the package. If you want to hide packages too then please add the following line after line no 474 in /wpdm-archive-page.php file.

if( ! wpdm_user_has_access( get_the_ID() ) ) continue;

Update your archive page add-on. You are using an old version there. You can download the latest one here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases

May 6, 2018 at 7:07 am
#75668
Moderator
Shahriar
Staff OP

1 ) User Profile lists the downloads created by the user. You will find the details of the shortcode here https://www.wpdownloadmanager.com/doc/short-codes/wpdm_user_profile-public-profile-short-code/

Permissions you set for the categories will be applied in various shortcodes to decide if the current user can download the package.

2 ) You are using the Verse theme which doesn’t hide packages in category archive page. But the user still can’t download the package. However, If you want I can enable the Hide everything feature in Verse on your site.

May 6, 2018 at 6:47 am
#75667
Moderator
Shahriar
Staff OP

Unlocked your key. Please try now.

May 6, 2018 at 6:36 am
#75666
Moderator
Shahriar
Staff OP

Please download the updated versions of Download Manager Pro and 2Checkout add-on from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases

And download the Premium Package latest version here https://www.wpdownloadmanager.com/download/premium-package-wordpress-digital-store-solution/

Currently, you are using the outdated versions of these three plugins/add-on.

May 6, 2018 at 6:27 am
#75665
Moderator
Shahriar
Staff OP

Please share the php error log? It should indicate where the problem is.

You can also try deactivating other plugins except for WPDM and PDF Stamper add-on. That will also reveal if there is a plugin conflict.

May 6, 2018 at 6:23 am
#75664
Moderator
Shahriar
Staff OP

You have to edit core file to change the permission.

Please replace line 24

define('WPDM_ADMIN_CAP','manage_options');

in download-maanger.php file with the following code to allow editor access

define('WPDM_ADMIN_CAP','publish_posts');

May 1, 2018 at 5:02 pm
#75119
Moderator
Shahriar
Staff OP

You can use Lazy Download add-on ( https://www.wpdownloadmanager.com/download/lazy-download-add-on/ ) to redirect the user to a waiting page before serving the download.

May 1, 2018 at 4:59 pm
#75116
Moderator
Shahriar
Staff OP

Please check now. The latest version was ready to release before we can add the patch. However, will add it to the next version.

May 1, 2018 at 4:15 pm
#75099
Moderator
Shahriar
Staff OP

1 ) The subscribe text is coming from /wppromembership/libs/class.PostAccess.php file -> line no 364

2 ) I have added a custom line in the same file ( line 367 ) if( !is_user_logged_in() ) return ''; to skip message for no-logged users.

May 1, 2018 at 4:02 pm
#75093
Moderator
Shahriar
Staff OP

You can try this shortcode [wpdm_search_result] It is a simple search feature of the core plugin.

May 1, 2018 at 3:58 pm
#75090
Moderator
Shahriar
Staff OP

Please send the login URL too.

May 1, 2018 at 3:57 pm
#75088
Moderator
Shahriar
Staff OP

Then you can try editing core plugin file to remove these styles and scripts. These are enqueued in /download-manager.php file on line 309-311

May 1, 2018 at 3:54 pm
#75087
Moderator
Shahriar
Staff OP

Hi,

Login info is not working. Could you please check the credentials again?

Which version of TinyMCE add-on do you have there? The latest version is 2.7.1 which you can download here https://www.wpdownloadmanager.com/download/advanced-tinymce-button/

Currently, the visitor must provide an email address for each download. But we have the plan to manage this using session in near future to make the process easier for visitors.

Thanks.

May 1, 2018 at 3:42 pm
#75080
Moderator
Shahriar
Staff OP

Hi,

Download Manager Pro requires PHP version >= 5.4

Please ask your server support to update the PHP version. That should fix this issue.

Best regards.

May 1, 2018 at 3:39 pm
#75078
Moderator
Shahriar
Staff OP

Subscribe link is working now. Currently, WP Pro Membership can detect the plans page when this version [wpmp-membership-plans] of shortcode is used. Although both generates same plans. I have updated the plans shortcode and the link is working on package details page.

Btw, you can use customized message now from WP Pro Membership settings. Now all of the options are set to a Download text which is linked to the plans page.

Viewing 25 posts - 5,951 through 5,975 (of 12,513 total)