Title: Mike Sneed's Replies | WordPress.org

---

# Mike Sneed

  [  ](https://wordpress.org/support/users/msneed/)

 *   [Profile](https://wordpress.org/support/users/msneed/)
 *   [Topics Started](https://wordpress.org/support/users/msneed/topics/)
 *   [Replies Created](https://wordpress.org/support/users/msneed/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/msneed/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/msneed/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/msneed/engagements/)
 *   [Favorites](https://wordpress.org/support/users/msneed/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 58 total)

1 [2](https://wordpress.org/support/users/msneed/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/msneed/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/msneed/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/msneed/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[GeneratePress] Grids](https://wordpress.org/support/topic/grids-2/)
 *  Thread Starter [Mike Sneed](https://wordpress.org/support/users/msneed/)
 * (@msneed)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/grids-2/#post-5852838)
 * That helped a lot!
 * Thanks,
    Michael
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Jobs not appearing even though they are active](https://wordpress.org/support/topic/jobs-not-appearing-even-though-they-are-active/)
 *  Thread Starter [Mike Sneed](https://wordpress.org/support/users/msneed/)
 * (@msneed)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/jobs-not-appearing-even-though-they-are-active/#post-5721135)
 * You’re wicked, Mike Jolley!
 * It makes sense now.. I just updated Theme Customizr today and just a second ago
   I deleted the update and re-installed the older version and viola! Everything’s
   fine again.
 * Thanks so much!!!
 * I’ll contact the developer and let him know.. maybe he can update the theme!
 * All my best!
 * Cheers,
    Michael
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Jobs not appearing even though they are active](https://wordpress.org/support/topic/jobs-not-appearing-even-though-they-are-active/)
 *  Thread Starter [Mike Sneed](https://wordpress.org/support/users/msneed/)
 * (@msneed)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/jobs-not-appearing-even-though-they-are-active/#post-5721073)
 * Thanks Mike for the quick reply..
 * I took out the code which just added a ‘featured news’ flag on the sticky post
   with javascript; however, nothing has changed.
 * I used:
 *     ```
       [jobs orderby="title" order="asc"]
       ```
   
 * ..on the careers page if it makes a difference and I set the careers page to 
   be the ‘jobs-listing’ page..
 * Any thoughts?
    Thanks Mike..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Jobs not appearing even though they are active](https://wordpress.org/support/topic/jobs-not-appearing-even-though-they-are-active/)
 *  Thread Starter [Mike Sneed](https://wordpress.org/support/users/msneed/)
 * (@msneed)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/jobs-not-appearing-even-though-they-are-active/#post-5721012)
 * I also deactivated wp super cache but there remains a drop-in called advanced-
   cache.php…
 * Wp super cache has been working well for me but sometimes with the caching plugin
   installed it’s hard to see updates right away.. I’ve had conflicts with this 
   type of plugin before..
 * Currently I disabled it.
 * The site in question is [here](http://flyingfood.com/careers/).
 * Thanks!
    Michael
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Slider paragraph text is hidden on smaller devices](https://wordpress.org/support/topic/slider-paragraph-text-is-hidden-on-smaller-devices/)
 *  Thread Starter [Mike Sneed](https://wordpress.org/support/users/msneed/)
 * (@msneed)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/slider-paragraph-text-is-hidden-on-smaller-devices/#post-5447045)
 * That worked fine actually. Thanks, Oxygen89!
 * Michael
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Slider paragraph text is hidden on smaller devices](https://wordpress.org/support/topic/slider-paragraph-text-is-hidden-on-smaller-devices/)
 *  Thread Starter [Mike Sneed](https://wordpress.org/support/users/msneed/)
 * (@msneed)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/slider-paragraph-text-is-hidden-on-smaller-devices/#post-5447043)
 * Thanks Oxygen89 I’ll give it a shot!
    M
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Navbar menu not spanning full width of header](https://wordpress.org/support/topic/navbar-menu-not-spanning-full-width-of-header/)
 *  Thread Starter [Mike Sneed](https://wordpress.org/support/users/msneed/)
 * (@msneed)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/navbar-menu-not-spanning-full-width-of-header/#post-5439596)
 * Thanks again for the help!! I used what rdell did in that snippet and just targeted
   an array like you pointed out in your note.. and it worked like a charm! I took
   the span 9 and made it span12!
 *     ```
       add_filter( 'tc_navbar_wrapper_class',  'rdc_navbar_wrapper_class' );
       function rdc_navbar_wrapper_class() {
            return array('navbar-wrapper', 'clearfix', 'span12');
       }
       ```
   
 * Thanks!
    Michael
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Navbar menu not spanning full width of header](https://wordpress.org/support/topic/navbar-menu-not-spanning-full-width-of-header/)
 *  Thread Starter [Mike Sneed](https://wordpress.org/support/users/msneed/)
 * (@msneed)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/navbar-menu-not-spanning-full-width-of-header/#post-5439588)
 * Thanks Nikeo.. I know you’re busy and I appreciate the help.
 * I look forward to donating soon.
 * Thanks again!
    Michael
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Increase Upload Max Filesize] Can't upload a 5mb pdf](https://wordpress.org/support/topic/cant-upload-a-5mb-pdf/)
 *  Thread Starter [Mike Sneed](https://wordpress.org/support/users/msneed/)
 * (@msneed)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/cant-upload-a-5mb-pdf/#post-5141926)
 * I checked again with IT and they increased the memory.. now I have 10mb to play
   with!
 * Thanks Isabel
 * You make some interesting plugins by the way!
 * Michael
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Increase Upload Max Filesize] Can't upload a 5mb pdf](https://wordpress.org/support/topic/cant-upload-a-5mb-pdf/)
 *  Thread Starter [Mike Sneed](https://wordpress.org/support/users/msneed/)
 * (@msneed)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/cant-upload-a-5mb-pdf/#post-5141907)
 * Thanks so much for your reply.. actually the site will be an intranet site so
   the IT dept. does it locally.
 * My stats are:
 * Your upload_max_filesize is 64M.
    Your post_max_size is 3M.
 * I made custom settings changes (but no changes seem to happen):
 * Set a custom upload_max_filesize 64
    Set a custom post_max_size 64
 * Thank you.
    Michael
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Formating plugins](https://wordpress.org/support/topic/formating-plugins/)
 *  [Mike Sneed](https://wordpress.org/support/users/msneed/)
 * (@msneed)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/formating-plugins/#post-5080391)
 * Maybe this is too much but this page had a lot of resources for Bootstrap [here](http://bootstraphero.com/the-big-badass-list-of-twitter-bootstrap-resources).
   Also, I tried searching with these keywords on Google:
 * plugin bootstrap layout
 * Hope it helps!
    Michael
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Remove Footer widgets but not on custom template](https://wordpress.org/support/topic/remove-footer-widgets-but-not-on-custom-template/)
 *  Thread Starter [Mike Sneed](https://wordpress.org/support/users/msneed/)
 * (@msneed)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/remove-footer-widgets-but-not-on-custom-template/#post-5079883)
 * I’ve been getting a lot better at the functions and hooks after I read the article
   on [hooks](http://www.themesandco.com/customizr/wordpress-actions-filters-and-hooks-a-guide-for-non-developers/)
   written by you. This time I think I was a little confused.. so it seems clearer
   now to use an action..
 * That said.. unfortunately I got all the widgets back but also on the custom template
   page that I didn’t want them on..
 * Any thoughts?
 * Thanks EF!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Remove Footer widgets but not on custom template](https://wordpress.org/support/topic/remove-footer-widgets-but-not-on-custom-template/)
 *  Thread Starter [Mike Sneed](https://wordpress.org/support/users/msneed/)
 * (@msneed)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/remove-footer-widgets-but-not-on-custom-template/#post-5079866)
 * This code works on the breadcrumbs for this page and doesn’t affect the other
   pages:
 *     ```
       <?php
       add_action ('wp_head' , 'tc_disable_breadcrumb');
       function tc_disable_breadcrumb() {
           if ( ! is_page_template( 'custom-template-page.php' ) )
               return;
           remove_action( '__before_main_container', array( TC_breadcrumb::$instance , 'tc_breadcrumb_display' ), 20 );
       }
       ?>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Featured image thumbnail position in posts](https://wordpress.org/support/topic/featured-image-thumbnail-position-in-posts/)
 *  Thread Starter [Mike Sneed](https://wordpress.org/support/users/msneed/)
 * (@msneed)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/featured-image-thumbnail-position-in-posts/#post-5028737)
 * Thanks so much for the response!!!
 * Worked great!
 * Michael
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Logo & Favicon are gone!](https://wordpress.org/support/topic/logo-favicon-are-gone/)
 *  Thread Starter [Mike Sneed](https://wordpress.org/support/users/msneed/)
 * (@msneed)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/logo-favicon-are-gone/#post-4935449)
 * EF: Some how I traced it back to the class-header-header_main.php file that I
   put in the parts folder like you’re supposed to use it in a child-theme. I took
   that out and with a tweak or two I got the header back.. It turned out that all
   that lead me to a function that I didn’t have completed correctly to make: .brand.
   span3 turn into .brand .span10 and take up the center of the header area.. I 
   actually ended up putting class-header-header_main.php back in my child-theme
   to add some Google fonts as things were back on track. A stressful morning however.
 * Snippets for this can be found [here](http://www.themesandco.com/snippet/center-logo/)
   and also [here](http://www.themesandco.com/snippet/center-header-block-items/).
   Of course, brought to you by some great community members!
 * Now things are fine.
 * Thanks again for responding to my post.
    Michael

Viewing 15 replies - 1 through 15 (of 58 total)

1 [2](https://wordpress.org/support/users/msneed/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/msneed/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/msneed/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/msneed/replies/page/2/?output_format=md)