Lỗi kỹ thuật website | VN-Zoom | Cộng đồng Chia Sẻ Kiến Thức Công Nghệ và Phần Mềm Máy Tính

Adblocker detected! Please consider reading this notice.

We've detected that you are using AdBlock Plus or some other adblocking software which is preventing the page from fully loading.

We need money to operate the site, and almost all of it comes from our online advertising.

Please add vn-z.vn to your ad blocking whitelist or disable your adblocking software. 

All the knowledge we share is completely free. If you are willing, please support us here.

×

Lỗi kỹ thuật website

Chào các bạn, mình thì không am hiểu về lập trình lắm mong các bạn giúp đỡ mình. Website mình trước dùng themes flatsome và bộ plugin của nó. Giờ mình mới thay sang dùng genetic framework thì vào phần wiget bị lỗi như thế này. Giờ mình ko biết phải xử lyys thế nào kính mong các bạn giúp đỡ mình, mình cám ơn các bạn
1656056903013.png
 

dzoom

Rìu Vàng
Do cập nhật lên bản wp mới widgets Gutenberg. Copy đoạn code vào functions.php <childtheme nếu dùng> để tắt đi thử xem bạn nhé

// Disables the block editor from managing widgets in the Gutenberg plugin.
add_filter( 'gutenberg_use_widgets_block_editor', '__return_false', 100 );

// Disables the block editor from managing widgets. renamed from wp_use_widgets_block_editor
add_filter( 'use_widgets_block_editor', '__return_false' );
 

thuuong1309

Rìu Sắt Đôi
Bạn cập nhật lên theme mới thì phải chỉnh sửa lại nội dung từng trang nha. có thể copy ,past nội dung
 


Top