pojo-a11y
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
2 changed files
with
5 additions
and
0 deletions
This diff is collapsed.
Click to expand it.
| ... | @@ -125,6 +125,11 @@ function megamenu_override_default_theme($value) { | ... | @@ -125,6 +125,11 @@ function megamenu_override_default_theme($value) { |
| 125 | ); | 125 | ); |
| 126 | wp_localize_script( 'search-filter-plugin-build', 'SF_LDATA', $js_data ); | 126 | wp_localize_script( 'search-filter-plugin-build', 'SF_LDATA', $js_data ); |
| 127 | wp_enqueue_script('search-filter-plugin-build'); | 127 | wp_enqueue_script('search-filter-plugin-build'); |
| 128 | |||
| 129 | wp_deregister_style( 'pojo-a11y' ); | ||
| 130 | wp_dequeue_style( 'pojo-a11y' ); | ||
| 131 | wp_register_style('pojo-a11y', get_stylesheet_directory_uri() . '/css/pojo-a11y.css', array(),'2.0.0'); | ||
| 132 | wp_enqueue_style('pojo-a11y'); | ||
| 128 | } | 133 | } |
| 129 | add_action( 'wp_enqueue_scripts', 'fixUlisting', 100 ); | 134 | add_action( 'wp_enqueue_scripts', 'fixUlisting', 100 ); |
| 130 | 135 | ... | ... |
-
Please register or sign in to post a comment