Shahriar

Forum Replies Created

Viewing 25 posts - 7,201 through 7,225 (of 12,513 total)
in reply to: Getting blank page #64336

Shahriar
Moderator

Your theme is adding an extra new line in download content ( and with any other response too ) which is corrupting it. Please ask your theme developer to check this issue. I temporarily switched to another theme and download worked fine there.

https://www.evernote.com/l/AUd-ZfKqMHpIA7mtB91veKulSJtTvWC_zEgB/image.png

in reply to: invalid license key #64335

Shahriar
Moderator

Please try now. Unlocked the key from dev-wwwhdfgrouporg.pantheonsite.io

in reply to: Display Download Categories #64334

Shahriar
Moderator

You can show download categories and sub-categories using Directory Add-on’s [wpdm-categories subcat="1" showcount="0" cols="4" ] shortcode.

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

Shahriar
Moderator
This reply has been marked as private.
in reply to: Spinning Save Button #64331

Shahriar
Moderator

Please try now. If still getting invalid key make sure you are using the latest WPDM ( 4.7.1 ).


Shahriar
Moderator

Looks like temp login is disabled again.

By the way, the way you ( or the person who ) added the extra jquery ) is not the right way to do customization. There is actually no need to add another instance of jQuery as the WordPress adds it. If you are getting $ is not a function then use JQuery instead of $ in your custom JS code.

in reply to: Captcha is shown only one time #64329

Shahriar
Moderator

Hi,

Currently, WPDM doesn’t support multiple captchas on the same page. We will add multiple captchas soon.

Thanks.

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

Shahriar
Moderator

I provided a custom template for all packages table which will sort packages by update date when jstable=1. If you follow the steps below plugin update won’t delete the custom template.

1 ) Create a /download-manager directory ( folder ) in your active theme dir. ( i.e. /themes/your-active-theme/download-manager/ )

2 ) Place this file ( https://www.dropbox.com/s/3nvqwnp7omv4jzj/wpdm-all-downloads.php?dl=0 ) inside that dir.

And this will fix all the issues you are facing now.

in reply to: Problem with wiew in file manager #64327

Shahriar
Moderator

Please check now. Fixed the missing styles and scripts issue.

in reply to: no menu in dashboard #64326

Shahriar
Moderator

Hi,

It was your “Delete Comments By Status” plugin. For some reason, it is removing the “Downloads” menu. After deactivating that plugin menu is visible again. Please ask the plugin developer to check this issue.

Thanks.

in reply to: Link Color and Hover Icon #64299

Shahriar
Moderator

Please send temporary wp-admin login info in private reply. I will add the code for you. Let me know which color you want.

in reply to: how to open files in a new window #64298

Shahriar
Moderator

In that case, you have to use a custom template for /download-manager/tpls/wpdm-all-downloads.php template file ( Please check step 3 here https://www.wpdownloadmanager.com/doc/template-files/ )

Find <td><?php echo $download_link; ?></td> in wpdm-all-downloads.php and replace it with

<td><a target="_blank" href="<?php echo $data['download_url']; ?>"><?php echo $data['link_label']; ?></a></td>

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

Shahriar
Moderator

JS Table doesn’t have sort by update date option. We have to add some custom code add that option. You can replace /download-manager/tpls/wpdm-all-downloads.php file with this one https://www.dropbox.com/s/3nvqwnp7omv4jzj/wpdm-all-downloads.php?dl=0

Or send temporary wp-admin login info in private reply so I can add that in your installation.

in reply to: Description field does not work #64296

Shahriar
Moderator

Your theme is creating some js errors which breaks the editor. I tried the default theme (Twenty Seventeen) after that. And everything works fine with it. I have created a package with description here http://jp-demographic.eu/_TESTVERSION/download/test-package/

Please ask your theme provider to chekc the js error issue.

in reply to: Side bar #64295

Shahriar
Moderator

Hi,

You can use your license key in new domain now.

Thanks.

in reply to: Search file doesn't work in my template #64294

Shahriar
Moderator

wpdm-search-page shortcode is from Directory Add-on and using it you can look for files in the selected categories.

in reply to: no menu in dashboard #64293

Shahriar
Moderator

Could please re-check the login info? It is not working.

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

Shahriar
Moderator
This reply has been marked as private.
in reply to: no menu in dashboard #64278

Shahriar
Moderator

Have you activated the plugin from plugins page? Please send temporary wp-admin login info in private reply if you can’t find the issue.


Shahriar
Moderator

Working now. Your theme was loading multiple instances of jquery which caused this issue. After removing duplicate script everything working as usual.

in reply to: Quick Form #64273

Shahriar
Moderator

Hi,

It is not possible in the current version of Advanced Custom Fields add-on. We will add language support in next release of the add-on. And the update is coming within this week.

Thanks.

in reply to: Add filter by tag #64271

Shahriar
Moderator

Hi,

There is no option there to add tag filer.

Currently, you can only list tags using [wpdm_tags] shortcode.

Thanks.

in reply to: Link Custom Field #64270

Shahriar
Moderator

Hello, Susan,

I replied your similar question here https://www.wpdownloadmanager.com/support/topic/link-custom-field-data/

Maybe you have missed it. Please check my answer there. It shows how to link custom data with Advanced Custom Fields add-on.

Regards.

in reply to: After installed, cannot activate. #64269

Shahriar
Moderator

Yes, It happens it server support ๐Ÿ™‚ Most of the times they can’t even solve most common issues.

Glad to know it is working now.

in reply to: Search file doesn't work in my template #64268

Shahriar
Moderator

Maybe your theme is modifying search query. Your theme developer will know more about this. Do you have Directory Add-on? You can try [wpdm_simple_search] shortcode to check if that works.

Viewing 25 posts - 7,201 through 7,225 (of 12,513 total)