Forum Replies Created
Hi,
How did you translate other texts like panel title ( above your name ) etc?
You can also use the /download-manager/languages/download-manager.pot template file to create your own translation. Use PoEdit ( https://poedit.net/ ) software to create the translation file.
Thanks.
I have updated the custom link template code to add page link and custom font CSS. Please check the custom link template doc here https://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/ The doc explains how you can work with custom templates.
Edited the category widget file to add custom bg in the current category.
https://www.evernote.com/l/AUdEJgABqAhF9LX7kbwYNz2NMps6HKpNIgMB/image.png
The page title is controlled from your theme. WPDM can’t control that feature.
You can ask your server support to send you the PHP error log. The permissions seem okay there. So, it might be a something else.
You can change the text and link from Appearance Customize Homepage Call To Action option.
Just tested the download limit from 2 different IP address. Worked fine without any issue. The limit of one IP address doesn’t limit the download in another IP address. Could you please try again using a new package.
You have to set the logo on this page https://publiko.com.br/painel/ too. Use the same URL with all login shortcode to use the same image.
When creating your CSV file just put the file URL under the files column. Please check the following sample CSV.
I guess by showing subcategories you mean showing all downloads from subcategories. It is possible using category shortcode ( https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/ )
By default, it doesn’t include the child category items. But we can include the child items using a simple code update. Please send temporary wp-admin login info in private reply. I will update the code on your site.
Install TinyMCE Button add-on ( https://www.wpdownloadmanager.com/download/advanced-tinymce-button/ ). This will help you when inserting a shortcode. This add-on has a visual interface for inserting different WPDM shortcodes.
Some parts of the Membership plugin is not translatable yet. But we have the plan to fix this issue soon.
Looks like the text domain has not been updated in that specific template file. We will update it in next release of Download Manager.
Downloads working fine. Tested both packages. Please check the screenshot below,
https://www.evernote.com/l/AUfrsWFpfI1Oqq9mGJSEnCBkomL31DLyJSUB/image.png
Your key is linked to postpartumprogress.org Do you want me to unlock it from there?
If you are having the license issue in this site, please install the latest version of Download Manager. That should fix it.
Hi,
Sorry for the delayed reply. Unlocked your key. Please try now in your production site.
Thanks.
Could you please update the plugin to the latest version or if you allow I can do it myself? You have an older version there. I checked the email lock issue. There is no problem there. But stats seems to be inserted multiple times for single download.
It is possible to limit the category access in Frontend add new package page using a custom template for /tpls/wpdm-add-new-file-front.php file. Copy the file and place it in /active-theme/download-manager/ directory. Then make changes in this new template file.
You have to add the following code inside the category loop to skip categories. Also, make sure you have set category access in category settings.
if( ! wpdm_user_has_access( $category->term_id, 'category') ) continue;
https://www.evernote.com/l/AUfN__D1HvVMuI6RqTmJura2NrSuKu85qr8B/image.png
Hi,
Email Cart feature is working now. The issue was coming from your SparkPost plugin. The weird thing is this plugin isn’t sending an email when is setting From address in the email header. You should ask the SparkPost team to look into this issue. Because they should handle all use cases of wp_mail function.
I have modified WPDM Email code and removed the from address from header to resolve the conflict with SparkPost. Now emails are delivered successfully.
https://www.evernote.com/l/AUdUwJqB3HlNi7adjI4ZaUWX47FRh2ZEdNQB/image.png
Thanks.
Copy the PDF Viewer Add-on from the current site to the other one. That will fix the issue there too.
PDF Viewer is working now. Your server was not allowing the | in URL. I have made some changes in PDF Viewer add-on to handle thing in a different way.
You can check the viewer here https://falconoilandgas.com/download/corporate-presentation-agm-october-2018/
If still having an issue then it is related to cache. Just clear all caches to fix.
Btw, please always create new tickets to report new issues. It helps us to track issues easily.
Your custom template doesn’t have the feature image. The featured image in category page is coming from the theme.
I have created a new template with the featured image and applied it in archive shortcode oh homepage. Also added some custom CSS to hide various parts of Archive Shortcode you don’t need.
Now the page looks like the category page as you wanted.
Hi,
Sorry for the delayed reply.
You can use the Archive Page Sidebar view. It shows all categories in a sidebar, so it is easy to access categories. And when you select a category all child categories are listed in the content area. I have set up a demo here https://vtal.co.il/support-test/
Thanks.
Please go to Downloads Settings Frontend Login Page option and set ‘None Selected’ as value. Alternatively you can use yoursite.com/wp-login.php?skipwpdm=1 URL to skip the WPDM login page.
Send temporary wp-admin login info in private reply if you need help with that.
Hi,
Looks like you are using the Sidebar view now.
However, the issue was related to the version of WPDM you are using there. The free version doesn’t have the Panel 1/3 link template. That’s why it was using the default link template.
You need PRO to use the Panel 1/3 Or have to create a custom link template file and place it in /active-theme/download-manager/link-templates/ directory. You can copy the Panel 1/3 template here https://www.dropbox.com/s/xssbs4yy4nfrasu/link-template-panel-1-3.php?dl=0
Thanks.
Hi Jan, Unlocked your key from staging site.
Fixed the issue. File cart email is sending the download link now.