Shahriar

Forum Replies Created

Viewing 25 posts - 7,851 through 7,875 (of 12,513 total)
Jul 25, 2017 at 10:02 am
#60908
Moderator
Shahriar
Staff OP

Add following css at the bottom of your theme’s style.css file. That should fix the issue.

.w3eden .pagination::before, .w3eden .pagination::after { background-color: transparent; }

.w3eden .pagination .next::before { content: none; }

.w3eden .pagination .prev, .w3eden .pagination .next { height: auto; width: auto; }

Jul 25, 2017 at 9:50 am
#60906
Moderator
Shahriar
Staff OP

Maybe something is wrong with permission. If package settings are okay, check your category settings. Uncheck ‘All Visitors’ there if it is checked. That should fix the issue.

Jul 25, 2017 at 9:47 am
#60905
Moderator
Shahriar
Staff OP

Premium Package supports these add-ons https://www.wpdownloadmanager.com/downloads/payment-gateways/

After activating the add-on you will find the payment gateway option in Premium Package settings.

Jul 25, 2017 at 9:46 am
#60904
Moderator
Shahriar
Staff OP

There will be no issue if you update to Pro from Free version. You won’t lose any data or settings.

Jul 25, 2017 at 9:44 am
#60903
Moderator
Shahriar
Staff OP

Hi,

That feature is not available yet. But in pro version, you can use custom link/page template where you can use custom template tag. So, it is possible to implement a custom template tag to show this download history.

If you purchase pro version let me know, I will send you the code to add the custom tag.

Thanks.

Jul 25, 2017 at 8:07 am
#60897
Moderator
Shahriar
Staff OP

Please send login url too.

Jul 25, 2017 at 8:06 am
#60896
Moderator
Shahriar
Staff OP

Do you mean single package? you can’t apply term lock on each file when there are multiple files in a package.

Jul 25, 2017 at 7:59 am
#60895
Moderator
Shahriar
Staff OP

There is no option to retrieve the featured image of a regular post. This part ( single post view ) is usually controlled by the theme. You can modify single.php to customize post featured image.

Jul 25, 2017 at 7:47 am
#60894
Moderator
Shahriar
Staff OP

Please send login URL too.

Jul 24, 2017 at 9:35 pm
#60887
Moderator
Shahriar
Staff OP

Use post_title instead of  title ins order_by parameter. Do you have TinyMCE button add-on? You can insert shortcode easily using this add-on.

Jul 24, 2017 at 9:24 pm
#60885
Moderator
Shahriar
Staff OP

Not sure why you said we didn’t reply your topics. Please check following screenshot. All of your previous topics have been answered.

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

However, the current issue seems related to some missing CSS. Some styles are being blocked. Please send temporary wp-admin login info in private reply to fix it. Those styles are somehow requested through http. Changing to https will fix this.

Jul 24, 2017 at 9:13 pm
#60884
Moderator
Shahriar
Staff OP

No option yet to open the terms and conditions lock in a modal. Although you can open the whole package in a modal ( using  [popup_link] template tag ). Just thought you should know.

Jul 24, 2017 at 8:57 pm
#60883
Moderator
Shahriar
Staff OP

Glad to know it is working now.

Jul 24, 2017 at 8:54 pm
#60882
Moderator
Shahriar
Staff OP

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

Jul 24, 2017 at 8:52 pm
#60881
Moderator
Shahriar
Staff OP

1 ) If you use category access control then you don’t have to use package access control. This simplifies the access control.

2 ) Download limit counts the total downloads made by the user, it doesn’t care the package is from what category. So, if you want to apply the limit on total download Download Limit will work. But no option to apply a limit of a specific category.

3 ) The current version only counts the first role in role array.

We will think about the feasibility of category download limit although it seems a very rarely needed feature.

Jul 24, 2017 at 8:18 pm
#60880
Moderator
Shahriar
Staff OP

Could you please recheck the old login info. It is not working. I can’t remember what was the issue. I have to check again and will let you know afterward.

Jul 24, 2017 at 8:03 pm
#60879
Moderator
Shahriar
Staff OP

For me, It works for CSV imported file too. Please send wp-admin and FTP login info in private reply to check it in your installation. Did you store files in /uploads/download-manager-files/ dir before importing CSV file?

Jul 24, 2017 at 7:48 pm
#60877
Moderator
Shahriar
Staff OP

Create a new user with administrator role. And send login info as a private reply below.

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

Jul 23, 2017 at 9:56 pm
#60863
Moderator
Shahriar
Staff OP

This demo page is coming from the Crypton theme. We applied link template panel there in a customized layout. So, in your shortcode, you can use link template panel.

Insert your shortcodes using TinyMCE add-on. It has intuitive UI and you don’t have to memorize shortcodes.

To show all downloads in a page you can use [wpdm-all-packages jstable=1] shortcode. It shows a table like this one https://demo.wpdownloadmanager.com/wpdmpro/package-list-in-responsive-table/

Let me know if you have any other query.

 

Jul 23, 2017 at 9:49 pm
#60862
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to those issues in your installation.

Jul 23, 2017 at 9:47 pm
#60861
Moderator
Shahriar
Staff OP

Use the template in your installation and send me the link if there is any issue.

The download button in the first link is converted by Image Button add-on.

Jul 23, 2017 at 9:32 pm
#60860
Moderator
Shahriar
Staff OP

You have to edit /download-manager/tpls/wpdm-all-downloads.php file. Just replace get_the_date() function with get_the_modified_date() there.

Jul 23, 2017 at 9:27 pm
#60859
Moderator
Shahriar
Staff OP

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

Jul 21, 2017 at 10:21 pm
#60846
Moderator
Shahriar
Staff OP

Download Manager sends no cache header only when downloading a file.

You can disable this header by editing this file /download-manager/libs/class.FileSystem.php

Remove line 81,

nocache_headers();

The simplest way of showing all downloads is the [wpdm_all_pacakges] shortcode. If you want more advanced option please check Directory add-on https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/

Demo: https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/

 

 

Jul 21, 2017 at 9:44 pm
#60845
Moderator
Shahriar
Staff OP

1 ) Please install the latest version of WPDM if you are using the old version.

2 ) Did you check the download-maanger-files directory? If zip files are created properly download should work

3 ) For now set the size manually, this is already on our to-do list

Please send temporary wp-admin and FTP login info in private reply if still can’t resolve some issues.

Viewing 25 posts - 7,851 through 7,875 (of 12,513 total)