Shahriar

Forum Replies Created

Viewing 25 posts - 4,976 through 5,000 (of 12,513 total)
Sep 3, 2018 at 7:39 pm
#86738
Moderator
Shahriar
Staff OP

Hi,

Yes, it is possible to redirect the user to the actual page they were asked to log in. You can set it from Login Required Message: option in WPDM settings.

Adding ?redirect_to=[this_url] in your login link should do the job. The default message has been set up like that, so redirect should actually work as you wanted.

Please check the option in WPDM setting and send temporary wp-admin login info in private reply if you need further assistance on this.

Thanks.

Sep 3, 2018 at 7:30 pm
#86737
Moderator
Shahriar
Staff OP

You haven’t installed the Pro version there yet. Is there any reason behind using the Free version ( also outdated )? If you want I can install the pro version for you.

Sep 3, 2018 at 7:20 pm
#86736
Moderator
Shahriar
Staff OP

You can use send_download_link_to_label hook to customize the Send Download Link To: text. Here is the code you have to add to your theme’s functions.php file. No option yet to change the placeholder text,

function wpdm_send_download_link_to_label( $text ){
    $text = 'Customized label for Send Download Link To:';
    return $text;
}
add_filter('send_download_link_to_label','wpdm_send_download_link_to_label');
Sep 3, 2018 at 7:08 pm
#86735
Moderator
Shahriar
Staff OP

Added the following CSS in Customizer Additional CSS to fix the cart width in mobile.

.w3eden .wpdm_cart tr td { width: auto !important; }

Aug 29, 2018 at 9:44 pm
#86629
Moderator
Shahriar
Staff OP

Releasing an update within next week. Thanks.

Aug 29, 2018 at 9:36 pm
#86628
Moderator
Shahriar
Staff OP

It seems the other 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 in line no 303 and 304 in /plugins/download-manager/download-manager.php file.

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

Aug 29, 2018 at 9:30 pm
#86627
Moderator
Shahriar
Staff OP

Hi,

You can set custom text using Package settings Lock Options Email Lock Title option.

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

Thanks.

Aug 29, 2018 at 9:24 pm
#86626
Moderator
Shahriar
Staff OP

Hi,

Form Lock doesn’t support the Ninja Form. All supported Form Plugins are listed in the add-on page here https://www.wpdownloadmanager.com/download/wpdm-form-lock/

Thanks.

Aug 29, 2018 at 9:23 pm
#86625
Moderator
Shahriar
Staff OP

Hi,

You can use the category shortcode to show all packages from a category. You can use Accordion Add-on if you want to show categories in this style https://demo.wpdownloadmanager.com/wpdmpro/accordion/

If you want to show only some packages from a category then insert each package separately using the package shortcode.

Thanks.

Aug 29, 2018 at 9:16 pm
#86624
Moderator
Shahriar
Staff OP

Hi,

Please check if you have the latest version of Download Manager ( 4.7.7 ) and WPDM – Accordion ( 1.8.8 ) add-on. If both are updated then check your PHP error log and send me the log file or just latest entries.

Thanks.

Aug 29, 2018 at 9:13 pm
#86623
Moderator
Shahriar
Staff OP

Hi, I have activated the latest version ( 4.7.7 ). Downloads are working now.

Aug 29, 2018 at 8:34 pm
#86620
Moderator
Shahriar
Staff OP

Hi,

Do you want to keep track of changes in the package ( like revisions in regular posts )? This is possible by adding WordPress revision support but will only track title, content, author, and excerpt.

Or do you want to add a version/revision info too with the stats record?

Best regards.

Aug 29, 2018 at 8:18 pm
#86619
Moderator
Shahriar
Staff OP

Hi,

Your suggestion is noted for implementation. We will add this on next release of Archive Page add-on.

Thanks.

Aug 29, 2018 at 7:56 pm
#86611
Moderator
Shahriar
Staff OP

Sorry, that’s not possible yet.

Aug 29, 2018 at 7:53 pm
#86610
Moderator
Shahriar
Staff OP

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

Aug 29, 2018 at 5:21 pm
#86608
Moderator
Shahriar
Staff OP

You can modify the file label from the Attached Files meta box.

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

Aug 29, 2018 at 5:16 pm
#86607
Moderator
Shahriar
Staff OP

Hi,

The thumbnail is resized when using [thumb_WxH] template tag to apply specific size. You can use the original image too. In that case, you have to use [thumb] template tag in your custom page and link template.

Thanks.

Aug 29, 2018 at 6:24 am
#86583
Moderator
Shahriar
Staff OP

Maybe audio files aren’t located in your /uploads/download-manager-files/ directory. Please send temporary wp-admin login info in private reply to check the issue on your setup.

Aug 28, 2018 at 1:18 pm
#86566
Moderator
Shahriar
Staff OP

Button template doesn’t show the icon just the download label.

However, you can create a custom link template ( Downloads Templates ) with the following code to show the icon with download label.

[icon][download_link]

Aug 28, 2018 at 1:04 pm
#86564
Moderator
Shahriar
Staff OP

Have you installed the WPDM TinyMCE add-on?

Aug 28, 2018 at 1:02 pm
#86563
Moderator
Shahriar
Staff OP

Please try this CSS,

.w3eden .media .pull-left img {
    margin-bottom: 6px;
}
Aug 28, 2018 at 12:52 pm
#86560
Moderator
Shahriar
Staff OP

Hi,

You have to update your package setting to allow download access to subscribers only.

In allow access field set subscriber instead of all visitors.

You can set redirect URL in your login page. Please check the shortcode structure below,

[wpdm_login_form redirect="your_url"]

Thanks.

Aug 28, 2018 at 4:55 am
#86545
Moderator
Shahriar
Staff OP

Hi,

Looks like you are using an older version of Download Manager Pro. Please install the latest version. You can download it here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases

Before installing the latest version you have to deactivate and delete the old one. You won’t lose any data or settings.

Please send temporary wp-admin login info in private reply if you need help with the update process.

Thanks.

Aug 28, 2018 at 4:50 am
#86544
Moderator
Shahriar
Staff OP

Hi,

Looks like WPDM Font Awesome has been disabled there. You can enable it from Downloads Settings Basic Misc Panel.

Download Manager uses Font Awesome 5. Currently, there is a font awesome in the page coming from another plugin but it is an older version.

Thanks.

Aug 28, 2018 at 4:41 am
#86543
Moderator
Shahriar
Staff OP

Hi,

Do you have the latest version ( 1.3.0 ) of the MailChimp add-on? If not please download it here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases

Thanks.

Viewing 25 posts - 4,976 through 5,000 (of 12,513 total)