erinS-2
Admite hilos creados en los últimos 30 días: 0
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
Status | Debate | Supporter | Voces | Mensajes | Caducidad |
---|---|---|---|---|---|
Mobile Views Problem after theme update
Iniciado por: erinS-2
en: Types Community Support
Problem: Looking at the Firefox Console, you'll notice that only style.css is loaded, but no bootstrap.css. Solution: /* Add bootstrap support to the WordPress theme*/ function theme_add_bootstrap() { wp_enqueue_style( 'bootstrap-css', get_template_directory_uri() . '/css/bootstrap.min.css' ); wp_enqueue_style( 'style-css', get_template_directory_uri() . '/style.css' ); wp_enqueue_script( 'bootstrap-js', get_template_directory_uri() . '/js/bootstrap.min.js', array(), '3.0.0', true ); } add_action( 'wp_enqueue_scripts', 'theme_add_bootstrap' ); |
|
2 | 7 | hace 8 años, 4 meses | |
Mobile view problems
1
2
Iniciado por: erinS-2 en: Types Community Support |
|
3 | 23 | hace 8 años, 5 meses | |
Excerpt is showing "Related Stories"
Iniciado por: erinS-2 en: Types Community Support |
|
2 | 8 | hace 8 años, 8 meses |