Shahriar

Forum Replies Created

Viewing 25 posts - 1,351 through 1,375 (of 12,513 total)
Sep 11, 2019 at 1:37 pm
#112313
Moderator
Shahriar
Staff OP

Custom fields created by Advanced Custom Fields add-on are associated with the package, not with attached files. So, it won’t work in your case as you mentioned above “I’d like to add some custom fields associated specifically to the attached file, not the package.”

And custom fields created with wpdm_attached_file hook are associated with each file attached to the package. If there are multiple files attached to the package each file will have these custom meta like the built-in File title meta.

I have updated your theme function file to fix the field names and values mismatch. It is working now.

Sep 11, 2019 at 11:18 am
#112311
Moderator
Shahriar
Staff OP

[play_button] template tag is working now. Please check it here https://myabbc.ca/play-button/

Sep 11, 2019 at 9:37 am
#112310
Moderator
Shahriar
Staff OP

Image Button add-on has some compatibility issues with the package-lock. I have deactivated it and the lock is working now as expected.

Sep 11, 2019 at 9:17 am
#112306
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to check the issue. tax is working on my test.

Sep 11, 2019 at 9:05 am
#112305
Moderator
Shahriar
Staff OP

Hi,
You can use a custom page template with the video player like this demo https://demo.wpdownloadmanager.com/wpdmpro/download/video-player-play-download/ This demo is using Video Player page template. Just remove the download tag from page template if you want to prevent download.
Thanks.

Sep 11, 2019 at 8:32 am
#112304
Moderator
Shahriar
Staff OP

1 ) Looks like you have installed the PayPal Pro add-on. Please save your Live API credentials in PayPal Pro settings ( Settings > Premium Package > Payment > PayPal Pro ). Follow the link in the settings page to get the keys.

2 ) Modified the search behavior to add matches from all post types. One thing to consider though, all your posts don’t have the same metadata. So, when displaying search result some cards might lack few metadata.

function wpdmpro_search_filter($query) {
    if ($query->is_search && !is_admin() ) {
        $query->set('post_type', array('post','page','wpdmpro') );
    }
    return $query;
}
add_filter('pre_get_posts','wpdmpro_search_filter');

3 ) Updated header image by editing #featured-slider-container div homepage-blocks/homepage-top.php file. Here is the updated style for future reference.
background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url('<?php echo WPEdenThemeEngine::NextGetOption('header_bg'); ?>') center;

Sep 10, 2019 at 11:32 am
#112272
Moderator
Shahriar
Staff OP

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

Sep 10, 2019 at 11:31 am
#112271
Moderator
Shahriar
Staff OP

Sorry, not clear what you meant there. Could you please send me a screenshot?

Sep 10, 2019 at 11:27 am
#112269
Moderator
Shahriar
Staff OP

To fix the error, logout and then login again from your Downloads > Settings > Updates tab. Please send temporary wp-admin login info in private reply if that fix the issue.

Sep 10, 2019 at 11:21 am
#112268
Moderator
Shahriar
Staff OP

There is no option yet to control the upload to a specified category from [wpdm_frontend].

Our File Hosting and Sharing add-on ( https://www.wpdownloadmanager.com/download/file-hosting-sharing-add-on/ ) does this in a different way. In this case, each user has a main category under which they can create as many categories as they want. They can manage and see only their own categories. To make things easier we represent each category as a folder in this add-on. Please check the demo to get a clear understanding.

Sep 10, 2019 at 11:16 am
#112267
Moderator
Shahriar
Staff OP

You have to enable imagick extension too. imagick is the PHP extension of the ImageMagick.

Sep 10, 2019 at 11:04 am
#112262
Moderator
Shahriar
Staff OP

Please purchase the Pro version here https://www.wpdownloadmanager.com/pricing/

After that following this procedure to install the Pro,

1 ) Deactivate and delete the free version. You won’t lose any data
2 ) Download pro from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install and activate pro. The activate your license key.

Let me know if you need help with the installation.

Thanks.

Sep 10, 2019 at 9:58 am
#112256
Moderator
Shahriar
Staff OP

Yes, possible. Make a copy of the template file /download-manager/tpls/list-packages-table.php and place it in /active-theme/download-manager/ directory. Then rename the search input field name from q to something else ( line 57 ). Also, adjust the query var q at line 9 accordingly.

Sep 10, 2019 at 9:37 am
#112255
Moderator
Shahriar
Staff OP

[excerpt] template tag shows the content from the Excerpt meta box. But if you use something like this [excerpt_50], the tag will show the first 50 characters from package description.

Sep 10, 2019 at 8:27 am
#112253
Moderator
Shahriar
Staff OP

Looks like the account link is broken. Please, logout from there and log in again. That will fix the issue. You don’t have to check manually. You will see the update notification automatically on the plugins page.

Sep 10, 2019 at 8:23 am
#112252
Moderator
Shahriar
Staff OP

Looks like another plugin is breaking the Premium Package JS. Please send temporary wp-admin login info in private reply to check the issue.

Sep 10, 2019 at 8:22 am
#112251
Moderator
Shahriar
Staff OP

Please follow these steps to update the plugin,

1 ) Deactivate and delete the old version. You won’t lose any data.
2 ) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version and activate the license key.

Sep 10, 2019 at 8:16 am
#112249
Moderator
Shahriar
Staff OP

Hi,
Please follow these steps to update the plugin,
1 ) Deactivate and delete the old version. You won’t lose any data.
2 ) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version and activate the license key.

For future updates, To update the plugin from plugins page login to your WPDM account from your Downloads > Settings > Updates tab.
Thanks.

Sep 10, 2019 at 8:13 am
#112247
Moderator
Shahriar
Staff OP

I can see these strings in the template file. The translation should work fine.

http://prntscr.com/p44vpb

Do you have the latest version 5.0.1?

Sep 10, 2019 at 8:08 am
#112245
Moderator
Shahriar
Staff OP

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

Sep 10, 2019 at 7:58 am
#112244
Moderator
Shahriar
Staff OP

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

Sep 10, 2019 at 7:57 am
#112243
Moderator
Shahriar
Staff OP

Hi,
You can use your key on a new domain now. Please make sure you are using the latest version of Download Manager Pro. You can always download the latest version here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
Btw, now you can unlock the key yourself from the purchases page. Use the generate key button to view the linked domains.
Thanks.

Sep 10, 2019 at 7:53 am
#112242
Moderator
Shahriar
Staff OP

Hi,
If you are changing the domain, unlock the key from the old domain. You can do that from your Purchases page by clicking the “Generate Key” button. Or just send me the order id. I will unlock the key for you.

If you are getting the error without moving the license to another domain then install the latest version to fix the issue. Follow these steps to update the plugin,
1 ) Deactivate and delete the old version. You won’t lose any data.
2 ) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version and activate the license key.

Thanks.

Sep 7, 2019 at 7:27 pm
#112182
Moderator
Shahriar
Staff OP

Hi,
[pdf_thumb] template tag requires the Imagick extension. Maybe it isn’t installed on your site. Please ask you server support to check if the extension is there or request them to install it.
Thanks.

Sep 7, 2019 at 7:22 pm
#112181
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Viewing 25 posts - 1,351 through 1,375 (of 12,513 total)