Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 11,801 through 11,825 (of 19,375 total)
in reply to: How to edit the permalink / slug document-tag? #146619

Nayeem Riddhi
Moderator

please use this code in your theme functions.php,

add_action( 'init', 'wpdm_create_download_tag_taxonomy', 10 );

function wpdm_create_download_tag_taxonomy() {

    unregister_taxonomy_for_object_type( 'wpdmtag', 'wpdmpro' );

    $labels = array(
        'name'                       ► _x( 'Download Tags', 'taxonomy general name', 'download-manager' ),
        'singular_name'              ► _x( 'Download Tag', 'taxonomy singular name', 'download-manager' ),
        'search_items'               ► __( 'Search Download Tags', 'download-manager' ),
        'popular_items'              ► __( 'Popular Download Tags', 'download-manager' ),
        'all_items'                  ► __( 'All Download Tags', 'download-manager' ),
        'parent_item'                ► null,
        'parent_item_colon'          ► null,
        'edit_item'                  ► __( 'Edit Download Tag', 'download-manager' ),
        'update_item'                ► __( 'Update Download Tag', 'download-manager' ),
        'add_new_item'               ► __( 'Add New Download Tag', 'download-manager' ),
        'new_item_name'              ► __( 'New Download Tag Name', 'download-manager' ),
        'separate_items_with_commas' ► __( 'Separate Download Tags with commas', 'download-manager' ),
        'add_or_remove_items'        ► __( 'Add or remove Download Tags', 'download-manager' ),
        'choose_from_most_used'      ► __( 'Choose from the most used Download Tags', 'download-manager' ),
        'not_found'                  ► __( 'No Download Tags found.', 'download-manager' ),
        'menu_name'                  ► __( 'Download Tags', 'download-manager' ),
    );

    $args = array(
        'hierarchical'          ► false,
        'labels'                ► $labels,
        'show_ui'               ► true,
        'show_admin_column'     ► true,
        'update_count_callback' ► '_update_post_term_count',
        'query_var'             ► true,
        'rewrite'               ► array( 'slug' ► 'download-tag' ),
    );

    register_taxonomy( 'download-tag', 'wpdmpro', $args );
}

it will register a new taxonomy and unregister the existing taxonomy, please let me know, if it works for you

thanks

in reply to: Amazon S3 Bucket Access Control #146595

Nayeem Riddhi
Moderator

We shall check and note for an update for the next update

thanks


Nayeem Riddhi
Moderator

Can you please elaborate more on your issue, you can provide the related link URL or also can provide some screenshots, please let me know

thanks

in reply to: Users Getting DL Errors + Asset Manager Stuck #146593

Nayeem Riddhi
Moderator

I have checked that, Asset Manager is working fine, can you please share issue related packages URL

thanks


Nayeem Riddhi
Moderator

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

Thanks

in reply to: How to edit the permalink / slug document-tag? #146575

Nayeem Riddhi
Moderator

Please check the settings from the Downloads > Settings as I image attached,

Image 2021-02-13 at 9.15.45 PM

let me know if it helps you

thanks

in reply to: Possible HubSpot integration? #146574

Nayeem Riddhi
Moderator

Can you please elaborate more on your issue, if possible, you can share the related URL and also please, give your temporary wp-admin login details in a private reply for checking the issue

Thanks


Nayeem Riddhi
Moderator

For issue #1, can you please share the related URL

thanks

in reply to: Zoho Leads add on is not working #146568

Nayeem Riddhi
Moderator

here, the wp-admin login is not working, https://13layers.com/wp-admin/, please check

thanks

in reply to: Layout of Button for not logged in user and more query #146566

Nayeem Riddhi
Moderator

your credentials are not working, please check

thanks


Nayeem Riddhi
Moderator

please share your related URL, if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.

Thanks

in reply to: Memory Limit Exceeded #146564

Nayeem Riddhi
Moderator

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

Thanks

in reply to: Password on single file does not work #146563

Nayeem Riddhi
Moderator

Have you locked your package with your any lock option, please let me know

thanks

in reply to: Zoho Leads add on is not working #146551

Nayeem Riddhi
Moderator

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

Thanks

in reply to: Critical error and white page #146550

Nayeem Riddhi
Moderator

Soon, you shall be updated about the issue

thanks

in reply to: archive page does not work #146548

Nayeem Riddhi
Moderator

Your credentials are not working, please check

thanks

in reply to: Lizenz #146542

Nayeem Riddhi
Moderator

please mail there, I hope you should get the help

thanks


Nayeem Riddhi
Moderator

Can you please check the templates from Downloads> Templates and please choose a template from there from the demo preview, I shall make adjustments for that template

thanks

in reply to: Redirect after download #146540

Nayeem Riddhi
Moderator

I think it is required customization Email template for email template tag, please knock here, https://www.wpdownloadmanager.com/user-dashboard/?udb_page=upgrade with your requirements

thanks

in reply to: Critical error and white page #146539

Nayeem Riddhi
Moderator

I was checking the error,

This message is showing from your wp-admin/dashboard

Error logging is disabled.

To enable error logging, create an empty file named "php-errors.log". Place it in a directory that is not publicly accessible (preferably outside your web root) and ensure it is writable by the web server. Then add the following code to wp-config.php:

@ini_set ('log_errors', 'On');
@ini_set ('error_log', '/full/path/to/php-errors.log');
By default, only fatal errors and warnings will be logged. To also log notices and other messages, enable the WP_DEBUGoption by adding this code:

// Report all types of errors.
define ('WP_DEBUG', true);
// Don't show errors to site visitors.
define ('WP_DEBUG_DISPLAY', false);
For reference, the full path of the WordPress directory is:
/html/wordpress/

See also: Editing wp-config.php , 3 Ways To Monitor PHP Errors

please check

thanks

in reply to: Private message and elementor not working #146538

Nayeem Riddhi
Moderator

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

Thanks

in reply to: Document only previewer loads sometimes #146537

Nayeem Riddhi
Moderator

Can you please share the related URL, if possible, please, give your temporary wp-admin login details in a private reply for checking the issue

Thanks

in reply to: Can I exclude categories from Directory Archive? #146536

Nayeem Riddhi
Moderator

For now, for this shortcode, we have not such parameter, but you may request for this feature or we shall update it in the next update

thanks

in reply to: Layout of Button for not logged in user and more query #146535

Nayeem Riddhi
Moderator

Hi,

For #1 and #2, please, give your temporary wp-admin login details in a private reply for checking the issue

For #3, I think it requires customization, you may knock here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=upgrade, with your requirements

For #4, you can check this add-on, https://www.wpdownloadmanager.com/download/download-manager-addons-for-elementor/

thanks

in reply to: search filter display style #146523

Nayeem Riddhi
Moderator

I think this feature needs some customization, please knock here, https://www.wpdownloadmanager.com/user-dashboard/?udb_page=upgrade with the details of your requirements

thanks

Viewing 25 posts - 11,801 through 11,825 (of 19,375 total)