Shahriar

Forum Replies Created

Viewing 25 posts - 4,201 through 4,225 (of 12,513 total)
Nov 20, 2018 at 8:24 pm
#89684
Moderator
Shahriar
Staff OP

You can’t edit the custom templates created from PHP file. You have to edit the template file itself in this case. Custom templates are editable when you create them using template editor because those are saved in the database.

Nov 20, 2018 at 8:22 pm
#89683
Moderator
Shahriar
Staff OP

Prime is a theme but you are trying to install it a plugin! Please install it from Appearance Themes Add New page or send login info. I will install it for you.

Nov 20, 2018 at 8:15 pm
#89682
Moderator
Shahriar
Staff OP

You can use the Default Values ( https://www.wpdownloadmanager.com/download/wpdm-default-values/ ) add-on to set default values to new packages as well as bulk update the settings of old packages.

Please send temporary wp-admin login info in private reply, I will create a custom link template for you that opens files in new tabs.

Nov 20, 2018 at 8:11 pm
#89681
Moderator
Shahriar
Staff OP

There are some extra parameters in your shortcode. You have used some parameters twice there. Please send temporary wp-admin login info in private reply. I will adjust the shortcode and check if there is any other issue.

Nov 20, 2018 at 8:09 pm
#89680
Moderator
Shahriar
Staff OP

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

Nov 20, 2018 at 8:07 pm
#89679
Moderator
Shahriar
Staff OP

It should work fine if you placed the file in /child-theme/download-manager/metaboxes/ directory. Please send wp-admin login info in private reply to check the issue.

Nov 20, 2018 at 7:59 pm
#89678
Moderator
Shahriar
Staff OP

Default Values are applied to the new packages, not the old ones. Please send temporary wp-admin login info in private reply if default values are not working for new packages. Or you can try replacing line no 112 ( file /wpdm-default-values.php ) with the following code,

if ( ( $pagenow == 'post-new.php' || ( isset( $_GET['adb_page'] ) && get_post_status() == 'auto-draft' ) || ( isset( $_GET['__wpdmedit'] ) ) ) && get_post_type() == 'wpdmpro' ) {

This file /wpdm-custom-access-level.php is not a template file, so it is not possible to move it to the child theme.

Nov 20, 2018 at 6:42 pm
#89676
Moderator
Shahriar
Staff OP

You can set a parent category for all the categories you want to display, then use the parent category id in your shortcode.

Nov 20, 2018 at 6:38 pm
#89675
Moderator
Shahriar
Staff OP

Just set the limits for each role from Download Limit settings ( your first screenshot ). No need to touch the limit option in pacakge settings.

Nov 20, 2018 at 6:35 pm
#89674
Moderator
Shahriar
Staff OP

Without any error log, it is really tough to pinpoint the issue. The error doesn’t seem to be related to the client ( browser ), this kind of issue usually related to server settings. Maybe the process is timing out. But as your server support couldn’t confirm it, we are in the dark about that too.

You could try another solution but that requires moving your files to another cloud server ( hosting your files in Dropbox / Amazon S3 ). If the issue related to server timeout this should solve it. Initially give a try using our free Dropbox add-on.

Nov 20, 2018 at 6:20 pm
#89673
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Nov 20, 2018 at 6:18 pm
#89672
Moderator
Shahriar
Staff OP

It was your WP Rocket plugin. PDF Viewer issue was resolved after deactivating lazyload for iframes ( Option available in Media tab ).

Nov 20, 2018 at 5:48 pm
#89671
Moderator
Shahriar
Staff OP

Hi,

You can check the plugin documentation ( https://www.wpdownloadmanager.com/docsfor/download-manager-pro/ ) to get started with the basic features. And then let us know if you have further feature specific question.

Thanks.

Nov 20, 2018 at 5:46 pm
#89670
Moderator
Shahriar
Staff OP

Sorry, not clear. Do you want to edit cart items or want to change something in the cart menu like the label, color etc?

The basic setting of the plugin requires a page with the [wpdm_file_cart]shortcode. The set this page in Settings Basic File Cart Settings option.

Nov 20, 2018 at 5:40 pm
#89669
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Nov 19, 2018 at 8:43 pm
#89629
Moderator
Shahriar
Staff OP

Hi,

In some server, the update fails due to permission issue. However, you can complete the update process manually which you have already done.

1 ) Deactivate and delete the old version. You won’t lose any data.

2) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases

3 ) Install the latest version.

Thanks.

Nov 19, 2018 at 8:39 pm
#89628
Moderator
Shahriar
Staff OP

Could you please send temporary admin login info? I have to check this in your installation.

Nov 19, 2018 at 8:34 pm
#89626
Moderator
Shahriar
Staff OP

You can use category parameter with archive shortcode to show the only child categories of the selected category. For example, if you set category="22" in your shortcode then only child categories on category id 22 will be shown.

Nov 19, 2018 at 8:28 pm
#89625
Moderator
Shahriar
Staff OP

1 ) They have to request the password using request password link in the login form. I understand that this process can be made easier. We will add a password setting link in the signup email in next version.

2 ) You can use the Default Values add-on ( https://www.wpdownloadmanager.com/download/wpdm-default-values/ ) to set default settings for new packages. But users have the option to change the default settings if they want.

3 ) You have to edit the /wpdm-custom-access-level.php file. Add the following hidden input in line no 309 before the input text field. Adjust the username.

<input type="hidden" name="file[user_access][]" value="username">

4 ) The answer is Default Values add-on

5 ) Requires detailed code customization. We provide custom upgrade service ( https://www.wpdownloadmanager.com/download/custom-upgrade-service/ ) in cases like this. Let me know if you are interested.

Please let me know if you have further about any point discussed above.

Nov 19, 2018 at 7:58 pm
#89620
Moderator
Shahriar
Staff OP

Please try replacing line 35 in /download-manager/libs/class.DownloadStats.php with the following code,

$udl["".$index] = isset( $udl["".$index] ) && is_int( $udl["".$index] ) ? $udl["".$index] + 1 : 1;

Nov 19, 2018 at 7:52 pm
#89618
Moderator
Shahriar
Staff OP

If you want to copy your custom templates you have to copy your database to the new site. But as you are starting fresh in the new site you can just re-create the custom templates if moving database seems too much work.

Nov 19, 2018 at 7:48 pm
#89617
Moderator
Shahriar
Staff OP

Please try now. Make sure you have the latest version ( 4.7.9 ) of Download Manager.

Nov 19, 2018 at 7:46 pm
#89616
Moderator
Shahriar
Staff OP

Couldn’t find any error related to Download Manager. Lots of WooCommerce errors that don’t seem to be related to this issue.

Also, the download worked fine in my test both on Chrome and Firefox.

Nov 19, 2018 at 7:28 pm
#89615
Moderator
Shahriar
Staff OP

WPDM doesn’t have its own export feature yet. But looks like the export CSV option that generates an importable CSV will come in handy in use cases like yours. We have added this in our to do list.

By the way, how did you initially create your downloads? If you bulk imported downloads don’t you have the CSV file that you can edit to update the packages?

Nov 19, 2018 at 7:09 pm
#89614
Moderator
Shahriar
Staff OP

Please recheck the login info,

ERROR: The username or password you entered is incorrect.

BTW, the login required message is shown because your package access setting is not set to All Visitors.

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