Code ẩn Edit Product che mất tùy chọn khi đăng sản phẩm

Không nhớ rõ từ bản update nào của woocommerce , tạo ra 1 điều khiến nhiều ae bực mình.

Code ẩn Edit Product che mất tùy chọn khi đăng sản phẩm

Code ẩn Edit Product che mất tùy chọn khi đăng sản phẩm

Là khi đăng sản phẩm, nhập nội dung. Và kéo xuống dưới sẽ bị thanh Edit Product che mất các phần như thêm media. Phải cuộn trang lên lại rất mệt, cho nên mình gửi ae đoạn code nhỏ bỏ vào function.php để xử lý vấn đề này.

add_action('admin_head', 'isures_reg_style_back');
function isures_reg_style_back()
{
?>
<style>
.woocommerce-layout__header.is-scrolled {
display: none;
}
</style>
<?php
}

Nếu code trên không hiệu quả thì dùng code bên dưới

add_action('admin_head', 'Hide_WooCommerce_Breadcrumb');

function Hide_WooCommerce_Breadcrumb() {
  echo '<style>
    .woocommerce-layout__header {
        display: none;
    }
    .woocommerce-layout__activity-panel-tabs {
        display: none;
    }
    .woocommerce-layout__header-breadcrumbs {
        display: none;
    }
    .woocommerce-embed-page .woocommerce-layout__primary{
        display: none;
    }
    .woocommerce-embed-page #screen-meta, .woocommerce-embed-page #screen-meta-links{top:0;}
    </style>';
}

Chúc ae thành công!

We will be happy to hear your thoughts

Leave a reply

Trần Phước
Logo
Enable registration in settings - general
0909006051
icons8-exercise-96 chat-active-icon
chat-active-icon
Shopping cart