Shahriar

Forum Replies Created

Viewing 25 posts - 5,151 through 5,175 (of 12,513 total)
Aug 1, 2018 at 2:18 pm
#85907
Moderator
Shahriar
Staff OP

Please send me the page link. A simple custom CSS is enough to fix this issue. The issue arose from some kind of CSS conflict with your theme or another plugin.

Aug 1, 2018 at 2:16 pm
#85906
Moderator
Shahriar
Staff OP

You can apply the daily download limit using WordPress Download Manager with Download Limit add-on ( https://www.wpdownloadmanager.com/download/download-limit/ ). No third-party add-on required for that.

Aug 1, 2018 at 2:13 pm
#85905
Moderator
Shahriar
Staff OP

Sorry for the delay. The issue may be related to a JS error on the page. You can try deactivating other plugins to find where it is coming from.

Aug 1, 2018 at 1:56 pm
#85902
Moderator
Shahriar
Staff OP

Hi, Only Pro version has the support for multiple file or directory attachment. Thanks.

Aug 1, 2018 at 1:53 pm
#85900
Moderator
Shahriar
Staff OP

Hi,

You need Pro version of Download Manager to edit email templates. There is a template editor in Pro version which allows the customization of all kinds of email templates.

https://www.evernote.com/l/AUf8X4u9sPRO3Yxtd4D6GVVHluTaUsgDS-AB/image.png

Best regards.

Aug 1, 2018 at 8:12 am
#85893
Moderator
Shahriar
Staff OP

– To search packages directly you have to perform the following changes,

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

– Requires customization in homepage template. To display the search bar you have to add this code <?php TheNextFramework::PageHeaderBottom(); ?> in the home template.

Aug 1, 2018 at 7:44 am
#85889
Moderator
Shahriar
Staff OP

The breadcrumb is coming from Yoast SEO plugin. You can enable it from Yoast settings.

Aug 1, 2018 at 7:41 am
#85888
Moderator
Shahriar
Staff OP

This question is a little confusing How can I have it show multiple templates in the one shortcode?

Which shortcode are you using there?

If you are inserting each download using package shortcode then you can apply a different template for each one. In this case, you do not need anything else.

Aug 1, 2018 at 7:33 am
#85886
Moderator
Shahriar
Staff OP

Hi,

You can use a template file to add extra fields in the registration form. Please check templates doc here https://www.wpdownloadmanager.com/doc/template-files/ Registration form template is wpdm-reg-form.php in the /download-manager/tpls/ directory.

There is another way to add custom fields in the registration form. You can use the wpdm_reg_form hook. Here is the hook documentation https://www.wpdownloadmanager.com/doc/action-reference/wpdm_register_form/

Best regards.

Aug 1, 2018 at 7:28 am
#85884
Moderator
Shahriar
Staff OP

1 ) Change the color from Theme Options General Color scheme option.

2 ) The spacing is dynamic based on the number of menu items.

3 ) Need admin access to the frontend uploader page suggest custom CSS

4 ) Please send admin login info to check all related settings.

Aug 1, 2018 at 6:54 am
#85881
Moderator
Shahriar
Staff OP

Hi,

Looks like some style files are missing there. Please try a fresh installation of Download Manager. Or send temporary wp-admin login info in private reply so I can check the issue there.

Best regards.

Aug 1, 2018 at 6:53 am
#85880
Moderator
Shahriar
Staff OP

Hi,

There is no built-in solution available for that. But it is possible to achieve what you want through custom coding. Our customization team can build it for you if you are interested in custom upgrade service https://www.wpdownloadmanager.com/download/custom-upgrade-service/

Thanks.

Aug 1, 2018 at 6:43 am
#85879
Moderator
Shahriar
Staff OP

Are you using a custom link template there? I can’t check as the temp user doesn’t have admin access.

The access denied message is shown when you have [download_link] template tag in your link template. Please try a built-in template. I think your template doesn’t have it.

