Ben Word
01617bb077
Remove additional widget classes
2013-05-24 12:50:47 -05:00
Louis-Rémi Babé
de206a2cf7
Only display media if it is meaningful
2013-05-14 20:06:33 +03:00
Louis-Rémi Babé
ecfaefd751
Never remove media attribute on link tags
2013-05-14 19:02:09 +03:00
Scott Walkinshaw
9ac6bc698e
Use SERVER_NAME to avoid parsing site_url()
...
site_url() was previously retrieved and parsed many times per page
before. This is cleaner and done for optimization purposes.
2013-05-09 17:04:26 -04:00
Scott Walkinshaw
d611a219a5
Only make URLs relative if its not external
2013-05-08 17:02:53 -04:00
Ben Word
a8c543753a
Fix clean URL issues with non-standard setups
2013-05-01 15:51:59 -05:00
Ben Word
a3801f7a2a
Remove tabs that were added during contributions
2013-04-10 10:08:38 -05:00
Ben Word
9fc2eb7f2f
Add wp_title() filter
2013-03-17 18:56:23 -05:00
Jonathan Stanley
33a9c7cd50
correct logic in roots_enable_root_relative_urls
2013-03-04 21:57:36 -06:00
Damian Regan
9a31a94b58
Fix for admin bar
2013-02-22 09:49:46 +00:00
Damian Regan
ec87eabbaf
Fix (hack) for subdir installs
2013-02-21 19:39:36 +00:00
Damian Regan
78031a9ffe
added conditional
2013-02-21 18:06:34 +00:00
Damian Regan
e69ceeea1f
comment
2013-02-21 16:57:10 +00:00
Damian Regan
a398c298c3
Root relative URLs
2013-02-21 16:53:09 +00:00
Ben Word
260fc4c353
Comments clean up, consistent formatting
2013-02-15 12:13:18 -06:00
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