Hi,
Same issue with cart redirect. You have to clear page cache. You ‘redirect to cart page’ option is not being applied because of cache. After changing plugin settings it is required to clear cache to apply new settings.
Thanks.
Yes you can. You have to check “Open in browser” option in download Manager settings.
https://www.evernote.com/l/AUciKhDS-79Hm68gG6Mk38CR318bjqLLN9YB/image.png
Hi Kaja,
Sorry for the delay. Checking this issue with customization team.
Thanks,
Hi Lips, Login info not working.
You can use ‘compact’ view. It has simple filter fields. However to remove all filter options have to edit code.
Or
you can use [wpdm_category] shortcode. Category shortcode does not output any filter options.
Let me know which one you prefer.
Thanks.
You will find all of your topics here http://www.wpdownloadmanager.com/support/users/therrmann/topics/
Could you please send temporary wp-admin login info so i can check this issue in your installation. Or send your full shrortcode and frontend url.
Please send your url to check. This can be resolved by adjusting css.
Okay we will add this in our side. Thanks.
Just tested guest checkout. It worked for me. Could you please try again.
1. Please send me a sample of your csv file. Preview image should work fine ( if image located in same server and listed under preview column in csv file )
2. Bulk import does not have support for additional previews yet.
3. Automatic File size is shown in frontend. Did you check package in frontend?
@InsightDezign, Try now please.
Hi,
You are right. It is trying to install theme as plugin. Will fix this issue soon.
Thanks for reporting 🙂
Your shortcode’s template parameter is wrong. Try replacing link-default.php
with link-template-default.php
like following example,
[wpdm_package id=725 template="link-template-default.php"]
Please send temporary login info in private reply if you need help there.
Thanks.
Hi,
Add following line in /wpdm-filemanager/filemanager.php line 299
wp_enqueue_script('plupload');
Or send login info in private reply, i will do it myself.
If you have the license issue (as you mentioned in another post ) send your license key too in private reply.
Thanks.
Please check this doc http://www.wpdownloadmanager.com/doc/short-codes/ Take a look at Category Shortcode part.
However you should use TinyMCE addon to insert shortcode. It provide a GUI which makes it easier to insert shortocdes.
Thanks.
Hi,
Did you activate the plugin?
Please send temporary wp-admin login info in private reply. I have to check your new setup to find investigate this issue further.
Thanks.
Hi,
Updated version of Premium Package will be released within this week.
However, this feature is not useful to you does not mean it is ‘absurd’ ! We added billing info in checkout process recently because the option was requested by many other user.
Thanks.
Current Version of plugins,
WPDM Accordion – V.1.8.1
WPDM TinyMCE – v.2.5.0
Please check if your versions are updated. If not update both plugins.
Thanks,
Do you have latest version of Premium Package (v.3.5.0) ?
Do you want to control required fields in Billing Info form? It is not possible yet.
Please send login info if updated version of premium package does not solve guest checkout issue.
You can’t use another theme’s taxonomy-wpdmcategory.php file, because it using function that your theme does not have ( That’s why you are seeing the fatal error ).
You have to put your current theme’s archive.php content inside new taxonomy-wpdmcategory.php
Please send me a link to check how it is looking now.
However, by adding custom css you can change the look. Let me know how do you want to show it so, i can suggest required css changes.
License unlocked. It should work now.
Try updated version of jQuery.
Please try now.
Hi,
Find 'exclude_from_search' ► (bool)get_option('__wpdm_exclude_from_search', false),
in download-manager.php (main plugin file ) file. Replace it with 'exclude_from_search' ► true,
But keep in mind after update you have to do it again.
Thanks.