이 사용자는 즐겨찾는 주제가 없습니다.
즐겨찾는 포럼 주제
생성한 포럼 주제
| 상태 |
주제
|
지원자 | 의견 | 게시물 | 최신 활동 |
|---|---|---|---|---|---|
|
Tracking where strings are being used in the files
시작: sweco-sverigeA
카테고리: 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 월, 1 주 전에 |