Shahriar

Forum Replies Created

Viewing 25 posts - 3,226 through 3,250 (of 12,513 total)
Feb 14, 2019 at 7:06 pm
#93761
Moderator
Shahriar
Staff OP

Use a page/link template with [file_list] template tag. There are lots of built-in template with this tag. For example, you can use the “Single Column, Image Top” page template.

Or if you want you can build your own custom template from Downloads Templates page.

Feb 14, 2019 at 6:58 pm
#93760
Moderator
Shahriar
Staff OP

Hi,

In the latest version of the archive page add-on, we moved the category button from top to the left. So, it is not possible to use the old view in the current version without template customization.

But it seems many users including you prefer the old style. So, we are releasing a new version soon after adding the old category button style.

I did reply to your last ticket about this issue here,

Change button order after WPDM update – Archive Page v2.9.7

Thanks.

Feb 14, 2019 at 6:46 pm
#93757
Moderator
Shahriar
Staff OP

There is JS error in console. Please send temporary admin login info in private reply. The issue may be related to the error. Although the publish date works fine in my setup. Did you customize the all downloads table template? There is no built-in support for “download_link_blank”.

Feb 14, 2019 at 6:25 pm
#93756
Moderator
Shahriar
Staff OP

Please send me the URL and point out which icon you are referring to. If it is the package icon generated by [icon] tag then the following CSS should control the size,

.w3eden .wpdm_icon { max-width: 48px; }

Feb 14, 2019 at 6:13 pm
#93755
Moderator
Shahriar
Staff OP

The current version of Download Manager Pro is 4.9.2. Why are you using v.4.7? Please install the latest version or send admin login info in private reply if you need assistance with the installation process.

Feb 14, 2019 at 6:08 pm
#93754
Moderator
Shahriar
Staff OP

Hi,

Unlocked the key from staging site.

Thanks.

Feb 14, 2019 at 6:06 pm
#93753
Moderator
Shahriar
Staff OP

The registration form uses invisible captcha and it is working. The verifyemail feature is working too. I got the email but it went to the spam folder. So make sure to check your spam folder for the confirmation email.

Installed the latest version of Advanced Custom Fields add-on.

Feb 14, 2019 at 5:38 pm
#93751
Moderator
Shahriar
Staff OP

Hi,

No option in Download Manager yet to keep registration pending.

You can use a role editor plugin and create a custom dummy role without any special permission. Then set “New User Default Role” ( from general settings page ) role to that custom role. Then after review set the proper role.

Thanks.

Feb 14, 2019 at 5:35 pm
#93750
Moderator
Shahriar
Staff OP

Add the following code to your active theme’s functions.php file to modify the email subject,

add_filter('user_email_data', 'liveform_modify_email_subject');
function liveform_modify_email_subject( $user_email_data, $form_id, $email_template_data ){
    $user_email_data['subject'] = "Thanks for contacting with us";
    return $user_email_data;
}
Feb 14, 2019 at 5:20 pm
#93748
Moderator
Shahriar
Staff OP

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

Feb 14, 2019 at 4:51 pm
#93746
Moderator
Shahriar
Staff OP

The suggested code works on Sitegorund hosting only. Please send temporary admin login info to check the issue on your site. I will also fix the “Permission Denied Message for Packages” issue ( we already fixed it on our side for the next update ).

Feb 14, 2019 at 4:49 pm
#93745
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Feb 14, 2019 at 4:47 pm
#93744
Moderator
Shahriar
Staff OP

Looks like your email client is blocking/removing styles. Are you getting this email from a locked package? Send me the package URL so I can test this using my email.

Feb 14, 2019 at 4:45 pm
#93743
Moderator
Shahriar
Staff OP

Try now, please.

Feb 14, 2019 at 4:43 pm
#93741
Moderator
Shahriar
Staff OP

Please send your license key in private reply.

Feb 14, 2019 at 4:40 pm
#93740
Moderator
Shahriar
Staff OP

Here is the change of Download Manager Pro https://www.wpdownloadmanager.com/wordpress-download-manager-change-log/

We are working to fix the file renaming issue when chunk upload is active. Will be available with next release.

Feb 14, 2019 at 4:24 pm
#93739
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Feb 14, 2019 at 4:19 pm
#93738
Moderator
Shahriar
Staff OP

Could you please send FTP login info? I have to run some tests to find why it isn’t showing packages. The same scenario works fine in my setup.

Feb 14, 2019 at 3:12 pm
#93737
Moderator
Shahriar
Staff OP

Make a custom template for /download-manager/tpls/lock-options/email-lock-form.php and add the following code after line 78. That should close the modal after submitting the email.

setTimeout(function () {
    window.parent.hideLockFrame();
}, 1000);

Template file documentation https://www.wpdownloadmanager.com/doc/template-files/ Basically, copy the file and place it in /active-theme/download-manager/lock-options/email-lock-form.php. Then make the necessary changes.

Feb 14, 2019 at 2:52 pm
#93736
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Feb 14, 2019 at 2:45 pm
#93734
Moderator
Shahriar
Staff OP

Did you try the [download_link_extended] tag? That should work on IE too. I see you are still using the popup.

Feb 14, 2019 at 2:39 pm
#93733
Moderator
Shahriar
Staff OP

Please send login info in private reply. I will add some custom CSS to fix the pagination styling. And if you want I can test the latest versions there and fix any issue related to your custom link template styling.

Feb 14, 2019 at 2:22 pm
#93730
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Feb 14, 2019 at 2:12 pm
#93729
Moderator
Shahriar
Staff OP

Looks like you have added the red line under the title. I see that you have marked this topic as resolved. However, Please let me know if you need help with the profile page. – Thanks.

Feb 14, 2019 at 2:05 pm
#93728
Moderator
Shahriar
Staff OP

Sorry for the delayed reply.

I have added custom CSS in Appearance Customize Additional CSS option to control the button color. That should fix the issue. Customize the color codes there If you want.

WPDM uses CSS variable to control the color dynamically, I think your IE is not supporting this latest features.

Please let me know if the custom CSS doesn’t fix it.

Thanks.

Viewing 25 posts - 3,226 through 3,250 (of 12,513 total)