Shahriar

Forum Replies Created

Viewing 25 posts - 8,351 through 8,375 (of 12,513 total)
Jun 2, 2017 at 5:00 pm
#58601
Moderator
Shahriar
Staff OP

Your sever’s php execution time is halting thte process. You have 2 options.

1. Increase maximum php execution time in your server

2. Use multiple csv files with fewer pacakges in each csv

Jun 2, 2017 at 4:54 pm
#58599
Moderator
Shahriar
Staff OP

Maybe it is your server which is taking longer than usul time to respond. Do you have any publicly available clone of your setup, so I can check this issue.

Another work around is displaying a loader until folder structure is visible. We can add this in next update of Extended Shortcode.

Jun 2, 2017 at 4:49 pm
#58598
Moderator
Shahriar
Staff OP

Send it in private reply below. It is safe.

Jun 1, 2017 at 5:07 pm
#58546
Moderator
Shahriar
Staff OP

No tag available for that. But a new one can be created using wdm_before_fetch_template filter,

Filter Reference: https://www.wpdownloadmanager.com/doc/filter-reference/wdm_before_fetch_template/

Logout URL function reference: https://codex.wordpress.org/Function_Reference/wp_logout_url

Jun 1, 2017 at 4:55 pm
#58545
Moderator
Shahriar
Staff OP

One of our plugin modifying search Query ( I didn’t deactivate plugins, so not sure which one ). I have added a workaround to filter category packages.

Jun 1, 2017 at 4:53 pm
#58544
Moderator
Shahriar
Staff OP

Hi,

You files have to be stored in your server when serving a multi-file download as a zip file. Download Manager can’t compress files from another server. In this case, your option is serving single file download and remove the package download button ( [download_link] tag from link/page template ).

Thanks.

 

Jun 1, 2017 at 4:06 pm
#58543
Moderator
Shahriar
Staff OP

Hi, You are using the free version of Download Manager there. File Manager requires pro version of WPDM. Please install Pro to fix this issue. Thanks.

Jun 1, 2017 at 3:45 pm
#58539
Moderator
Shahriar
Staff OP

Did you try category shortcode? It has the feature you want. You can insert one or more category.

Jun 1, 2017 at 3:43 pm
#58538
Moderator
Shahriar
Staff OP

Hi,

You are viewing a download category archive which is different than download archive. Download archive shows all downloads.

Add following code inside your post loop of archive.php file ( active theme’s ) to skip packages that current user doesn’t have access to,

if( ! wpdm_user_has_access( get_the_ID() ) ) continue;

Or send temporary wp-admin login info in private reply. I can do that for you.

Thanks.

Jun 1, 2017 at 3:24 pm
#58536
Moderator
Shahriar
Staff OP

This requires theme customization or creating a new template tag ( for link or page template ) which will provide logout support.

Jun 1, 2017 at 3:20 pm
#58534
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Jun 1, 2017 at 3:14 pm
#58533
Moderator
Shahriar
Staff OP

You can try disabling other plugins, there are few cases where another plugin interferes post retrieval by applying some filter for their own purposes.

Jun 1, 2017 at 3:09 pm
#58532
Moderator
Shahriar
Staff OP

You can control the view of search result from Downloads Settings Frontend Category Page Options panel. If you want to hide description then use a link template which doesn’t have description template tag.

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

May 31, 2017 at 8:07 pm
#58496
Moderator
Shahriar
Staff OP

AliPay addon does not have support for WP Pro Membership add-on. It only works with Premium Package to sell downloads.

May 31, 2017 at 8:05 pm
#58495
Moderator
Shahriar
Staff OP

This table is rendered by /plugins/wpdm-custom-access-level/wpdm-my-downloads.php file. So that’s the file you have to edit to add your customizations.

May 31, 2017 at 8:01 pm
#58494
Moderator
Shahriar
Staff OP

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

Do you see any JS error in the browser console?

May 31, 2017 at 6:57 pm
#58487
May 31, 2017 at 6:56 pm
#58486
Moderator
Shahriar
Staff OP

Sorry, No option yet to reload captcha after the form is completed. Also, doesn’t have re-captcha support.

May 31, 2017 at 6:49 pm
#58484
Moderator
Shahriar
Staff OP

This member download area in your second screenshot coming from advanced access control addon. It uses the following shortcode. Updating core plugin doesn’t affect it.

[wpdm_my_downloads login=1]

I have checked your login portal page, everything looks fine there.

May 31, 2017 at 6:42 pm
#58483
Moderator
Shahriar
Staff OP

Add following rules in your .htaccess file to fix this issue. It is related to Siteground server settings.

 

<IfModule mod_security.c>

SecFilterRemove 001868

</IfModule>

May 31, 2017 at 6:34 pm
#58482
Moderator
Shahriar
Staff OP

Add following css at them bottom of your theme’s style.css file. That should do the trick.

#wpdm-all-packages tr td { text-align: left; }

May 31, 2017 at 6:21 pm
#58480
Moderator
Shahriar
Staff OP

It is your WP Email Users plugin. After deactivating it tabs are working now.

May 31, 2017 at 6:07 pm
#58478
Moderator
Shahriar
Staff OP

Hi,

For now, You can use only one category or all categories. No option to exclude a category or use selected categories.

Thanks.

May 31, 2017 at 5:53 pm
#58477
Moderator
Shahriar
Staff OP

Preview column should contain the image URL/path, It is different from files column. Like the following screenshot.
https://www.evernote.com/l/AUca-7l6s3hGSaiVON9mewV_oIP1JVqcFzoB/image.png

May 31, 2017 at 5:20 pm
#58474
Moderator
Shahriar
Staff OP

Hi,

Releasing an Ali Pay update soon.

You have to activate the payment gateways first. Please check the following screenshot.

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

Thanks.

Viewing 25 posts - 8,351 through 8,375 (of 12,513 total)