Shahriar

Forum Replies Created

Viewing 25 posts - 7,676 through 7,700 (of 12,513 total)
Aug 10, 2017 at 6:26 pm
#61590
Moderator
Shahriar
Staff OP

Could you please reactivate the login info? FTP add-on working fine in our test.

Aug 10, 2017 at 6:20 pm
#61589
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Aug 10, 2017 at 6:02 pm
#61588
Moderator
Shahriar
Staff OP

Please download a fresh copy from here https://www.wpdownloadmanager.com/user-dashboard/purchases/

Then install and activate it. You won’t lose any data or settings. Auto update failed due to permission issues.

 

Aug 10, 2017 at 5:59 pm
#61587
Moderator
Shahriar
Staff OP

Authors can change their public profile info from Frontend Uploader Edit Public Profile page. I have indicated the page in your screenshot,

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

Aug 10, 2017 at 5:49 pm
#61586
Moderator
Shahriar
Staff OP

Have you installed and activated Download Manager Pro? Archive Page / Directory add-on requires Download Manager Pro.

Aug 10, 2017 at 5:47 pm
#61585
Moderator
Shahriar
Staff OP

The update is coming within next week.

Aug 9, 2017 at 10:03 pm
#61560
Moderator
Shahriar
Staff OP

You can try [doc_preview] template tag, that might work ( Single Column with Doc Preview ).

It shows pdf preview and users can open the pdf in a new tab if they want. Packages have to be publicly accessible if you want to use [doc_preview] tag as it uses Google library to show the preview.

Aug 9, 2017 at 9:54 pm
#61559
Moderator
Shahriar
Staff OP

Hi Franklin, Password didn’t work. Please send a new one.

@Chad, Please create a new ticket and send temporary wp-admin login info private reply there.

Aug 9, 2017 at 9:49 pm
#61558
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Aug 9, 2017 at 9:44 pm
#61557
Moderator
Shahriar
Staff OP

Hi, Unlocked your key. You can move it to another domain now. Thanks.

Aug 9, 2017 at 9:39 pm
#61556
Moderator
Shahriar
Staff OP

Please delete download-manager directory from your plugins dir if it exists. Then download a fresh copy from here https://www.wpdownloadmanager.com/user-dashboard/purchases/ and install it. Your all data and settings will still be there.

Aug 9, 2017 at 9:36 pm
#61555
Moderator
Shahriar
Staff OP

Hi Renato,

It is possible to disable download and print on the imediate dialog box that appears after clicking the preview button. But users can open that pdf on a new tab where options available to print and download file.

Thanks.

Aug 9, 2017 at 9:05 pm
#61554
Moderator
Shahriar
Staff OP

You can add custom CSS to edit the popover content styles,

Popover Title selector,

.w3eden .popover-title{ }

To change “Subscribe to download” text style.

.w3eden .popover .panel .panel-heading{ }

To change the “Subscribe to download” text use wpdm_email_lock_heading filter.

Download Button CSS selector,

.w3eden .popover .wpdm_submit.btn.btn-success.group-item{ }

Please let me know if you have futher query.

Aug 9, 2017 at 8:54 pm
#61553
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to check the issue.

Amazon S3 works with WPDM free but we suggest WPDM Pro for better compatibility. However, after getting login info I will inform you more on the issue.

 

Aug 9, 2017 at 8:47 pm
#61550
Moderator
Shahriar
Staff OP

Please follow the setup instruction from here https://www.wpdownloadmanager.com/download/prosper-wordpress-digital-ecommerce-theme/

Let me know if you need any help there.

Aug 9, 2017 at 8:43 pm
#61549
Moderator
Shahriar
Staff OP

Installed a fresh copy of Premium Package, maybe the previous installation had some issues.

Aug 9, 2017 at 8:41 pm
#61548
Moderator
Shahriar
Staff OP

Hi,

Download button was not working because you “Allow Access” option in package settings was empty. So, no one actually had access to the package.

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

To fix the submenu issue please add following custom CSS in your theme or theme option,

.w3eden .dropdown-submenu > .dropdown-menu{ left: 50% !important; }

Thanks.

Aug 9, 2017 at 8:31 pm
#61547
Moderator
Shahriar
Staff OP

You can add the date with the filename which is editable. Also, by default [file_list]  sorts uploaded files by date (new file at the top ). But you have to upload the files from edit package page in this case. You can use FTP add-on to attach remote files too.

If you don’t want to add a new file from edit package page you option is attaching a dir to the package, then just FTP upload latest builds to that dir. No need to go to edit page in this case. The only problem is files won’t be sorted by date in this case. We will add the date sorting feature soon but can’t tell you an exact timeframe on this yet.

If you want to modify this sorting feature of attach dir files from /download-manager/libs/class.FileList.php

Aug 9, 2017 at 4:09 pm
#61540
Moderator
Shahriar
Staff OP

1) Removing “Download File” text with black background.

From /download-manager/libs/class.Filelist.php around line 77 remove,

<audio autoplay controls preload='auto' style='width: 100%;display: none' id='audio-player-{$file['ID']}'></audio>

This code is part of value assign to a variable, just remove this above part from there.

2 ) no-cache header

Download Manager doesn’t sends header only when serving download which doesn’t apply on normal page view. If you are seeing no-cache it is comig from somewhere else.

Let us know if there is anything else.

Thanks.

Aug 9, 2017 at 3:24 pm
#61538
Moderator
Shahriar
Staff OP

Please assign the administrator role to the temp user. I need to check package content in admin side. Also, need plugin editor access.

Aug 9, 2017 at 3:17 pm
#61537
Moderator
Shahriar
Staff OP
Aug 9, 2017 at 3:16 pm
#61536
Moderator
Shahriar
Staff OP

The change was made on the code level. We had to disable the wpdm_dynamic_thumb call.

Aug 9, 2017 at 3:13 pm
#61535
Moderator
Shahriar
Staff OP

Okay, let us if there is any other issue. Thanks.

Aug 9, 2017 at 3:12 pm
#61534
Moderator
Shahriar
Staff OP

Have you made any change? The download is working now in both Chrome and Firefox.

Aug 8, 2017 at 8:57 pm
#61492
Moderator
Shahriar
Staff OP

Or use wpdm_download_link_expiration_limit filter to change the limit without editing plugin code.

Viewing 25 posts - 7,676 through 7,700 (of 12,513 total)