Title: fechto's Replies | WordPress.org

---

# fechto

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Responsive] Remove post meta from Pages but not from Posts](https://wordpress.org/support/topic/remove-post-meta-from-pages-but-not-from-posts/)
 *  Thread Starter [fechto](https://wordpress.org/support/users/fechto/)
 * (@fechto)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-post-meta-from-pages-but-not-from-posts/#post-5881356)
 * OK, I figured it out. removed the offending php code from full-page-width.php,
   as pages are full width but posts are not, and hence they use a different php
   file.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Responsive] Remove post meta from Pages but not from Posts](https://wordpress.org/support/topic/remove-post-meta-from-pages-but-not-from-posts/)
 *  Thread Starter [fechto](https://wordpress.org/support/users/fechto/)
 * (@fechto)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/remove-post-meta-from-pages-but-not-from-posts/#post-5881228)
 * Soo…is it all or nothing then? As in, I can remove for all or keep it for all,
   but not keep it for posts but remove it for pages?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Tisson Theme- Child Theme With Functions.php](https://wordpress.org/support/topic/tisson-theme-child-theme-with-functionsphp/)
 *  Thread Starter [fechto](https://wordpress.org/support/users/fechto/)
 * (@fechto)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/tisson-theme-child-theme-with-functionsphp/#post-5754902)
 * no. Just want to do it the recommended way. Every other child theme I’ve ever
   build uses the [@import](https://wordpress.org/support/users/import/) method…
   though I’ve never had more than one file. I assume is just a new [@import](https://wordpress.org/support/users/import/)
   command per line until they are all in there.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Tisson Theme- Child Theme With Functions.php](https://wordpress.org/support/topic/tisson-theme-child-theme-with-functionsphp/)
 *  Thread Starter [fechto](https://wordpress.org/support/users/fechto/)
 * (@fechto)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/tisson-theme-child-theme-with-functionsphp/#post-5754897)
 * fair enough, I can do that. If someone does post it I would appreciate though.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Tisson Theme- Child Theme With Functions.php](https://wordpress.org/support/topic/tisson-theme-child-theme-with-functionsphp/)
 *  Thread Starter [fechto](https://wordpress.org/support/users/fechto/)
 * (@fechto)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/tisson-theme-child-theme-with-functionsphp/#post-5754895)
 * Thanks. They don’t support customizations, and besides, you have to have an account
   to log in and post (the person I’m helping out probably does have an account;
   they have no idea what the login details would be). But I don’t really need that.
   What I do need is a method to get all the styles in there. There is line if the
   codex:
 * > If your theme has more than one .css file (eg. ie.css, style.css, main.css)
   > then you will have to make sure to maintain all of the Parent Theme dependencies.
 * And there are about 7 different css stylesheets in there. i see that the example
   code in functions.php only calls style.css (which isn’t even a file in that theme).
 * So what I’m looking for is some example code on how to load multiple css files(
   remember my coding handicap). If the files were say main.css, responsive.css 
   and index.css how would you add those to functions.php?
 * May i ask for the complete code for functions.php? Including opening and closing
   tags?
 * And if my knowledge seems to advanced… i know html and css as well as anyone,
   but make rookie mistakes with pretty well anything programming wise that isn’t
   copy and paste.
 * Thanks!
 * Aaron
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Responsive] Removing the hover style on menu links](https://wordpress.org/support/topic/removing-the-hover-style-on-menu-links/)
 *  Thread Starter [fechto](https://wordpress.org/support/users/fechto/)
 * (@fechto)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/removing-the-hover-style-on-menu-links/#post-5681594)
 * Hey Bojan,
 * Sorry – totally gapped on this. Thanks for the info!
 * Aaron
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Responsive] Removing the hover style on menu links](https://wordpress.org/support/topic/removing-the-hover-style-on-menu-links/)
 *  Thread Starter [fechto](https://wordpress.org/support/users/fechto/)
 * (@fechto)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/removing-the-hover-style-on-menu-links/#post-5681409)
 * site is here: [http://www.marketingtops.net/](http://www.marketingtops.net/)
 * I thought there was a style on the li, but couldn’t find it, so I just commented
   them out. That’ll be overwritten in the next update anyway I think.
 * Thanks a bunch and please let me know what you find1
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Responsive] How to remove the three widgets from the bottom?](https://wordpress.org/support/topic/how-to-remove-the-three-widgets-from-the-bottom/)
 *  [fechto](https://wordpress.org/support/users/fechto/)
 * (@fechto)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/how-to-remove-the-three-widgets-from-the-bottom/#post-5678741)
 * .front-page #widgets { display: none;}
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Responsive] How to remove the three widgets from the bottom?](https://wordpress.org/support/topic/how-to-remove-the-three-widgets-from-the-bottom/)
 *  [fechto](https://wordpress.org/support/users/fechto/)
 * (@fechto)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/how-to-remove-the-three-widgets-from-the-bottom/#post-5678740)
 * You need this in your style.css file:
 * .front-page #widgets {
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Making a site live](https://wordpress.org/support/topic/making-a-site-live/)
 *  Thread Starter [fechto](https://wordpress.org/support/users/fechto/)
 * (@fechto)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/making-a-site-live/#post-4932157)
 * actually that totally worked. I just had to assign the domain to the account.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Making a site live](https://wordpress.org/support/topic/making-a-site-live/)
 *  Thread Starter [fechto](https://wordpress.org/support/users/fechto/)
 * (@fechto)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/making-a-site-live/#post-4932119)
 * well, I’ve managed to probably screw it up. Here’s what’s happened so far:
 * 1. Changed the site url is general settings
    2. set the nameservers on the host
   3. changed the folder name in public_html to match the domain 4. ran the sql 
   command on this page to swap out urls:
 * [http://coolestguidesontheplanet.com/updating-wordpress-mysql-database-after-moving-to-a-new-url/](http://coolestguidesontheplanet.com/updating-wordpress-mysql-database-after-moving-to-a-new-url/)
 * and nothing….in ff and chrome the old site still shows. ie just gives an error.
 * Here is the site:
    [http://www.orilliasoccerclub.ca/](http://www.orilliasoccerclub.ca/)
 * well…time to bone up sql stuff I guess
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Making a site live](https://wordpress.org/support/topic/making-a-site-live/)
 *  Thread Starter [fechto](https://wordpress.org/support/users/fechto/)
 * (@fechto)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/making-a-site-live/#post-4932072)
 * hmmm, that didn’t work. I just get the parked domain page for bluehost. I’ll 
   check that link out.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Making a site live](https://wordpress.org/support/topic/making-a-site-live/)
 *  Thread Starter [fechto](https://wordpress.org/support/users/fechto/)
 * (@fechto)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/making-a-site-live/#post-4932040)
 * alrighty. Thank you for the reply and we’ll see what happens.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Quicksand font not displaying correctly on some screens (google fonts)](https://wordpress.org/support/topic/quicksand-font-not-displaying-correctly-on-some-screens-google-fonts/)
 *  [fechto](https://wordpress.org/support/users/fechto/)
 * (@fechto)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/quicksand-font-not-displaying-correctly-on-some-screens-google-fonts/#post-4931979)
 * I have installed custom fonts – but not through a plugin. I created a directory
   and uploaded the font, then called it with the @font-face command in the css.
 * That said, it sounds like the issue is within the client environment…and if so
   there’s not much you can do about it imo.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Editing Background Color for tables](https://wordpress.org/support/topic/editing-background-color-for-tables/)
 *  [fechto](https://wordpress.org/support/users/fechto/)
 * (@fechto)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/editing-background-color-for-tables/#post-4931978)
 * This requires knowledge off css and firebug, though with them it’s fairly easy.
 * You’ll want a child theme (otherwise updates will overwrite your changes unless
   you save them somewhere and repaste after the update).
 * [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 * Then add a command for;
 * .su-tabs-pane {
    color: whatever you want it to be }
 * in a custom css file.
 * looking at this I can see how it would be a an issue if you are not familiar 
   with css.firebug/ftp etc…but short of hiring someone to do it, this is the way.

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

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