Shahriar

Forum Replies Created

Viewing 25 posts - 3,126 through 3,150 (of 12,513 total)
Feb 21, 2019 at 7:23 pm
#94059
Moderator
Shahriar
Staff OP

Hi,

Please use the full path under the files column and remove the package_dir column. Check the attached CSV for reference.

Your preview images have to be in /wp-content/uploads/ directory. Otherwise, preview import doesn’t work.

Use package_size as CSV column title for the package size column.

let me know if you have any other query.

Thanks.

Feb 21, 2019 at 7:14 pm
#94058
Moderator
Shahriar
Staff OP

Hi,

Download Manager does work with cached pages. However, I am not sure yet what happened in your case. Could you please send temporary wp-admin login info in private reply? I want to check the cache issue there.

Thanks.

Feb 21, 2019 at 6:58 pm
#94057
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Feb 21, 2019 at 6:56 pm
#94056
Moderator
Shahriar
Staff OP

Looks like updating the plugin fixed the issue. Just tested a download.

Feb 21, 2019 at 6:41 pm
#94055
Moderator
Shahriar
Staff OP

Please send admin login info in private reply.

Feb 21, 2019 at 6:40 pm
#94054
Moderator
Shahriar
Staff OP

Hi,

Please send admin login info in private reply to check the issue. It works on my side.

Thanks.

Feb 21, 2019 at 6:28 pm
#94050
Moderator
Shahriar
Staff OP

Hi,

If you are hosting on Siteground add following rule in your .htaccess file to fix the issue,

<IfModule mod_security.c>
SecFilterRemove 001868
</IfModule>

Otherwise please send temporary wp-admin login info in private reply.

Thanks.

Feb 21, 2019 at 6:25 pm
#94049
Moderator
Shahriar
Staff OP

Please try now.

Feb 21, 2019 at 6:24 pm
#94048
Moderator
Shahriar
Staff OP

The change I made is in a database table. So, updating or deleting or deactivating the plugin won’t remove the added patch. You are safe. Stats will keep working from now on.

Sorry, No visual editor is available for the dashboard. You can modify the look only using custom templates.

Feb 21, 2019 at 6:20 pm
#94047
Moderator
Shahriar
Staff OP

Please go to /download-manager/tpls/wpdm-login-form.php file and replace wpmdpro with download-manager. You will find this in 2 different lines ( 160 & 220 ). Replace both. That should add the missing texts too.

You can edit the email template from Downloads Templates Email Templates page.

Please send me the translated po/mo files if possible so I can share it with someone else who might need it.

Feb 21, 2019 at 6:07 pm
#94046
Moderator
Shahriar
Staff OP

Those old browser doesn’t support some JS features. Maybe the error is related to that. Please send temporary wp-admin login info in private reply. I will try a different approach to handle this case.

Feb 21, 2019 at 4:42 pm
#94042
Moderator
Shahriar
Staff OP

Hi!

Easiest was is replacing the $imgext = array('png','jpg','jpeg', 'gif'); with $imgext = array(); in /download-manager/libs/class.FileList.php. That will shos file icon for image files too.

Thanks.

Feb 21, 2019 at 4:34 pm
#94041
Moderator
Shahriar
Staff OP

Hi,

You can get only the download URL using the following code,

$data['download_url'] = \WPDM\Package::getDownloadURL($data['ID'], '');

This will return this part https://mysite.com/?wpdmdl=5286&refresh=5c6d13a29aef415506523

Hope this helps.

Thanks.

Feb 21, 2019 at 4:19 pm
#94040
Moderator
Shahriar
Staff OP

Showing only next/prev links in mobile screens. Added some custom CSS in Customize Additional CSS. We will look into the page jump issue in the next update of the add-on.

Feb 20, 2019 at 4:16 pm
#94024
Moderator
Shahriar
Staff OP

Hi!

Please re-check the login info. Getting invalid password error.

However, the layout seems fine in the provided link. Could you please point me the issue using a screenshot?

Thanks.

Feb 20, 2019 at 4:08 pm
#94023
Moderator
Shahriar
Staff OP

Download stat is working now.

Technical Explanation: Your posts have unusually high value as post ID which actually exceeded the int limit ( 2147483647 ). We used int as post id variable type for the ahm_download_stats table. So when inserting a new stat you post ID was changed ( due to int casting ) the biggest integer value which is 2147483647. I have altered the ahm_download_stats table to allow bigint as post id value. And that solved the issue.

Feb 20, 2019 at 2:58 pm
#94019
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Feb 20, 2019 at 2:56 pm
#94017
Moderator
Shahriar
Staff OP

We have added the patch on our side too for the next update. So, no further action required from your side after the next update.

Feb 19, 2019 at 8:19 pm
#93993
Moderator
Shahriar
Staff OP

Hi,

It is not possible with any available add-on but a custom solution is possible.

There is a slightly different solution possible using Premium Package add-on. You can add a price to the package and users can add all chosen images to the cart and place an order. But the order is kept in processing state, so the user won’t have access to the download. When an order is placed you can then review the items and manually complete the order. After that, the user will be able to access the download.

Thanks.

Feb 19, 2019 at 8:02 pm
#93990
Moderator
Shahriar
Staff OP

1 ) Control the width of the iframe from this file /download-manager/tpls/lock-options-iframe.php I have set it to 650px now. You can use embedded form too instead of pop up if you want.

2 ) The content of the package page is controlled by the WPDM Page Templates ( Downloads Templates Page Templates ). I have cloned the current page template ( Single Column, Flat ) and remove the package info that you wanted to hide. Then set this new template as page template for the package.

https://www.evernote.com/l/AUfzrCT-COxNI4zBTrB9lXl3thjG51F3guAB/image.png

If you want to know more about template customization please read this tutorial https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/

Feb 19, 2019 at 7:45 pm
#93989
Moderator
Shahriar
Staff OP

Please install the latest version of Download Manager Pro and send temporary wp-admin login info in private reply. I will try to modify your theme archive to sort packages in alphabetical order.

Also, will set up an example page with category shortcode to show you how it works. You don’t have to edit the link template to insert the shortcode. You just insert the shortcode in a page. WPDM TinyMCE add-on ( https://www.wpdownloadmanager.com/download/advanced-tinymce-button/ ) provides an easy GUI for various shortcodes. Using this add-on you can insert shortcode easily.

Feb 19, 2019 at 7:33 pm
#93988
Moderator
Shahriar
Staff OP

Please install the latest version of Download Manager Pro, you are using an older version there. If that doesn’t fix it, send me the error log file in private reply. Looks like a fatal error occurred when serving download.

Feb 19, 2019 at 7:22 pm
#93987
Moderator
Shahriar
Staff OP

You can ask the server support to provide you the error log. They are bound to provide you access to the error log. How can you work without access to the server error log? You do need it time to time to solve cases like this one. Don’t worry about the error in your last screenshot. We will fix it later ( there is a simple solution ).

Feb 19, 2019 at 6:10 pm
#93982
Moderator
Shahriar
Staff OP

While ago I encountered a similar issue. The pacakge in question somehow breaking the shortcode but updating the package fixed it. But didn’t get the chance to get details as the issue disappeared right after updating the package.

Feb 19, 2019 at 5:59 pm
#93981
Moderator
Shahriar
Staff OP

The user can change their avatar from frontend uploader page. Currently, This is allowed for users that have access to the frontend uploader page [wpdm_frontend flaturl=0]

Another option is using a Gravatar account ( http://en.gravatar.com/ ). Using Gravatar anyone can change the avatar associated with their email address.

Viewing 25 posts - 3,126 through 3,150 (of 12,513 total)