Ben Word
8ba19a0155
Static top navbar instead of fixed
...
This change allows us to simplify the code in both
app.css and cleanup.php
2013-02-09 17:41:45 -06:00
Tom Adams
43a0f3c24f
Allow get_search_form() to be called more than once per request
2013-02-05 16:33:40 -05:00
Ben Word
9042be77fa
Introduce add_theme_support('bootstrap-gallery')
...
Only apply the Roots [gallery] shortcode if enabled in config.php
2013-02-04 20:11:00 -06:00
Ben Word
433ad26e4d
Close #638 - Add add_theme_support for Nice Search
2013-01-27 20:42:40 -06:00
Ben Word
6ae15813aa
Implement latest Nice Search
2012-12-26 11:36:35 -06:00
Ben Word
8000e5c611
Update [gallery] shortcode
...
- Roll in changes added from WordPress 3.5
- More minimal code output
2012-12-26 11:22:28 -06:00
jloosli
a01a1281bb
fix roots_fix_duplicate_subfolder_urls isset check
...
function checked if $matches[1] & $matches[2] were set, but next line operates on $matches[1][0] & $matches[2][0], so under certain circumstances, you get the following Notice: Undefined offset: 0.
Now it checks for the [0] offsets from the start.
2012-10-11 17:18:40 -06:00
Scott Walkinshaw
3df8d9901e
Move Nav customizations into its own file
...
Considering the nav customization/cleanup code is fairly involved and
important, it shouldn't be hidden in the middle of cleanup.php
2012-10-03 13:44:35 -04:00
Scott Walkinshaw
b9cb9de4b9
Move is_element_empty function to utils
2012-09-19 14:57:14 -04:00
Scott Walkinshaw
a54850cd44
Formatting
2012-09-19 14:46:06 -04:00
Foxaii
c27b9218b4
Corrected spacing.
2012-09-17 01:24:42 +02:00
Foxaii
83b0984eab
Support for dividers & nav header classes
2012-09-16 21:45:33 +02:00
Scott Walkinshaw
d3497a7063
Fixes #542 - Simplify nav & add 3rd level dropdown
2012-09-12 12:34:30 -06:00
Ben Word
f538aa0116
Cleanup clean up, reorganization
2012-09-03 09:43:38 -05:00
Linus Metzler
b9cc398396
fixed dropdown bug
...
when a dropdown parent contains a link itself, a data-target="#" is needed
2012-08-26 22:36:30 +03:00
Linus Metzler
181e9f7a68
Revert "fixed dropdown bug"
...
This reverts commit c89d68fc7c .
2012-08-26 21:34:10 +02:00
Linus Metzler
c89d68fc7c
fixed dropdown bug
...
Due to updates (jQuery and Bootstrap), dropdowns stopped working because
of missing "data-target" (see
http://twitter.github.com/bootstrap/javascript.html#dropdowns )
2012-08-26 12:39:46 +02:00
Ben Word
5c777f361b
Rename inc/ to lib/
2012-08-20 19:19:39 -05:00