Shafayet

Forum Replies Created

Viewing 25 posts - 451 through 475 (of 529 total)
in reply to: Archive Page with Sidebar – View Details issues #62950

Shafayet
Moderator

Update released!

in reply to: Side bar #62924

Shafayet
Moderator

That will require developing a custom widget.

in reply to: Invalid License #62923

Shafayet
Moderator

Please give me your license key in a private reply to unlock it.

in reply to: Form Lock add-on not showing Gravity Forms #62922

Shafayet
Moderator

It is not allowing me to access to the login page:

https://www.evernote.com/l/AV0MCCNaj-RCup5X10BFgUILR87__zaUYPYB/image.png

in reply to: Long promised PDF Viewer … and multi Pro-Membership #62921

Shafayet
Moderator

Okay, I shall add a custom pdf preview addon specially for you within this weekend, promise.

About membership plugin, we totally rebuilt it from ground very recently, but we missed multiple level assignment to a member, but I’ve added it to top priority list for the next update’s todo.

in reply to: PDF Viewer #62920

Shafayet
Moderator

The option is already available, you need to use template tag [pdf_thumb_WxH] for pdf thumbnail.

Doc:

https://www.wpdownloadmanager.com/doc/templates/template-tags/#pdf_thumb

in reply to: attach files #62919

Shafayet
Moderator

Need administrator access.

in reply to: File Cart Add-on Not Emailing Files #62918

Shafayet
Moderator
  1. I am not seeing any issue with the favorite icon:
    https://www.evernote.com/l/AV2-XozxziBE3aPoraCRNi9Sk-N_7gGyDawB/image.png
  2. The warning is coming from your theme ( softbox-intranet ), in old version of wpdm pro, we used error_reporting(0) to suppress some notices from wpdm pro, but recently, we fixed all such notices from wpdm pro and so why we removed error_reporting(0) from our code, probably that is why the warning from your theme is showing now. But, actually it was there always, please ask theme developer to fix the issue, or if you want I can re-add error_reporting(0) with your theme to suppress such warning, but a better solution will be fixing it.
  3. That is due to following CSS code in your theme:
    https://www.evernote.com/l/AV28AoTCKb1PubtYQx_DPHRE1F8brzSS5ekB/image.png
  4. Same as #3
  5. Actually, @sultana only upgraded your wpdm version to 4.6.9, if you want, I can reinstall the version old version ( 4.6.6 ) you were using.

 

in reply to: Download Manager breaks Formidalbe Plugin #62917

Shafayet
Moderator

You’re welcome ๐Ÿ™‚

in reply to: redirect login page instead permission-denied.txt #62916

Shafayet
Moderator

I’m seeing like this:

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

When I’m not logged in, I’m seeing login form and single file download link is disabled.

in reply to: Download Limit is not working #62915

Shafayet
Moderator

Hello Sheetal,

Okay now, it was because you were using individual file download button but the following option was not checked, I’ve checked that option and tested, it seems working fine:

https://www.evernote.com/l/AV3EYDirUa1G5YWzFKVBdgRne-ahtBNv52oB/image.png

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

 

in reply to: redirect login page instead permission-denied.txt #62874

Shafayet
Moderator

Please give me temporary wp-admin login info in a private reply to check your issue.

in reply to: Activate S3 Add-Ons in WPDM Pro #62870

Shafayet
Moderator

Please give me temporary wp-admin login info in a private reply to check your issue.

in reply to: Download Manager breaks Formidalbe Plugin #62869

Shafayet
Moderator

Please try disabling bootstrap js from the wpdm settings page, if that doesn’t resolve the issue, please give me temporary wp-admin login info in a private reply.

in reply to: Form Lock add-on not showing Gravity Forms #62868

Shafayet
Moderator

Please give me temporary wp-admin login info in a private reply to check your issue.

in reply to: Get set-up of my eCommerce pack done by you #62867

Shafayet
Moderator

Okay, got it :).


Shafayet
Moderator

From give me the URL where the user is facing expired link issue. However, even if a user sees such issue, this is not an issue with wpdm but the cache plugin. The link expiry only happens when download key expires or server serves an old cached page.

in reply to: redirect login page instead permission-denied.txt #62800

Shafayet
Moderator

For login redirection, you will have to use [download_link] tag in your link/page template, instead of <a href="[download_url]">[link_label]</a> and you can setup the login required message from wpdm settings page.

in reply to: File Cart Add-on Not Emailing Files #62799

Shafayet
Moderator

Please send me FTP info to plugins dir, need to upgrade to v4.6.9

in reply to: Download Limit is not working #62787

Shafayet
Moderator

Actually, download limits are working fine. But, when you download the same item repeated in the same browser session, it counts as one. So, if you click on download link repeatedly, it will stop count after the 1st time.


Shafayet
Moderator

I tested it all the possible way, also I changed the download URL to avoid interruption from caching plugin. I found download links are working great. However, the download link sent to an email address will expire after it is used for 3 times to avoid sharing it publicly. But please let me know if you found the issue with any specific package.

in reply to: wpdm_all_packages Display Format #62781

Shafayet
Moderator

There you have to replace the [ID] with package ID. ex: get_the_ID()

in reply to: Get set-up of my eCommerce pack done by you #62775

Shafayet
Moderator

Please give me FTP info in a private reply. Thanks.

in reply to: Fatal Error after updating latest version #62762

Shafayet
Moderator
This reply has been marked as private.
in reply to: wpdm_all_packages Display Format #62730

Shafayet
Moderator

To show only specific field, use following php code:

<?php echo wpdm_acf([ID], "group/field_name"); ?>

So, the equivalent php code for [acf_cardatabase_make] is: <?php echo wpdm_acf([ID], "cardatabase/make"); ?>

Viewing 25 posts - 451 through 475 (of 529 total)