Shahriar

Forum Replies Created

Viewing 25 posts - 5,126 through 5,150 (of 12,513 total)
Aug 3, 2018 at 10:23 pm
#86001
Moderator
Shahriar
Staff OP

Check now, please. Had to hide the package excerpt in mobile screen due to lack of enough space.

Aug 3, 2018 at 10:10 pm
#85998
Moderator
Shahriar
Staff OP

Hi, We will add the feature in next release of the add-on. But add-on release date is not fixed yet. Maybe within one or 2 weeks.

Aug 3, 2018 at 10:06 pm
#85997
Moderator
Shahriar
Staff OP

Hi,

Your key was locked to your dev domains. I have unlocked all the keys. Now key verification should work smoothly.

Thanks.

Aug 3, 2018 at 10:02 pm
#85996
Moderator
Shahriar
Staff OP

Hi,

Please deactivate and delete the old version. Then install the latest version by uploading it from Plugins Add New page. You can download the latest version here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases

Send temporary wp-admin login info in private reply if you want me to install the latest version.

Thanks.

Aug 3, 2018 at 9:58 pm
#85995
Moderator
Shahriar
Staff OP

Added the following code in your theme’s functions.php file,

function wpdm_custom_tags($vars){

    if( has_tag('premium-lynx-content', $vars['ID']) )
        $vars['title'] = ' '.$vars['title'];

    return $vars;
}

add_filter( 'wdm_before_fetch_template', 'wpdm_custom_tags', 10, 1 );

This adds a font awesome star before the package title when it has Premium Lynx Content tag. This will work when you have the [title] template tag in your template.

I have modified your custom template 5893b66eecca2 to add the [title] tag.

Aug 3, 2018 at 9:29 pm
#85994
Moderator
Shahriar
Staff OP

HI, Please use only [thumb] if you want to show the original size. Thanks.

Aug 2, 2018 at 11:04 pm
#85979
Moderator
Shahriar
Staff OP

Hi, It is not possible. You can either serve single file download or whole package download as a zip. – Thanks.

Aug 2, 2018 at 10:59 pm
#85978
Moderator
Shahriar
Staff OP

Hi,

There are some JS errors in the page coming from Trive Events plugin. Please try deactivating it. That should fix the Tree issue.

Best regards.

Aug 2, 2018 at 10:58 pm
#85977
Moderator
Shahriar
Staff OP

Hi,

Did you place template files ( files from /download-manager/tpls/ dir ) in your /active-theme/download-manager/ directory?

By the way, if you want to customize only the WPDM page template, no need to use files. You can use Template editor to create custom templates.

Another way of customizing package details page look is using single-wpdmpro.php template. It is a core level template. All WPDM page templates are ignored when you have this template in your theme directory.

You can download one of our free themes to check how we themed WPDM.

Let me know if you have further queries.

Thanks.

Aug 2, 2018 at 10:11 pm
#85975
Moderator
Shahriar
Staff OP

If you must hide the categories when there is no accessible package by the current user then we have to add more customization. Please send temporary wp-admin and FTP info in private reply. I will add the required code there and will show you where the code has been added.

Aug 2, 2018 at 9:44 pm
#85974
Moderator
Shahriar
Staff OP

Are you using Windows server? Please add the following code before line no 158 in /download-manager/wpdm-start-download.php file,

$filepath = str_replace('\\','/', $filepath );

That should fix the naming issue.

Or send temporary wp-admin login info in private reply. I will do it for you.

Aug 2, 2018 at 9:40 pm
#85973
Moderator
Shahriar
Staff OP

Use the following code instead,

jQuery('.w3eden .form-control.input-lg.no-radius').attr('minlength', '8');

Aug 2, 2018 at 9:28 pm
#85972
Moderator
Shahriar
Staff OP

Your custom template didn’t have the [download_link] tag. I have updated the template code. Now permission denied message is being displayed. Tested with BWS Level 2 – Bilingual package.

You have to clear category access settings. If you are using package access setting no need to use the category setting. As the user could get the access from category setting even when package setting doesn’t allow access.

Please make sure you have cleared the cache after changing settings and updating packages.

Aug 2, 2018 at 7:48 pm
#85970
Moderator
Shahriar
Staff OP

Are you referring to the package/download details page? Yes, it is possible. And that is actually controlled by your theme. Download Manager uses the single.php template ( single post template ) to show package details. Your theme should have an option to control the sidebars in the single post page.

Aug 2, 2018 at 7:45 pm
#85969
Moderator
Shahriar
Staff OP

Hi,

Currently, it is not possible with Dropbox storage. But you can use Amazon S3 add-on ( https://www.wpdownloadmanager.com/download/wordpress-amazon-s3-storage-plugin/ ) to protect the download link.

Thanks.

Aug 2, 2018 at 7:28 pm
#85968
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Aug 2, 2018 at 7:25 pm
#85967
Moderator
Shahriar
Staff OP

Here are the steps to show email lock popup on click a button with custom text,

1 ) In your package settings set 7 Deadly Sins of Retirement PDF as Link Label.
2 ) Set Button Template as Link template in the package setting or you can set the link template in step 3
3 ) Then put the package shortcode where you have your button now. You can set the Button template when in this step too using template parameter.

[wpdm_package id='package_id' template="link-template-button"]

Install Image Button add-on ( https://www.wpdownloadmanager.com/download/wpdm-image-button/ ) to convert plain download link into beautiful buttons.

Aug 2, 2018 at 6:22 pm
#85965
Moderator
Shahriar
Staff OP

Hi,

Customization is required because there is no existing shortcode to show the downloads of only last 30 days. We have to create a custom shortcode for that.

But your proposed approach works too. You can just sort packages by date and show the recent at the top. You can use the all packages shortcode.

Thanks.

Aug 2, 2018 at 6:13 pm
#85963
Moderator
Shahriar
Staff OP

Please check the default Values ( https://www.wpdownloadmanager.com/download/wpdm-default-values/ ) add-on. It has the similar feature. You can set default values for new packages. When creating a new package all package settings are taken from the pre-defined options.

Aug 2, 2018 at 6:10 pm
#85962
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Aug 2, 2018 at 5:55 pm
#85961
Moderator
Shahriar
Staff OP

Hi,

It is better if you use a custom template. Just follow the formatting other input fields from the default template. Please keep in mind, you have to save those extra fields too. This kind of customization actually requires coding experience. If it was something simpler I would have provided you with the solution.

However, we provide custom upgrade service https://www.wpdownloadmanager.com/download/custom-upgrade-service/ in cases like this. Let me know if you are interested.

Thanks.

Aug 2, 2018 at 5:49 pm
#85960
Moderator
Shahriar
Staff OP

In the category shortcode, only the template from template parameter will be used. But you can add star conditionally on the template using a custom template tag.

How are you deciding if a package is a premium or not? I mean when are you adding the star?

If the customization is something simpler I can add the code for you. If it requires rather detailed customization we can help you through our custom upgrade service.

Aug 2, 2018 at 5:42 pm
#85959
Moderator
Shahriar
Staff OP

JS errors were coming from Async JavaScript and SEO Optimized Images plugin. Disabled both plugins. Now, frontend upload works without any issue.

Aug 1, 2018 at 4:30 pm
#85912
Moderator
Shahriar
Staff OP

Added custom CSS to minimize the padding. FB like is working too.

Aug 1, 2018 at 2:23 pm
#85909
Moderator
Shahriar
Staff OP

Sorry for the delayed reply. I checked your link and download worked fine in my test. Has the issue been resolved?

Viewing 25 posts - 5,126 through 5,150 (of 12,513 total)