However, if it is possible please allow admin access to the temp user so we can resolve this issue faster.

Aug 1, 2018 at 6:35 am
#85878
Moderator
Shahriar
Staff OP

Hi,

Download Manager does not show the path to the file. URLs are based on package not file. You can customize URL bases from the basic settings page.

https://www.evernote.com/l/AUfKjCykILtGeqnpXARQe7YqzA5k-hHAEF0B/image.png

Please check the doc here https://www.wpdownloadmanager.com/doc/settings/basic-settings/ It explains how these URL bases work. Or let me know if you have any question.

Thanks.

Aug 1, 2018 at 6:08 am
#85877
Moderator
Shahriar
Staff OP

Sorry, it is not possible.

Categories and package access control are merged to decide if the user can access the package or not. So, allowing category access automatically provides user access to all packages under that category whether you select the role on package setting or not.

It will be better if you can control the access only using category settings. In that case, you can get the result you want.

Aug 1, 2018 at 5:53 am
#85875
Moderator
Shahriar
Staff OP

Hi,

Please install the latest version of Download Manager if you are using an older version. Then try deactivating other plugins to check if the issue is coming from a plugin conflict.

Send temporary wp-admin login info in private reply if none of the above steps solve the issue.

Thanks.

Aug 1, 2018 at 5:48 am
#85874
Moderator
Shahriar
Staff OP

Please try now. Unlocked the key from your staging site.

Aug 1, 2018 at 5:46 am
#85873
Moderator
Shahriar
Staff OP

Hi,

Please deactivate the plugin from network admin. Then activate it in each subsite separately. That should fix the issue. Send temporary admin login info in private reply if the problem persists.

Thanks.

Aug 1, 2018 at 5:36 am
#85872
Moderator
Shahriar
Staff OP

Please add the following code after line no 2 in /tpls/wpdm-login-form.php Or set a logo parameter in your login form shortcode.

if( ! is_array( $params ) ) $params = array();

Jul 31, 2018 at 12:42 pm
#85858
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Jul 30, 2018 at 9:18 pm
#85844
Moderator
Shahriar
Staff OP

Please add following CSS in Customizer Additional CSS to fix the alignment,

.w3eden .row .col-md-3:nth-child(4n)::after {
    content: '\a';
    white-space: pre;
}

– To fix the mobile menu issue remove line no 17 ( e.preventDefault(); ) from /crypton/js/site.js file.

– Facebook like button won’t work in localhost. It requires a live site.

Jul 30, 2018 at 7:37 pm
#85837
Moderator
Shahriar
Staff OP

Yes, it is possible using a custom template of /download-manager/wpdm-all-downloads.php file. Please check this doc https://www.wpdownloadmanager.com/doc/template-files/ It shows how to create a template file.

You have to perform 2 updates in the new template file,

1 ) Replace line 255 with $data['download_url'] = wpdm_download_url($data);

2 ) Find get_the_permalink(get_the_ID()) and replace with $data['download_url']

Jul 30, 2018 at 7:23 pm
#85835
Moderator
Shahriar
Staff OP

One of your plugin or theme modifying WPDM JS code output which created some error. Is it okay if I disable plugins or switch theme for testing?

Jul 30, 2018 at 7:08 pm
#85833
Moderator
Shahriar
Staff OP

Stats are working now. Enabled the single file download count option.

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

If this option is disabled stats will be recorded only when users download the package by clicking the package download button. But in your packages, only single file download button was available due to the page template. However, now stats will be recorded in all cases.

Jul 30, 2018 at 6:43 pm
#85830
Moderator
Shahriar
Staff OP

Hi,

It is possible to achieve the result you want but requires some code customization if Directory add-on. There is no other option right now.

You have to remove the two marked line from the add-on file.

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

Please send temporary wp-admin login info in private reply if you want me to do it.

Thanks.

Viewing 25 posts - 5,151 through 5,175 (of 12,513 total)