Shahriar

Forum Replies Created

Viewing 25 posts - 4,751 through 4,775 (of 12,513 total)
Oct 1, 2018 at 8:04 am
#87604
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to check the issue. Also, install the latest version ( 4.7.8 ) of the plugin.

Oct 1, 2018 at 8:00 am
#87603
Moderator
Shahriar
Staff OP

1 & 2 ) Both of these not possible yet. But noted for implementation. We will try to ship it with the next release of Download Manager.

Oct 1, 2018 at 7:11 am
#87600
Moderator
Shahriar
Staff OP

That means something is wrong with server config.

Are you hosting on Pantheon? If that’s the case installing this plugin https://wordpress.org/plugins/wp-native-php-sessions/ will fix the issue. This plugin is provided by Pantheon to fix this exact issue.

Oct 1, 2018 at 7:06 am
#87599
Moderator
Shahriar
Staff OP

Hi,

Sorry for the delayed reply. It is not possible yet. But your suggestion is noted for implementation.

Thanks.

Oct 1, 2018 at 7:05 am
#87598
Moderator
Shahriar
Staff OP

Hi,

You can use this template tag [video_player_600] in a custom link/page template to show video player. The number is adjustable to match your requirement. It sets the player width.

There is a built-in page template with the video player. You can use that or create your own template from Dashboard Downloads Templates page.

Thanks.

Oct 1, 2018 at 6:59 am
#87597
Moderator
Shahriar
Staff OP

Please check now. I have added a patch to fix the theme conflict with accordion.

Oct 1, 2018 at 6:50 am
#87595
Moderator
Shahriar
Staff OP

Please set the file cart page in Downloads Settings Basic File Cart Settings option. That should solve this issue.

Oct 1, 2018 at 6:47 am
#87594
Moderator
Shahriar
Staff OP

Please use the following CSS with your custom color code to change the cofirmation box style,

.w3eden .alert.alert-success[data-title]{
    border-top: 27px solid #2ECC71 !important;
}
.w3eden .alert.alert-success {
    background: #2ECC711A !important;
}
.w3eden .btn-success {
    background-color: #18ce0f;
    color: #FFFFFF;
}
.w3eden .btn-success:hover{
    background-color: #1beb11;
}
Oct 1, 2018 at 6:37 am
#87593
Moderator
Shahriar
Staff OP

Actually, I was testing with an unreleased version where we added the frontend support. I have installed it on your site and that fixed the issue.

Oct 1, 2018 at 6:36 am
#87592
Moderator
Shahriar
Staff OP

Hi,

You can edit the /download-manager/libs/class.FileList.php file to modify the [file_list] and [file_list_extended] template tags. But this changes will be gone after plugin update.

So, the best option is creating custom template tags using wdm_before_fetch_template filter ( https://www.wpdownloadmanager.com/doc/filter-reference/wdm_before_fetch_template/ )

To modify the style of [file_list] template tag copy the Table function from /download-manager/libs/class.FileList.php and link it to your filter. Then add your customizations in the new Table function.

You have to add the code to your theme or child theme’s functions.php file.

Thanks.

Oct 1, 2018 at 6:19 am
#87590
Moderator
Shahriar
Staff OP

Unlocked your key. It should work on the new domain now.

Oct 1, 2018 at 6:17 am
#87589
Moderator
Shahriar
Staff OP

You have to clone the template to customize the layout. You can do it from Downloads Templates page. Please check this post about template customization https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/

You can add any custom CSS in your cloned template ( custom template ). So, yes it is possible to make the title responsive.

Oct 1, 2018 at 5:56 am
#87588
Moderator
Shahriar
Staff OP

HI,

You will find complete documentation of Download Manager here https://www.wpdownloadmanager.com/docsfor/download-manager-pro/

However, if you want I can install the plugin for you. Please send temporary wp-admin login info in private reply in that case. Also, let me know if you have any feature specific question.

Thanks.

Oct 1, 2018 at 5:51 am
#87587
Moderator
Shahriar
Staff OP

You have the Pro version now.

I have updated package setting and lock option of this package http://it-ebs.co.uk/download/gdpr-data-map-hr-without-software/ Allow Access is set to All Visitors and activated email lock from Lock Options Tab.

Collected email address are listed in Dashboard Downloads Subscribers page.

Now users will be asked to provide their name and email address before download.

Oct 1, 2018 at 5:45 am
#87586
Moderator
Shahriar
Staff OP

Maybe no category has been assigned to those packages. Please check a package to be sure. Or send temporary wp-admin login info in private reply so we can do it for you.

Oct 1, 2018 at 5:41 am
#87585
Moderator
Shahriar
Staff OP

Maybe a plugin conflict. Does it show any error details? If not please send me the PHP error log file.

Another possible reason is the old PHP version. Download Manager requires PHP >= 5.4

Sep 29, 2018 at 8:19 am
#87547
Moderator
Shahriar
Staff OP

Please check now. Default Values are working in frontend too.

Sep 29, 2018 at 7:20 am
#87546
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply. Maybe changing output buffering setting will make a difference.

Sep 27, 2018 at 6:17 am
#87498
Moderator
Shahriar
Staff OP

Don’t wrap the category names in quotes. Just separate them using the comma if there are more than one. Please check the following sample.

Sep 27, 2018 at 5:16 am
#87497
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply. We will set it up like the demo for you.

Sep 27, 2018 at 5:14 am
#87496
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Sep 27, 2018 at 5:11 am
#87494
Moderator
Shahriar
Staff OP

Hi,

I have created another link template. The design is the same as your custom template. Just replaced [download_link] tag with the following code,

<a href="[download_url]">[link_label]</a>

I tested this template with your first package on this page https://nwzg.de/nwzg-gesundheitsbrief/. It worked.

So, you can update link template for all your packages to solve the download button issue. Or you can add a template parameter in your shortcode to override the link template from package settings. The template value should be the id of template you want to apply.

e.g. [wpdm_package id=24 template="5ba9485fe0687"]

Thanks.

Sep 27, 2018 at 4:52 am
#87493
Moderator
Shahriar
Staff OP

It seems another font awesome CSS is using the same style id when registering the style. You can manually change the WPDM font awesome if you want to load both instances font awesome.

To do that you have to change font-awesome to wpdm-font-awesome on line no 303 and 304 in /plugins/download-manager/download-manager.php file.

https://www.evernote.com/l/AUfpYY-rTAhGkquNCJ9M11hHXI3IzdPIIxkB/image.png

Sep 26, 2018 at 8:32 pm
#87488
Moderator
Shahriar
Staff OP

Looks like the issue is generated from FB Share and Pinterest Lock add-on. We are checking these in detail and releasing an update soon to fix the issue. I have deactivated those add-ons for now. The page is loading normally after that.

Sep 26, 2018 at 8:18 pm
#87486
Moderator
Shahriar
Staff OP

Login info is not working. I guess you removed it as you have marked the ticket as resolved.

Viewing 25 posts - 4,751 through 4,775 (of 12,513 total)