Shahriar

Forum Replies Created

Viewing 25 posts - 7,151 through 7,175 (of 12,513 total)

Shahriar
Moderator

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

in reply to: Link Color and Hover Icon #64465

Shahriar
Moderator

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

in reply to: Warning: array_merge(): Argument #2 is not an array in #64464

Shahriar
Moderator

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

in reply to: Update Downloads` #64463

Shahriar
Moderator

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.

in reply to: Remove link from [categories] shortcode? #64462

Shahriar
Moderator

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/

 

in reply to: Warning: Illegal string offset #64461

Shahriar
Moderator

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

in reply to: Invalid Licence Key #64458

Shahriar
Moderator

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

in reply to: Remove link from [categories] shortcode? #64457

Shahriar
Moderator

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

in reply to: Byggutengrenser – developemenet site going live #64451

Shahriar
Moderator

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

in reply to: [wpdm_category] – Turning off pagination #64450

Shahriar
Moderator

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

in reply to: Unusual use, unusual pagination problem #64448

Shahriar
Moderator

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.

in reply to: Need help: download after submit button not showing #64447

Shahriar
Moderator

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.

in reply to: Invalid Licence Key #64446

Shahriar
Moderator

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.

in reply to: Warning: Illegal string offset #64445

Shahriar
Moderator

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.

in reply to: Problems with sorting table by date #64444

Shahriar
Moderator

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.

in reply to: Sorry! Download is not available yet #64443

Shahriar
Moderator

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.

in reply to: wpdm_search_result shortcode shows only 10 results #64442

Shahriar
Moderator

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

in reply to: How to Add VENDORS or DEVELOPER Name and URL #64441

Shahriar
Moderator

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>

in reply to: pdf_thumb not showing first page #64439

Shahriar
Moderator

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

in reply to: Style current category in WPDM Categories Widget #64438

Shahriar
Moderator

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

in reply to: Download link email is not sent #64437

Shahriar
Moderator

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.


Shahriar
Moderator

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.

in reply to: How to upload a file to an existing package #64402

Shahriar
Moderator

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

in reply to: wpdm_search_result shortcode shows only 10 results #64401

Shahriar
Moderator

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

in reply to: You don't have permission to access /download #64400

Shahriar
Moderator
This reply has been marked as private.
Viewing 25 posts - 7,151 through 7,175 (of 12,513 total)