WPDM Frontend [wpdm_frontned]
short code will work only on a page.
You have to reedit the file. No other way.
Actually it is your category archive page. Your theme only has archive page for blog, that’s why it is showing ‘Archive for blog’, but it is actually loading downloads.
However to solve this you need a custom category template for WPDM files. Make a copy of your archive.php
file and rename it taxonomy-wpdmcategory.php
. After that change the title ‘Archivos Del blog’
Thanks.
Hi!
Please send your page link to check this issue.
Thanks.
Hi! It is not possible in current version. But noted implementation. Thanks.
I have attached updated download-manager.php file. Download and unzip it. Then replace your ../plugins/download-manager/download-manager.php file with it.
Hi,
After checking your issue thoroughly, we found that, the issue here is you are using same form for all downloads.
So when submitting ONE form, Gravity Form sends a response msg and removes ALL of your forms from current page because all has same id.
Form Lock can’t change the way Gravity Form works. So there are 2 possible solutions here,
1. You can use separate forms for each download if you want to serve multiple download in single page ( like you current example ).
2. But same form will work if downloads are served through package details page.
I hope, i was able to explain the situation here.
Thanks.
Really sorry for the troubles. We will release an update within 24 hours. Thanks.
1. You can use Bulk import(csv) option, sample csv included with plugin has fields like create , update date etc. You will find it in plugin/download-manager/sample.csv directory.
https://www.evernote.com/l/AUeqf2JGLWxIbIDGOnnLCXozTfHvx_mN4tsB/image.png
2. Go to ../download-manager/admin/menus/class.BulkImport.php line no 92 and remove utf8_encode function, you can just replce the line using following code,
'post_content' ► $drow['description'],
Or send login info , i will adjust it
Thanks.
Actually you can use [wpdm_tree] shortcode in Text Widget to achieve tree view in sidebar/widget area.
https://www.evernote.com/l/AUfjPTArjvdDfonMqoeZJZbRwJfmEDJYyb8B/image.png
Hi,
Sorry not clear.
Do you want to exclude download posts ( your files ) from your search result?
Hi,
There was an minor issue. I have adjusted it in your installation, also added this fix in our working copy for next update. Please check your my download page now.
Thanks.
Hi,
You have to change your link_template value in shortcode. There is no link-template-panel in Free version. That’s why this issue generated.
Try following shortcode instead,
[wpdm-archive button_style="default" link_template="link-template-calltoaction3.php" items_per_page="10" category="category-slug" order_by="field-name" order="asc or desc"]
You can use TinyMCE Button to insert shrtcode. It shows all available link templates in dropdown.
Thanks.
@jamesburden, It is because your are using old version of Form Lock Add-on. Please update the add-on.
Hi,
There was some problem in update feature of WPDM old versions. But latest one works fine, so please update to current version of WPDM manually. All future updates can be done through ‘Update Tab’
Thanks.
Just deactivated plugin, activated it again. Some function hooked to plugin activation was not triggered before ( because i think you uploaded plugin via FTP )
Please try now.
Working now 🙂
Extremely sorry, somehow we missed your reply, please give me ftp access to wp-content dir and admin login info, I need to check it in details.
Please send your license key in private reply.
Hi,
Please send a link where you are having this issue. And let me what kind of posts are not opening.
Thanks.
Hi, Does the download work without lazy download? Please send temporary wp-admin login info in private reply to check this issue. Thanks.
Install and Activate Download Manager first, then activate Premium Package.
Hi,
You can create a guest order page using [wpdm-pp-guest-orders] shortcode. After creating that page , save it in Premium Package Settings
https://www.evernote.com/l/AUez_NPgfjVIYZ9P3m263iMUVOMcogGfqfMB/image.png
Guest User can download their ordered product using order id and email address(from checkout step) from that page.
And email for guest download has to refer to that guest order page (currently it sends link of dashboard page, we will update email link in next release of Premium Package ) For now you have edit email template from plugin folder (premium-package/templates/email-templates) dir.
Fatal Error has been fixed (it is from Download Manager ) and updating plugin today.
Thanks.