Title: TouchCoding.net - Øyvind Sæther's Replies - page 11 | WordPress.org

---

# TouchCoding.net - Øyvind Sæther

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 151 through 165 (of 186 total)

[←](https://wordpress.org/support/users/touchcoding/replies/page/10/?output_format=md)
[1](https://wordpress.org/support/users/touchcoding/replies/?output_format=md) [2](https://wordpress.org/support/users/touchcoding/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/touchcoding/replies/page/3/?output_format=md)…
[10](https://wordpress.org/support/users/touchcoding/replies/page/10/?output_format=md)
11 [12](https://wordpress.org/support/users/touchcoding/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/touchcoding/replies/page/13/?output_format=md)
[→](https://wordpress.org/support/users/touchcoding/replies/page/12/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [2MB file size limited upload](https://wordpress.org/support/topic/2mb-file-size-limited-upload/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/2mb-file-size-limited-upload/#post-6441056)
 * Hi rhercules!
    It’s Øyvind from Touchcoding here. what did you actually write
   in the php.ini file? This usually works.
 * Here is the code I wrote to get it to work:
 *     ```
       upload_max_filesize = 64M
       post_max_size = 64M
       max_execution_time = 300
       ```
   
 * If this does not work I would suggest that you contact your web hosting provider
   to increase the limit for you.
 * Cheers
    Øyvind _[[Signature moderated](https://codex.wordpress.org/Forum_Welcome#Signatures)]_
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Colorway] How to remove/change Social Media text and buttons in blogpost](https://wordpress.org/support/topic/colorway-theme-how-to-remove-or-change-social-media-text-and-buttons-in-blog-p/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/colorway-theme-how-to-remove-or-change-social-media-text-and-buttons-in-blog-p/#post-5828990)
 * Hi Almalaci!
    No problem 🙂 glad it helped you too!
 * Have a great day!
    Øyvind Sæther _[[Signature moderated](https://codex.wordpress.org/Forum_Welcome#Signatures)]_
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Make] Convert main theme into a child theme](https://wordpress.org/support/topic/convert-main-theme-into-a-child-theme/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/convert-main-theme-into-a-child-theme/#post-6118588)
 * Glad I could help 🙂
    Once you get more into programming(html/css/php) you could
   also look at this page: [https://codex.wordpress.org/Child_Themes](https://codex.wordpress.org/Child_Themes)
 * Great documentation on how to create child themes 😉
 * Cheers
    Øyvind Sæther _[[Signature moderated](https://codex.wordpress.org/Forum_Welcome#Signatures)]_
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Make] Convert main theme into a child theme](https://wordpress.org/support/topic/convert-main-theme-into-a-child-theme/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/convert-main-theme-into-a-child-theme/#post-6118520)
 * I would recommend the “Simple Custom CSS” plugin. You just install it and activate
   it. Then go to Appearance, and there should be a new tab underneath it called“
   Custom CSS”. Just enter your css there and you’re good to go 😀
 * Øyvind Sæther
    TouchCoding
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Make] Convert main theme into a child theme](https://wordpress.org/support/topic/convert-main-theme-into-a-child-theme/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/convert-main-theme-into-a-child-theme/#post-6118498)
 * Hi Sgonzaga!
    I would recommend that if you’re not into programming and such 
   you should just download a custom css plugin. With that plugin you can just copy
   the custom css you want from the style.css into the plugin. Much easier if you’re
   just starting out.
 * Cheers!
    Øyvind Sæther TouchCoding
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Forever] How to see the header image only in the homepage](https://wordpress.org/support/topic/how-to-see-the-header-image-only-in-the-homepage/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [11 years ago](https://wordpress.org/support/topic/how-to-see-the-header-image-only-in-the-homepage/#post-6090910)
 * Hi Giugot87!
 * Yes! This is possible to do with the is_front_page() function, which checks if
   the page you’re on, is the homepage. In order to remove the header image on the
   other pages you need to edit the masthead.php file inside the “forever” theme
   folder.
 * Look for this code:
 *     ```
       <a class="custom-header" href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home">
       			<img class="custom-header-image" src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" />
       		</a>
       ```
   
 * This is the header image you want to remove.
 * Add this in front of it:
 *     ```
       <?php if (is_front_page()) { ?>
       ```
   
 * And this after:
 *     ```
       <?php } ?>
       ```
   
 * That should check if you’re on the homepage and if you are, then display the 
   image.
 * Hope this helped you and solved your problem.
 * Cheers!
    Øyvind Sæther Touchcoding
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Thirteen] How to remove "posted in [category]" from top of the page?](https://wordpress.org/support/topic/how-to-remove-posted-in-category-from-top-of-the-page/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/how-to-remove-posted-in-category-from-top-of-the-page/#post-5941750)
 * Hi Gergelyvera!
    You can simply remove this with custom css.
 * This should remove it:
 *     ```
       .archive-title {
         display: none;
       }
       ```
   
 * You can either use a plugin for custom css or create a child theme.
 * Hope that helps.
    TouchCoding
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Header image repeating](https://wordpress.org/support/topic/header-image-repeating-1/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/header-image-repeating-1/#post-5926164)
 * You need to target the link and not only the class site-title.
 * If you do this:
 *     ```
       site-title a {
         text-decoration: none;
         color: #505043;
       }
       ```
   
 * This will overwrite the rules set to link and change the color and remove the
   underline. If you want to add more css to that link remember to add the “a” at
   the end 😉
 * Glad I could help
    TouchCoding
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Theme {Vantage} How do i change the colour of the navigation bar ?](https://wordpress.org/support/topic/theme-vantage-how-do-i-change-the-colour-of-the-navigation-bar/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/theme-vantage-how-do-i-change-the-colour-of-the-navigation-bar/#post-5932382)
 * Hi inw1!
 * You can change the color by adding custom CSS by either using a child theme or
   a plugin and add the following code:
 *     ```
       .main-navigation {
         background: #656565;
       }
       ```
   
 * Change the “#656565” to the color you want.
 * Hope that helped you!
    TouchCoding
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Header image repeating](https://wordpress.org/support/topic/header-image-repeating-1/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/header-image-repeating-1/#post-5926095)
 * Hey again Emily!
    This code is in the header.php file. It’s the “a tags” that
   makes it a link, but a much easier way to remove the link is by using css.
 *     ```
       site-title {
         pointer-events: none;
         cursor: default;
       }
       ```
   
 * If you want to edit the header.php file look for this code
 *     ```
       <a href="http://www.emilydownward.com/" title="Emily Downward" rel="home">Emily Downward</a>
       ```
   
 * And replace it with this:
 *     ```
       <h1 class="site-title">Emily Downward</h1>
       ```
   
 * Either way will solve your problem.
    TouchCoding
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Header image repeating](https://wordpress.org/support/topic/header-image-repeating-1/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/header-image-repeating-1/#post-5926065)
 * No problem, Emily! Glad I could help 🙂 If you need help setting up a child theme,
   there is many tutorials on YouTube you could try 😉
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Theme: No Longer Supported – Trying to remove whitespace from Header](https://wordpress.org/support/topic/theme-no-longer-supported-trying-to-remove-whitespace-from-header/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/theme-no-longer-supported-trying-to-remove-whitespace-from-header/#post-5928156)
 * Hi mtnweekly!
 * TouchCoding here. The whitespace is caused by a css rule on the #header id. You
   can remove this by setting the padding on the #header to zero.
 * This should fix it:
 *     ```
       #header {
         padding: 0;
       }
       ```
   
 * Hope this solved the problem.
    TouchCoding
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Codium Extend] How can I remove right margin after deleting side bar?](https://wordpress.org/support/topic/theme-codium-extend-how-can-i-remove-right-margin-after-deleting-side-bar/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/theme-codium-extend-how-can-i-remove-right-margin-after-deleting-side-bar/#post-5926475)
 * Hi crossboy007!
 * Your problem isn’t your margin. To solve your problem you need to set the width
   of your content area to 100%.
 * This would do the trick 🙂 Copy this code into your custom css.
 *     ```
       .container .two-thirds.column {
         width:100%;
       }
       ```
   
 * Hope that helped
    TouchCoding
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Header image repeating](https://wordpress.org/support/topic/header-image-repeating-1/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/header-image-repeating-1/#post-5925981)
 * Hi Emily!
 * It looks like you’re having conflicting css rules in different files. Are you
   sure you have created a child them properly?
 * The css rule background-repeat: no-repeat, should do the trick, but another file
   is overwriting. It looks like you have been modifying your .site-branding rule
   more than once.
 * Look through your css files and check whether you have conflicting rules. Also
   make sure you have created a child theme and that you are only editing the css
   within that child theme.
 * Hope this helped you!
    TouchCoding.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Removing search and social media icons in Buzz theme](https://wordpress.org/support/topic/removing-search-and-social-media-icons-in-buzz-theme/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/removing-search-and-social-media-icons-in-buzz-theme/#post-5828809)
 * the search and follow button has the class “follower” so just add “display: none;”
   to that class.
 * it should look something like this:
 *     ```
       .follower {
         display: none;
       }
       ```
   

Viewing 15 replies - 151 through 165 (of 186 total)

[←](https://wordpress.org/support/users/touchcoding/replies/page/10/?output_format=md)
[1](https://wordpress.org/support/users/touchcoding/replies/?output_format=md) [2](https://wordpress.org/support/users/touchcoding/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/touchcoding/replies/page/3/?output_format=md)…
[10](https://wordpress.org/support/users/touchcoding/replies/page/10/?output_format=md)
11 [12](https://wordpress.org/support/users/touchcoding/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/touchcoding/replies/page/13/?output_format=md)
[→](https://wordpress.org/support/users/touchcoding/replies/page/12/?output_format=md)