Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 18,451 through 18,475 (of 20,625 total)
May 12, 2020 at 11:05 pm
#128144
Moderator
Nayeem Riddhi
Staff OP

Hello,

Updated it again now. you may check now.

Thanks.

May 12, 2020 at 10:56 pm
#128143
Moderator
Nayeem Riddhi
Staff OP

Hello,

Please, give your temporary wp-admin login details in a private reply for checking.

Thanks.

May 12, 2020 at 10:55 pm
#128142
Moderator
Nayeem Riddhi
Staff OP

Hi,

You will find in add on description that,

No need to purchase separately. Added as a core feature with WordPress Download Manager Pro

It has been added to the Downloads > Asset Manager option.

Thanks.

May 12, 2020 at 6:04 pm
#128125
Moderator
Nayeem Riddhi
Staff OP

Hi,

There can be an issue with

Access Settings: When user is not allowed to download:

option. or others can also cause the problem. if possible, Please, give your temporary wp-admin login details in a private reply for checking.

Thanks.

May 12, 2020 at 5:59 pm
#128124
Moderator
Nayeem Riddhi
Staff OP

There maybe remained conflict with your site other plugins or also can be theme conflict within the script. you can also check them enabling/disabling the plugins. if possible, Please, give your temporary wp-admin login details in a private reply for checking.

Thanks.

May 12, 2020 at 5:54 pm
#128121
Moderator
Nayeem Riddhi
Staff OP

I think the error coming from

taxonomy-wpdmcategory.php

specifically. I shall back to you soon checking the issue.

BTW,

Can you provide temporary FTP credentials in a private reply for checking it in safety purpose

Thanks.

  • This reply was modified 5 years, 11 months ago by Nayeem Riddhi.
May 12, 2020 at 5:50 pm
#128120
Moderator
Nayeem Riddhi
Staff OP

Hi,

Have you the checked email templates from Downloads > Templates > Email Template, there is an option for editing those email from the admin panel. however, which email template do you want to adjust? let me know.

Thanks.

May 12, 2020 at 5:30 pm
#128117
Moderator
Nayeem Riddhi
Staff OP
This reply has been marked as private.
May 12, 2020 at 3:25 pm
#128112
Moderator
Nayeem Riddhi
Staff OP

Which size and color do you want? please describe in the details. I will try to adjust your options.

Thanks.

May 12, 2020 at 3:21 pm
#128111
Moderator
Nayeem Riddhi
Staff OP

OK, now got your issue, do you want to set a default role while uploading and publishing from a frontend like you want to setAll Visitors or Administrator role. let me know.

thanks

May 12, 2020 at 11:48 am
#128103
Moderator
Nayeem Riddhi
Staff OP

Hi,

Please see the attached image, I think this is your site

img,

plugin in older version, also i can’t able to activate it. please let me know.

Thanks.

May 12, 2020 at 11:36 am
#128102
Moderator
Nayeem Riddhi
Staff OP

You are in the default theme now, however, I have just uploaded bootstrap-chosen.css.map file in the corresponding folder. you can check it now also.

Thanks.

May 12, 2020 at 10:24 am
#128097
Moderator
Nayeem Riddhi
Staff OP

Hi,

Can you provide your temporary FTP credentials for checking the issue in a safety mode? let me know.

Thanks.

May 12, 2020 at 10:07 am
#128096
Moderator
Nayeem Riddhi
Staff OP

Hello,

I was checking for resolving the issue. you may be uninstalled the plugin now. I am looking to give you a solution. please have patience.

Thanks.

May 12, 2020 at 6:04 am
#128088
Moderator
Nayeem Riddhi
Staff OP

Hi,

Thanks for your having patience, I have just adjusted sorting using the below code putting in your theme functions.php

add_action( 'pre_get_posts', 'wpdm_sort_staff_cat' );
function wpdm_sort_staff_cat( $query ) {
        if ( $query->is_tax() || $query->is_post_type_archive('wpdmpro') ) {
            $query->set('orderby', 'title');  
            $query->set('order', 'desc'); 
               
    }
}

Thanks.

May 12, 2020 at 5:10 am
#128087
Moderator
Nayeem Riddhi
Staff OP

Sorry for some late. Yes, possible, Please, give your temporary wp-admin login details in a private reply for the adjustments and also the search result page URL.

Thanks.

May 12, 2020 at 5:04 am
#128085
Moderator
Nayeem Riddhi
Staff OP

Ok, bring back to the settings to Bootstrap 4, give the page URL, I shall try to give you an alternative solution.

May 12, 2020 at 5:01 am
#128082
Moderator
Nayeem Riddhi
Staff OP

Check if there any redirection plugin you have installed or override URL’s redirection with htaccess

Thanks.

May 12, 2020 at 4:57 am
#128081
Moderator
Nayeem Riddhi
Staff OP

Hi,

I have checked on your issue. I think there may be a conflict with any plugins of your site or maybe conflict with any script within your theme. you can check them enabling/disabling the plugins also you can check it by switching to other themes.

let me know.

Thanks.

May 12, 2020 at 3:58 am
#128074
Moderator
Nayeem Riddhi
Staff OP

Hello,

Please, give your temporary wp-admin login details in a private reply for checking.

Thanks.

May 12, 2020 at 3:53 am
#128073
Moderator
Nayeem Riddhi
Staff OP

Hi,

Template tag with [thumb] is working fine. But, custom height and width like [thumb_WxH] is not working. I have seen that you are using an old version of WPDM, can you try to update it to the latest version. You can also follow these steps for updating plugin,

1 ) Deactivate and delete the old version. You won’t lose any data.
2 ) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version and activate the license key.

To enable the auto-update, login to your WPDM account from theDownloads > Settings > License tab. If login is successful and you have an active subscription then you can update the future releases right from your plugins page.

Thanks.

May 12, 2020 at 3:28 am
#128071
Moderator
Nayeem Riddhi
Staff OP

Hi,

You can put this below code in your theme functions.php for hiding media file protection option

add_action('admin_head', 'hide_media_protect_wpdm');

function hide_media_protect_wpdm() {
  echo '<style>
   .w3eden.media-access-control-container {
    display: none;
}
  </style>';
}

let me know,

Thanks.

May 12, 2020 at 3:15 am
#128070
Moderator
Nayeem Riddhi
Staff OP

Hi,

Have you created them from Downloads > Templates admin panel or they were manually created from scratch?

May 11, 2020 at 7:22 pm
#128057
Moderator
Nayeem Riddhi
Staff OP

Hi,

I am making the adjustments, in the meantime, please, give your temporary wp-admin login details in a private reply for the adjustments.

Thanks.

May 11, 2020 at 6:28 pm
#128053
Moderator
Nayeem Riddhi
Staff OP

I think there may be creating a conflict one of the plugins of your site. also can be conflicted with the theme script. you can enable/disable the plugins also can switch to other themes.

Thanks.

Viewing 25 posts - 18,451 through 18,475 (of 20,625 total)