Forum Replies Created
I shall try to check and add those words for translation, if possible for the next update…
Hi,
Category access for roles and packages follow these steps as I describe below,
before giving access to a certain category for a particular role you have to set like as I image attached, you should use Use Link Template option and your particular role,
then you have to make empty forAllow Access option or giving a particular role on it like as I image attached,
because Package Access = Package Access + All Category Access = All Visitors + Subscribers = All Visitors
and Package Access = Package Access empty + Category Access(Subscribers) = Subscribers
or Package Access = Package Access(subscriber) + Category Access(Subscribers) = Subscribers
Hope you understand…
Have you this add-on, https://www.wpdownloadmanager.com/download/wpdm-directory-add-on? if possible, please, give your temporary wp-admin login details in a private reply for making a demo page for you. However, if you are familiar with shortcode and other settings, after reading the add-on doc, you can also make the demo too…
Thanks.
It is my pleasure…
Please mail support@wpdownloadmanager.com any payment or purchase upgrade related issue
hello…it is redirecting me to this page https://rogergreen.org.uk/smart-work/
The template tag will be [thumb_gallery_WxH], yes default-values add-on will help you set globally
You can use existing templates also. for all packages, you may use this add-on, for bulk apply, https://www.wpdownloadmanager.com/download/wpdm-default-values/
You are welcome…
Please use this code in your theme functions.php
add_action('admin_head', 'wpdm_profile_info_css');
function wpdm_profile_info_css() {
echo '<style>
.w3eden .panel.panel-default.dashboard-panel {
display: none;
}
</style>';
}
I hope it may help you
Thanks.
This page https://rogergreen.org.uk/smart-work/download/smart-work-handbook/ redirecting to https://rogergreen.org.uk/smart-work/ this, however, if you want to show the preview of the download page for page/post type, you may use package shortcode and your customized link template in that package. let me know if it helps you
Thanks…
Where do you want to link? page or package, will be they are next/previous package link type or other else, you can elaborate your query
and for #2, there are template tags available, like [preview], [thumb_WxH],
you shall find them here, https://www.wpdownloadmanager.com/doc/templates/template-tags/
You are welcome 🙂
I don’t know. I follow the same procedure. I have installed a plugin called Wp File Manager, you may inactive/uninstalled it, if don’t require you,
Thanks…
-
This reply was modified 5 years, 6 months ago by
Nayeem Riddhi.
Please check, https://rogergreen.org.uk/smart-work/aaa-test, now working…
It should work, please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks.
Yes, please plugins>download-manger>tpls>author-dashboard.php file, folder file.
Thanks.
Please follow this flow, The Menu items reside in download-manger>tpls>author-dashboard.php. you have to comment out those lines from download-manger>tpls>author-dashboard.php. you will find the menus name like this,
<a class="adp-item <?php if ($task == 'edit-profile') { ?>active<?php } ?>" href="<?php echo sprintf("$menu_url", "edit-profile"); ?>"><i class="fa fa-user-edit color-purple mr-3"></i><?php _e( "Edit Profile" , "download-manager" ); ?></a>
you can also back-up your file following this doc, https://www.wpdownloadmanager.com/doc/template-files/
Thanks.
Glad to hear that, your problem has been solved, follow the same step you are using currently in your site.
Thanks.
Ok, however, if it is in the frontend upload page edit-profile,
Please follow this flow, The Menu item “edit profile” in download-manger>tpls>author-dashboard.php. you have to comment out line number 34 for that menu item from download-manger>tpls>author-dashboard.php. you can also back-up your file following this doc, https://www.wpdownloadmanager.com/doc/template-files/
Thanks.
Please share your page URL…
The divi builder is not working with WPDM. Firstly I have enabled block editor with WPDM in your theme functions.php with the below code,
add_filter('register_post_type_args', function($args, $post_type){
if($post_type === 'wpdmpro'){
$args['show_in_rest'] = true;
}
return $args;
}, 10, 2);
then collect the section code of divi, put it a custom page template name test
thus it has been managed to show the menus in the top portion, however, you can check the page template and according to your own way.
here is a sample,
https://eronline.com.au/download/test/
thanks





