Shahriar

Forum Replies Created

Viewing 25 posts - 7,151 through 7,175 (of 12,513 total)
Oct 12, 2017 at 8:42 pm
#64466
Moderator
Shahriar
Staff OP

@taracox, send wp-admin login info in private reply if your sandbox test fails.

Oct 12, 2017 at 8:39 pm
#64465
Moderator
Shahriar
Staff OP

I have added the styles in your active theme’s style.css file. You can adjust the color there.

Oct 12, 2017 at 8:22 pm
#64464
Moderator
Shahriar
Staff OP

Let me know if you keep getting these warning even after updating Download Manager.

Oct 12, 2017 at 8:21 pm
#64463
Moderator
Shahriar
Staff OP

Please download the latest version of Download Manager core plugin from here https://www.wpdownloadmanager.com/user-dashboard/purchases/

Deactivate and delete current installation and then install the latest one. Your data and settings will still be there.

To get automatic updates in future connect your WPDM to update server from Downloads Settings Update tab. After successful login, you can update plugins right from there.

Oct 12, 2017 at 8:17 pm
#64462
Moderator
Shahriar
Staff OP

Yes, you can use custom template for the category page. Template file name is taxonomy-wpdmcategory.php Please check this doc https://www.wpdownloadmanager.com/doc/template-files/

It is also possible to use a custom template tag to show categories without links. Use wpdm_before_fetch_template hook to add custom tags. https://www.wpdownloadmanager.com/doc/filter-reference/wdm_before_fetch_template/

 

Oct 12, 2017 at 7:54 pm
#64461
Moderator
Shahriar
Staff OP

We will add a patch to fix this in next version. The code above will fix this for now.

Oct 12, 2017 at 7:52 pm
#64458
Moderator
Shahriar
Staff OP

Please try now. Send me your license key, if still getting the invalid key warning.

Oct 12, 2017 at 7:48 pm
#64457
Moderator
Shahriar
Staff OP

It is not possible to remove links. This template tag uses core WordPress function which returns linked list of categories.

Oct 12, 2017 at 7:00 pm
#64451
Moderator
Shahriar
Staff OP

Hi, Unlocked your key. You can use it in your new domain now.

Oct 12, 2017 at 6:56 pm
#64450
Moderator
Shahriar
Staff OP

From the sidebar category shortcode remove the category that you used in the page shortcode. That should fix it.

Oct 12, 2017 at 6:42 pm
#64448
Moderator
Shahriar
Staff OP

The solution is the pagination with jstable=0. And it will work on any page except homepage for now. We will fix this to work on the homepage too. After that you don;t have to worry about the total number of files.

Oct 12, 2017 at 6:39 pm
#64447
Moderator
Shahriar
Staff OP

Hi,

Please send temporary wp-admin login info as a private reply below ( check the “Set as private reply” checkbox ). I will set up an example package for you.

Form Lock add-on is the best option to hide download behind a form.

Thanks.

Oct 12, 2017 at 6:31 pm
#64446
Moderator
Shahriar
Staff OP

Hi,

Please install the updated version of Download Manager to fix the license issue. You can download updated version from your dashboard.

If you don’t want to update to latest version, send temporary wp-admin login info in private reply. I will manually verify the key.

Thanks.

Oct 12, 2017 at 6:29 pm
#64445
Moderator
Shahriar
Staff OP

Hi,

You can add following code at the bottom of /download-manager/download-manager.php file to fix this issue.

error_reporting(0);

Are you using the latest version 4.7.1 of Download Manager? If not installing this version should fix this too.

Thanks.

Oct 12, 2017 at 6:21 pm
#64444
Moderator
Shahriar
Staff OP

Please try following shortcode, it should sort packages by create date.

[wpdm-all-packages items_per_page=10 jstable=1 order_by="modified" order="DESC"]

Send temporary wp-admin login info in private reply if it doesn’t work.

Oct 12, 2017 at 6:19 pm
#64443
Moderator
Shahriar
Staff OP

Do you mean package? Yes, it is possible.

If you meant folder/directory then it is possible too. You need File Manager add-on for that.

Oct 12, 2017 at 6:16 pm
#64442
Moderator
Shahriar
Staff OP

All Downloads table uses a template file, so it is possible to customize it. But search result doesn’t have template support.

Oct 12, 2017 at 6:14 pm
#64441
Moderator
Shahriar
Staff OP

You can do this using Advanced Custom Fields add-on and a custom link/page template.

Here are the steps to link Developer name with URL,

1 ) Create 1 text custom fields and another URL custom field. Set name and URL in respective fields when creating the package.

2 ) In your custom template use this format to add link to the text <a href="[acf_ACF_url]">[acf_ACF_Text]</a>

Oct 12, 2017 at 6:09 pm
#64439
Moderator
Shahriar
Staff OP

Please ask your server support in enable ImageMagick. This template tag requires ImageMagick to work properly.

Oct 12, 2017 at 6:07 pm
#64438
Moderator
Shahriar
Staff OP

Your workaround is great. No other way yet to mark current category.

Oct 12, 2017 at 5:45 pm
#64437
Moderator
Shahriar
Staff OP

Hi,

I have tried to send email through SMTP. Installed Sendinblue SMTP plugin and email went successfully. The issue is your default WP email not working as I mentioned before. So, you have to fix your WP Email or use SMTP to send the email.

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

I have temporarily connected my Sendinblue API key there, you can run your test.

Thanks.

Oct 12, 2017 at 5:16 pm
#64435
Moderator
Shahriar
Staff OP

Moving /download-manager-files dir under subsite upload dir makes the plugin better in the long run because WordPress itself uses separate upload dir for each sub-site. This approach makes files more manageable as they live in separate disk space. That’s why we moved to this direction.

You just have to copy the /download-manager-files dir to each sub-sites upload dir. Or if you can easily separate your sub-site files from main /download-manager-files dir just distribute each sub-sites file in their own /download-manager-files to save server space.

If it is not possible for you to move /download-manager-files dir to each sub-site but want to use latest WPDM then install following copy to use main /download-manager-files dir as you Download Manager files dir like old versions.

https://www.dropbox.com/s/xyrfqe89txtxn5f/download-manager-v.4.7.1.zip?dl=0

We might add this dir selection as an option in next version.

Thanks.

Oct 11, 2017 at 7:57 pm
#64402
Moderator
Shahriar
Staff OP

Yes, you are right. We will fix this in next update.

Oct 11, 2017 at 7:56 pm
#64401
Moderator
Shahriar
Staff OP

The limit is related to the implementation of [wpdm_search_result] shortcode. As it does not support pagination it only brings first 1o matches.

Oct 11, 2017 at 7:53 pm
#64400
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Viewing 25 posts - 7,151 through 7,175 (of 12,513 total)