ahuseyn
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Themes and Templates
In reply to: [Winter Blues] IE11 supportHello @vasvir
Thank you for sharing your solution with the community. Unfortunately Winter Blues is not compatible with Internet Explorer.
Thank you!
Forum: Themes and Templates
In reply to: [Winter Blues] Submenu (dropdown menu)Hello @brauliofarnese
Thank you for your helpful proposal. Adding submenu support is in my to-do list. This feature will be available in next update.
But if you want to add this functionality to your site right now you can follow these steps:-
Create a child theme
Add this code to your child theme’s function.php filefunction winterblues_menu_settings() { wp_nav_menu( array( 'theme_location' => 'nl-header', 'depth' => 0, )); }-
Then create your own style for submenu elements and add them to your child theme’s CSS file.
Thank you!
Forum: Themes and Templates
In reply to: [Winter Blues] Source code of themeHello @ntdung2014
Thank you for helping me to improve Winter Blues. I fixed issue you mentioned. Soon it will be available for update.
Have a nice day!Forum: Themes and Templates
In reply to: [Winter Blues] Source code of themeHello @ntdung2014
All Sass files of theme are located in winter-blues\assets\scss\ folder.
Thank you!
Viewing 4 replies - 1 through 4 (of 4 total)