Người dùng này không có chủ đề yêu thích nào.
Chủ đề diễn đàn yêu thích
Chủ đề diễn đàn đã tạo
| Trạng thái |
Chủ đề
|
Người hỗ trợ | Ý kiến | Bài viết | Mới nhất |
|---|---|---|---|---|---|
|
Tracking where strings are being used in the files
Được bắt đầu bởi: sweco-sverigeA
trong: English Support
Problem: .wpml-st-col-view {<br /> visibility: hidden;<br />}1. Quick inline injection: admin_head hook: function my_admin_css() {<br /> echo '<style><br /> .wpml-st-col-view {<br /> display: none;<br /> }<br /> </style>';<br />}<br />add_action('admin_head', 'my_admin_css');2. Enqueue a dedicated admin stylesheet: admin.css in your theme or child theme, then load it with: function my_admin_styles() {<br /> wp_enqueue_style(<br /> 'my-admin-css',<br /> get_stylesheet_directory_uri() . '/admin.css'<br /> );<br />}<br />add_action('admin_enqueue_scripts', 'my_admin_styles');Security considerations: If this solution does not resolve your issue or seems irrelevant, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If further assistance is needed, please open a new support ticket at WPML support forum. |
|
0 | 6 | 2 months, 1 week trước |