Moumita Halder
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Sorry for the inconvenience.
Please use this correct code :
function wcmp_vendor_dashboard_header_right_panel_nav( $nav ) { if ( isset( $nav['profile'] ) ) { $nav['profile']['url'] = 'Add_your_buddy_press_url'; } return $nav; } add_filter( 'wcmp_vendor_dashboard_header_right_panel_nav', 'wcmp_vendor_dashboard_header_right_panel_nav', 99 );@searchngp, we override default wordpress avatar for vendor. But you can restrict it by adding follows code –
add_filter( 'is_wcmp_user_avatar_overridden', '__return_false' );Forum: Plugins
In reply to: [WooCommerce] Checkout page showing two thumbnails@wizzzzard, it seems like the issue might becoming due to the theme.
Can you switch to a default theme such as Twenty Sixteen for testing purpose and check?
Forum: Plugins
In reply to: [WooCommerce] Paymentmethod “Cash on delivery” not visibleCan you check whether you have enabled the “cash on Delivery” option via WooCommerce >> Settings >> Payment.
Viewing 4 replies - 1 through 4 (of 4 total)