Title: mcapybara's Replies | WordPress.org

---

# mcapybara

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

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

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Multi Network] How to "Comment out" Domain_Current_Site?](https://wordpress.org/support/topic/how-to-comment-out-domain_current_site/)
 *  [mcapybara](https://wordpress.org/support/users/mcapybara/)
 * (@mcapybara)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/how-to-comment-out-domain_current_site/#post-6988024)
 * Hi Joseph,
 * In PHP it is possible to comment out a single line of code by placing two forward
   slashes at the beginning of the the line. For example, update the original line
   from this:
    `define('DOMAIN_CURRENT_SITE', 'www.powerfuldragonwisdom.com');`
 * to this:
    `//define('DOMAIN_CURRENT_SITE', 'www.powerfuldragonwisdom.com');`
 * More info on commenting in PHP can be found at [http://php.net/manual/en/language.basic-syntax.comments.php](http://php.net/manual/en/language.basic-syntax.comments.php)
 * Hope that helps.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[WP News Stream] "Headers already sent" warning interferes with login](https://wordpress.org/support/topic/headers-already-sent-warning-interferes-with-login/)
 *  Thread Starter [mcapybara](https://wordpress.org/support/users/mcapybara/)
 * (@mcapybara)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/headers-already-sent-warning-interferes-with-login/#post-5579584)
 * excuse my typo *continuous*.
 * I’m going to close my topic as I’ve provided a solution, but wanted to let you
   know.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [sticky posts to top of category page](https://wordpress.org/support/topic/sticky-posts-to-top-of-category-page/)
 *  [mcapybara](https://wordpress.org/support/users/mcapybara/)
 * (@mcapybara)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/sticky-posts-to-top-of-category-page/#post-5352801)
 * There’s actually a pretty convenient plugin that can help you solve this problem
   without any custom code: Category Sticky Post [https://wordpress.org/plugins/category-sticky-post/](https://wordpress.org/plugins/category-sticky-post/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [customized theme Twenty Twelve changed-lost the customization](https://wordpress.org/support/topic/customized-theme-twenty-twelve-changed-lost-the-customization/)
 *  [mcapybara](https://wordpress.org/support/users/mcapybara/)
 * (@mcapybara)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/customized-theme-twenty-twelve-changed-lost-the-customization/#post-5311740)
 * If you intend to modify the core code of a theme, you’ll want to get familiar
   with the process of creating Child Themes ([http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)).
   Creating a Child Theme allows one to make customizations that will not be overwritten
   when a theme is updated.
 * If you only wish to make changes to the appearance, or CSS of your theme, many
   will suggest using the JetPack plugin’s Custom CSS Editor ([http://jetpack.me/support/custom-css/](http://jetpack.me/support/custom-css/)).
 * I hope that helps point you in the right direction.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Minamaze] Basic Help: change color of the read more button ONLY (this code doesn't work..)](https://wordpress.org/support/topic/basic-help-change-color-of-the-read-more-button-only-this-code-doesnt-work/)
 *  [mcapybara](https://wordpress.org/support/users/mcapybara/)
 * (@mcapybara)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/basic-help-change-color-of-the-read-more-button-only-this-code-doesnt-work/#post-5307701)
 * The following will target only the three featured columns on the homepage:
 *     ```
       #section-home .themebutton {
       background: #000000;
       }
   
       #section-home .themebutton:hover {
       background: #4B8A08;
       }
       ```
   
 * Hope that helps!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Coeur] Removing Site Header Title and Description](https://wordpress.org/support/topic/removing-site-header-title-and-description/)
 *  [mcapybara](https://wordpress.org/support/users/mcapybara/)
 * (@mcapybara)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/removing-site-header-title-and-description/#post-5303086)
 * pipopapopi’s solution will work as well. Keep in mind that it removes the option
   to use the blog description moving forward. Again, it would be best if this were
   applied to a Child Theme. If not, any updates to the Coeur theme will overwrite
   your fix.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Fourteen] How to remove "Category Archives: Name" below the menu](https://wordpress.org/support/topic/how-to-remove-category-archives-name-below-the-menu/)
 *  [mcapybara](https://wordpress.org/support/users/mcapybara/)
 * (@mcapybara)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/how-to-remove-category-archives-name-below-the-menu/#post-5305852)
 * No problem, maximvs! Would you mind marking this thread as resolved?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hoffman] Widen image](https://wordpress.org/support/topic/widen-image/)
 *  [mcapybara](https://wordpress.org/support/users/mcapybara/)
 * (@mcapybara)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/widen-image/#post-5305839)
 * The following CSS will work. I encourage you to create your own Child Theme (
   [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes))
   based on Hoffman. It will only take a few extra steps, but can save you a lot
   of time moving forward, especially if you intend to make any additional changes:
 *     ```
       .featured-media img {
       width:100%;
       }
       ```
   
 * A few caveats: This will enlarge your images to fit the width of the content 
   area (1200px). If you use a very small, low-resolution image to begin with, it
   probably won’t look the greatest when enlarged. There may also be a specific 
   reason the theme’s author did not choose to do this, so make sure you do some
   testing to ensure that everything still functions as expected.
 * Let me know if you need help getting the child theme set up. I’m happy to walk
   you through it.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Coeur] Removing Site Header Title and Description](https://wordpress.org/support/topic/removing-site-header-title-and-description/)
 *  [mcapybara](https://wordpress.org/support/users/mcapybara/)
 * (@mcapybara)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/removing-site-header-title-and-description/#post-5303052)
 * The correct way to do this would be to override the CSS responsible for creating
   the two lines by creating a Child Theme ([http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes))
   based on Coeur. Unfortunately, the process for creating a child theme for Coeur
   is a bit more involved than others, but this should get you started.
 * The specific CSS is found on lines 701-707 of coeur/framework/css/blog.css :
 *     ```
       .blog-description:before, .blog-description:after{
         content: '';
         display: block;
         width: 20%;
         border-bottom: 1px solid #ececec;
         margin: 12px auto;
       }
       ```
   
 * setting the border-bottom to 0 should solve the problem:
 *     ```
       .blog-description:before, .blog-description:after{
         content: '';
         display: block;
         width: 20%;
         border-bottom: 0px solid #ececec;
         margin: 12px auto;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Fourteen] How to remove "Category Archives: Name" below the menu](https://wordpress.org/support/topic/how-to-remove-category-archives-name-below-the-menu/)
 *  [mcapybara](https://wordpress.org/support/users/mcapybara/)
 * (@mcapybara)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/how-to-remove-category-archives-name-below-the-menu/#post-5305779)
 * To remove the “Category Archives:Name” text you’ll need to do the following:
    1. Copy category.php from the original Twenty Fourteen theme into your Twenty Fourteen
       Child theme directory.
    2. Open the freshly copied category.php in your child theme directory.
        On around
       line 20 of the code you’ll see the following
    3.     ```
           <h1 class="archive-title"><?php printf( __( 'Category Archives: %s', 'twentyfourteen' ), single_cat_title( '', false ) ); ?></h1>
           ```
       
    4. Either comment out, or delete this line as it’s responsible for generating the“
       Category Archives:Name” text.
 * Doing this will alter all Category views for this child theme. If you’d like 
   to take a more targeted approach simply change the name of the category.php file
   to category-XXX.php, where XXX is the slug of your intended category (in your
   example case it would be category-vienna.php
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hoffman] Widen image](https://wordpress.org/support/topic/widen-image/)
 *  [mcapybara](https://wordpress.org/support/users/mcapybara/)
 * (@mcapybara)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/widen-image/#post-5305772)
 * It appears that you’ll need to make sure that your post’s featured image has 
   a width of 1200px.

Viewing 11 replies - 1 through 11 (of 11 total)