amarinos
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
Translated taxonomy name output in templates (not the terms of the taxonomy)
Gestartet von: amarinos
in: Toolset Professioneller Support
Problem: I would like to display the title of my custom taxonomy, and I would like it to be translated into all languages. Solution: We do not currently offer a shortcode to display the translated taxonomy title. Instead, you can use the wpml-string shortcode to wrap any string, so it can be translated in WPML String Translation. [wpml-string context="your-custom-theme-context"]Geographic region[/wpml-string]: [wpv-post-taxonomy type="geographic-region"] Relevant Documentation: https://toolset.com/documentation/translating-sites-built-with-toolset/wpml-string-shortcode/ |
2 | 6 | vor 6 Jahren, 8 Monaten |
Forum Topics Created
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
Translated taxonomy name output in templates (not the terms of the taxonomy)
Gestartet von: amarinos
in: Toolset Professioneller Support
Problem: I would like to display the title of my custom taxonomy, and I would like it to be translated into all languages. Solution: We do not currently offer a shortcode to display the translated taxonomy title. Instead, you can use the wpml-string shortcode to wrap any string, so it can be translated in WPML String Translation. [wpml-string context="your-custom-theme-context"]Geographic region[/wpml-string]: [wpv-post-taxonomy type="geographic-region"] Relevant Documentation: https://toolset.com/documentation/translating-sites-built-with-toolset/wpml-string-shortcode/ |
2 | 6 | vor 6 Jahren, 8 Monaten | ||
Avoiding CSS import in terms of speed
1
2
Gestartet von: amarinos
in: Toolset Professional Support
Problem: .../wp-content/plugins/types/vendor/toolset/onthego-resources/onthego-styles/onthego-admin-styles.css The users didn't want these styles to be loaded. Solution: Please add this code in your theme’s or child theme’s functions.php file to dequeue (remove) it on the frontend: add_action('wp_enqueue_scripts', function() { wp_dequeue_style('toolset-notifications'); wp_dequeue_style('onthego-buttons'); wp_dequeue_style('onthegosystems-icons'); wp_dequeue_style('onthego-colors'); wp_dequeue_style('onthego-styles-helper'); wp_dequeue_style('onthego-admin-styles'); }, 20); Relevant Documentation: |
2 | 18 | vor 6 Jahren, 8 Monaten | ||
Taxonomies: Export all created Terms
Gestartet von: amarinos
in: Toolset Professional Support
Problem: The issue here is that the user wanted to know how to export the taxonomy terms. Solution: Unfortunately exporting the taxonomy terms is not possible with our toolset plugins but they can be done by using this plugin below. https://wordpress.org/plugins/wp-export-categories-taxonomies/ |
2 | 5 | vor 6 Jahren, 8 Monaten |