Questo utente non ha argomenti preferiti.
Argomenti preferiti del forum
Argomenti del forum creati
| Stato |
Argomento
|
Supporter | Voci | Post | Freschezza |
|---|---|---|---|---|---|
|
Tracking where strings are being used in the files
Iniziato da: sweco-sverigeA
in: 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 mese, 1 settimana fa |