Forum Replies Created
Hi,
Have you checked this new feature, https://www.wpdownloadmanager.com/how-to-add-modal-popup-login-form-in-your-wordpress-site/, it can help you as your requirements. please let me know furthermore.
Thanks.
Hi,
I have found the button, they are generally images. named in download-manager\assets\images called sort_asc sort_asc_disabled sort_both sort_desc sort_desc_disabled. you can create your own according to your requirements and relace them there.
Thanks.
Your file cart Version is 1.2.4, can you update it to the latest version for checking.
Thanks.
Hello,
Please, give your temporary wp-admin login details in a private reply for checking.
Thanks.
Please give your page URL too.
Thanks.
Hi,
Please add these below code in your theme style.css
label.custom-select span {
display: none !important;
}
.w3eden .custom-select {
padding: 0px !important;
}
.w3eden .input-group-lg>.form-control:not(textarea), .w3eden .input-group-lg>.custom-select {
height: 46px !important;
}
and please refresh the page with a hard reload or you can also clear the cache.
Thanks.
Hello,
It may be occurring for some conflict with other plugins or also can be confliction within your theme scrips. you can enable/disable other plugins for checking. if possible, please, give your temporary wp-admin login details in a private reply for checking and also the related pages.
Thanks.
Hello,
Updated it again now. you may check now.
Thanks.
Hello,
Please, give your temporary wp-admin login details in a private reply for checking.
Thanks.
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.
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.
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.
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 6 years ago by
Nayeem Riddhi.
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.
Which size and color do you want? please describe in the details. I will try to adjust your options.
Thanks.
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
Hi,
Please see the attached image, I think this is your site
,
plugin in older version, also i can’t able to activate it. please let me know.
Thanks.
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.
Hi,
Can you provide your temporary FTP credentials for checking the issue in a safety mode? let me know.
Thanks.
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.
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.
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.
Ok, bring back to the settings to Bootstrap 4, give the page URL, I shall try to give you an alternative solution.
Check if there any redirection plugin you have installed or override URL’s redirection with htaccess
Thanks.