brew icon indicating copy to clipboard operation
brew copied to clipboard

A Wordpess starter theme based on Bones and Bootstrap 3

Results 12 brew issues
Sort by recently updated
recently updated
newest added

When I try to edit the theme with the theme editor in the dashboard I get this error. "Something went wrong. Your change may not have been saved. Please try...

Hi Dan, I just wanted to let you know that your demo website for Brew is broken, it returns 404 error on the following pages : http://danvswild.com/brew/blog/ http://danvswild.com/brew/blockquote-page-2/ Thanks a...

Hi, in the header I want to put the option to insert an image as logo. But the "image default" option does not work for me. My code in the...

Hey Dan, Codekit is great, but I've outgrown it. Grunt.js is the heavy duty taskrunner, for folks who need a little more elbow grease than Codekit has. I created the...

enhancement

I have a main menu with a structure Level1item _Level2 item __Level 3 item Level1item Only levels 1 and 2 show, even though i changed the depth to 3 in...

The breadcrumb trail doesn't seem to pull in parent pages. It only returns the current page and then the home page but no pages in between. Any thoughts? Btw, I'm...

The Post category isn't working properly. If you take a look at the following theme here http://www.olliemccarthy.com/themes/gonzo/ Click on music http://www.olliemccarthy.com/themes/gonzo/?cat=28 Then Click on Indie http://www.olliemccarthy.com/themes/gonzo/?cat=72 Out of the box...

When using the search function on the site (in the sidebar) it appears that there is no padding around the content in the results. Maybe a div around the article...

bug

When I followed the example of creating a new sidebar, everything works great except it doesn't format currently when viewing it on a mobile device. It doesn't pull to the...

function wps_highlight_results($text){ if(is_search()){ $sr = get_query_var('s'); $keys = explode(" ",$sr); $text = preg_replace('/('.implode('|', $keys) .')/iu', ''.$sr.'', $text); } return $text; } add_filter('the_excerpt', 'wps_highlight_results'); add_filter('the_title', 'wps_highlight_results'); I added this snippet to...