Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 13,226 through 13,250 (of 20,803 total)
Feb 14, 2021 at 3:41 pm
#146628
Moderator
Nayeem Riddhi
Staff OP

Category column should contain exact category name or ID, whether it is a root or sub-category doesn’t matter, you should use as usual like this

thanks

Feb 14, 2021 at 3:18 pm
#146626
Moderator
Nayeem Riddhi
Staff OP

please check the attached screenshot, the syntax should be like this

Image 2021-02-14 at 9.14.04 PM

thanks

Feb 14, 2021 at 2:22 pm
#146621
Moderator
Nayeem Riddhi
Staff OP

Hello @Martin Levak,

Can you open a new ticket for your issue, please

thanks

Feb 14, 2021 at 2:13 pm
#146619
Moderator
Nayeem Riddhi
Staff OP

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

Feb 14, 2021 at 7:44 am
#146595
Moderator
Nayeem Riddhi
Staff OP

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

thanks

Feb 14, 2021 at 7:17 am
#146594
Moderator
Nayeem Riddhi
Staff OP

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

Feb 14, 2021 at 6:00 am
#146593
Moderator
Nayeem Riddhi
Staff OP

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

thanks

Feb 14, 2021 at 5:28 am
#146592
Moderator
Nayeem Riddhi
Staff OP

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

Thanks

Feb 13, 2021 at 3:18 pm
#146575
Moderator
Nayeem Riddhi
Staff OP

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

Feb 13, 2021 at 2:54 pm
#146574
Moderator
Nayeem Riddhi
Staff OP

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

Feb 13, 2021 at 2:44 pm
#146572
Moderator
Nayeem Riddhi
Staff OP

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

thanks

Feb 13, 2021 at 10:53 am
#146568
Moderator
Nayeem Riddhi
Staff OP

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

thanks

Feb 13, 2021 at 10:19 am
#146566
Moderator
Nayeem Riddhi
Staff OP

your credentials are not working, please check

thanks

Feb 13, 2021 at 7:22 am
#146565
Moderator
Nayeem Riddhi
Staff OP

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

Thanks

Feb 13, 2021 at 6:57 am
#146564
Moderator
Nayeem Riddhi
Staff OP

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

Thanks

Feb 13, 2021 at 6:50 am
#146563
Moderator
Nayeem Riddhi
Staff OP

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

thanks

Feb 12, 2021 at 5:18 pm
#146551
Moderator
Nayeem Riddhi
Staff OP

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

Thanks

Feb 12, 2021 at 5:14 pm
#146550
Moderator
Nayeem Riddhi
Staff OP

Soon, you shall be updated about the issue

thanks

Feb 12, 2021 at 4:14 pm
#146548
Moderator
Nayeem Riddhi
Staff OP

Your credentials are not working, please check

thanks

Feb 12, 2021 at 1:27 pm
#146542
Moderator
Nayeem Riddhi
Staff OP

please mail there, I hope you should get the help

thanks

Feb 12, 2021 at 1:23 pm
#146541
Moderator
Nayeem Riddhi
Staff OP

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

Feb 12, 2021 at 1:14 pm
#146540
Moderator
Nayeem Riddhi
Staff OP

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

Feb 12, 2021 at 12:55 pm
#146539
Moderator
Nayeem Riddhi
Staff OP

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

Feb 12, 2021 at 11:40 am
#146538
Moderator
Nayeem Riddhi
Staff OP

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

Thanks

Feb 12, 2021 at 11:38 am
#146537
Moderator
Nayeem Riddhi
Staff OP

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

Viewing 25 posts - 13,226 through 13,250 (of 20,803 total)