Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 15,626 through 15,650 (of 20,594 total)
Oct 1, 2020 at 3:28 pm
#137645
Moderator
Nayeem Riddhi
Staff OP

I shall try to check and add those words for translation, if possible for the next update…

Oct 1, 2020 at 3:21 pm
#137644
Moderator
Nayeem Riddhi
Staff OP

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,

cat1

then you have to make empty forAllow Access option or giving a particular role on it like as I image attached,

cat2

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…

Oct 1, 2020 at 3:05 pm
#137643
Moderator
Nayeem Riddhi
Staff OP

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.

Oct 1, 2020 at 3:01 pm
#137642
Moderator
Nayeem Riddhi
Staff OP

It is my pleasure…

Oct 1, 2020 at 2:56 pm
#137641
Moderator
Nayeem Riddhi
Staff OP

Please mail support@wpdownloadmanager.com any payment or purchase upgrade related issue

Oct 1, 2020 at 1:33 pm
#137635
Moderator
Nayeem Riddhi
Staff OP

hello…it is redirecting me to this page https://rogergreen.org.uk/smart-work/

Oct 1, 2020 at 1:32 pm
#137634
Moderator
Nayeem Riddhi
Staff OP

Browse Directory will be used for Select Dir and From Select Server, you can choose files

Image 2020-10-01 at 7.25.21 PM

Downloads > Import & Export Sel Dir is working fine from my side

Image 2020-10-01 at 7.27.19 PM

please check again…

Oct 1, 2020 at 1:19 pm
#137632
Moderator
Nayeem Riddhi
Staff OP

The template tag will be [thumb_gallery_WxH], yes default-values add-on will help you set globally

Oct 1, 2020 at 1:07 pm
#137629
Moderator
Nayeem Riddhi
Staff OP

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/

Oct 1, 2020 at 1:03 pm
#137628
Moderator
Nayeem Riddhi
Staff OP

You are welcome…

Oct 1, 2020 at 1:03 pm
#137627
Moderator
Nayeem Riddhi
Staff OP

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.

Oct 1, 2020 at 12:46 pm
#137624
Moderator
Nayeem Riddhi
Staff OP

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…

Oct 1, 2020 at 12:34 pm
#137622
Moderator
Nayeem Riddhi
Staff OP

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/

Oct 1, 2020 at 11:39 am
#137620
Moderator
Nayeem Riddhi
Staff OP

You are welcome 🙂

Oct 1, 2020 at 11:36 am
#137616
Moderator
Nayeem Riddhi
Staff OP

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.
Oct 1, 2020 at 11:31 am
#137614
Moderator
Nayeem Riddhi
Staff OP

Please check, https://rogergreen.org.uk/smart-work/aaa-test, now working…

Oct 1, 2020 at 11:17 am
#137610
Moderator
Nayeem Riddhi
Staff OP

It should work, please, give your temporary wp-admin login details in a private reply for checking the issue.

Thanks.

Oct 1, 2020 at 11:10 am
#137609
Moderator
Nayeem Riddhi
Staff OP

We have this option as I image attached,

Image 2020-10-01 at 5.08.25 PM

it may also help you.

Thanks.

Oct 1, 2020 at 10:25 am
#137605
Moderator
Nayeem Riddhi
Staff OP

Yes, please plugins>download-manger>tpls>author-dashboard.php file, folder file.

Thanks.

Oct 1, 2020 at 10:11 am
#137602
Moderator
Nayeem Riddhi
Staff OP

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.

Oct 1, 2020 at 8:44 am
#137596
Moderator
Nayeem Riddhi
Staff OP

Glad to hear that, your problem has been solved, follow the same step you are using currently in your site.

Thanks.

Oct 1, 2020 at 8:41 am
#137595
Moderator
Nayeem Riddhi
Staff OP

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.

Oct 1, 2020 at 8:19 am
#137594
Moderator
Nayeem Riddhi
Staff OP

Please share your page URL…

Oct 1, 2020 at 7:15 am
#137591
Moderator
Nayeem Riddhi
Staff OP

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

Oct 1, 2020 at 5:28 am
#137584
Moderator
Nayeem Riddhi
Staff OP

Are you talking about this portion as I image attached?

Image 2020-10-01 at 11.25.58 AM

please elaborate more on your query what adjustments may need here

Viewing 25 posts - 15,626 through 15,650 (of 20,594 total)