Akhil
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
How to customize error messages of the Toolset login and reset password links?
Gestartet von: marcB-6
in: Toolset Professional Support
Problem: Solution: wpv_filter_override_auth_errors Example: add_filter( 'wpv_filter_override_auth_errors', 'custom_wpv_override_auth_errors', 30, 3 ); function custom_wpv_override_auth_errors( $message, $class = '', $code = '' ) { switch( $code ) { case 'invalid_key'; $message = __( 'CUSTOM VALUE', 'wpv-views' ); break; case 'invalidcombo'; $message = __( 'CUSTOM VALUE', 'wpv-views' ); break; } return $message; } Relevant Documentation: |
2 | 14 | vor 7 Jahren, 2 Monaten | ||
Create a date separator in a view
Gestartet von: stuart in: Toolset Professional Support |
2 | 4 | vor 7 Jahren, 2 Monaten | ||
Custom fields content not updating after adding SSL
Gestartet von: daveM
in: Types Community Support
Problem: Solution: 2. Now, before checking the Custom fields on front page, please clear all sort of caches in your site plugin cache (if any) / CDN cache (if any) / browser cache. Other way to reload the images in the Custom fields, is to manually re-add the images in the post. |
2 | 3 | vor 7 Jahren, 3 Monaten |