Forum Replies Created
Sorry for the delay. Provide FTP info doesn’t work. Please check again.
Hi,
Sorry for the delayed reply. Please try updating your WordPress and Download Manager copy. Everything should work fine after updating to latest version. Also, It is not secure to use an older version of WordPress.
Thanks.
Panel style is modified by your theme. That’s why it is not like the demo
There are two solutions here,
1. You have to remove custom panel style added from your theme.
Or
2. Use similar size images for all packages. Some of your images are smaller than others. Small images are shifted to the left side.
It requires some minor code customization. Remove following line from the bottom of the /wpdm-user-reviews/wpdm-user-reviews.php file, that will remove reviews from all packages.
add_filter("the_content", "wpdm_package_review", 99999999);
You have to use a custom page template with [wpdm_reviews] template tag for the packages you want to show reviews.
User registration is integrated with plan subscription. Show your subscription plans using [wpmp-membership-plans cols=3] shortcode. When someone subscribes to a plan, registration is mandatory before proceeding to the payment.
Your theme has it’s own bootstrap CSS. Try disabling Download Manager Bootstrap from Downloads Settings Basic Misc Settings Panel.
Page Template code for author page link should be similar to the following example, make sure your code uses same template tags.
<a href="[author_profile_url]">[author_name]</a>
Also, your theme should have an author template ( author.php ) to show author posts.
Use order_by="modified" in category shortcode to sort by update date.
Yes, you can. It requires a simple code customization. But keep in mind you have to assign each category access explicitly if you do this.
Add following code inside foreach loop of wpdm_embed_tree function ( /wpdm-extended-shortcodes/wpdm-extended-shortcodes.php file ),
if( ! wpdm_user_has_access( $cat->term_id ,'category') ) continue;
https://www.evernote.com/l/AUeAVxSoQr5OjowU-x2KTwdYKdnkdvVP1pYB/image.png
Okay, remove previous css and try this instead, chnaged the position from left center to 0px 3px
.jqueryFileTree LI.directory { background: rgba(0, 0, 0, 0) url("../images/directory.png") no-repeat scroll 0px 3px; }
Use following css to aligh text and folder icon,
.jqueryFileTree LI.directory { background: rgba(0, 0, 0, 0) url("../images/directory.png") no-repeat scroll left center; }
Yes, you can do that by using custom css.
Another way is using custom template for those pages. Download Manager allows you to use your own template for these pages, You can check related docs here https://www.wpdownloadmanager.com/doc/template-files/
Please check the category settings of the packages with an open download link. Maybe category access set to ‘All Visitors‘ for one of the categories assigned to those packages.
You have to keep all roles uncheck in category settings.
https://www.evernote.com/l/AUe8UO3yY6FNu69REvrPqEOoooRHru9V3TQB/image.png
Did you try Basic WordPress search?. It returns downloads when keyword matches with post content.
Logo template tag worked fine in my test. I have added [#img_logo#] tag at the bottom of email lock template and logo was visible in received email.
https://www.evernote.com/l/AUenCZsWDXdLn7iRgXnA3fDsDlNniehnRt4B/image.png
Hi,
WPDM Directory addon has the feature you want. It has various search and filter shortcodes. Please check the demo here https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/
Thanks.
You need Directory add-on to build such archive page. Add-on demo https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/
Please ask your server support to activate cURL in your server.
Sorry, cloning/duplicating form is not possible yet.
After selecting your directory on left click on Browse Files button to loads files on right side.
https://www.evernote.com/l/AUfuuWunNapKmoMGyISFfX7jx_rY94HfjysB/image.png
No, category shortcode does not have searchbar and filter. But there are some sorting options. Category shortcode demo
There is also all package table shortcode which has search and filter option.
Hi,
Sorry, could you please explain the following little more,
so I thought maybe can I add a column of their approval, next to Download Time and User/IP
From your topic title I guess you want to check all downloads made a specific user. From package vs date tab you can check this in a tabular format.
https://www.evernote.com/l/AUcOR84HmG9KEo8Dta6fSdo0bEejdMnRZsIB/image.png
Thanks.