StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
  #1  
Old 06-24-2012, 07:51 AM
tarunramesh tarunramesh is offline
Registered User
 
Join Date: Jun 2012
Posts: 4
Default Noob - Creating a child theme and Bones child theme - so confused!

Hello

I am new to using frameworks and have been developing stuff in wordpress for a long time now. I decided to start using frameworks because I am pretty confident with customization and stuff.

After I intalled genesis, I am so confused as to how I go about creating a child theme which I can edit and go about doing my business. I want a blank slate and there is no proper instructions how to create a child theme.

I found some base child themes on the net but they are all so confusing. I found the Bones Genesis Base and it look like a great idea except I have no idea how to edit the CSS becuase it uses less and have no idea how to modify that and make the changes I want even though I understand how to use LESS

All I want to know now is, what do I need in the styles.css and the functions.php for me to create a child theme and start customizing it or if someone could tell me how to use Bones and LESS that would be very helpful! I have been breaking my head on this matter the whole day!

Thanks
  #2  
Old 06-24-2012, 07:59 AM
andrea_r's Avatar
andrea_r andrea_r is offline
Forum Manager
 
Join Date: Nov 2009
Location: Eastern Canada
Posts: 36,279
Default

Genesis comes with the sample child theme which has an empty css file and an empty functions.php file.

Start there. Edit those files to do whatever you like.

See the tutorials here:
http://www.studiopress.com/tutorials

and -
http://www.studiopress.com/tutorials...g-child-themes

It would be helpful to know what exactly you are trying to do as well. ;) Do you want change the footer? Then look at the footer tutes. Do you want o do things to the header? Then you look at the ones we have for modifying the header.

Creating your own child theme follows the same process as editing an existing theme to do what you like.
__________________
*****
These forums were CLOSED to new posts on November 19th, 2012. New forums are here: http://www.studiopress.com/forums/ and you will need to SIGN UP AGAIN.

If you need assitance with setting up your theme, go to http://my.studiopress.com/ and read the SETUP links or the TUTORIALS link on the side tab.

If you need Account Assistance, file a help desk ticket at the same location.
  #3  
Old 06-24-2012, 08:20 AM
tarunramesh tarunramesh is offline
Registered User
 
Join Date: Jun 2012
Posts: 4
Default

Quote:
Originally Posted by andrea_r View Post
Genesis comes with the sample child theme which has an empty css file and an empty functions.php file.

Start there. Edit those files to do whatever you like.

See the tutorials here:
http://www.studiopress.com/tutorials

and -
http://www.studiopress.com/tutorials...g-child-themes

It would be helpful to know what exactly you are trying to do as well. ;) Do you want change the footer? Then look at the footer tutes. Do you want o do things to the header? Then you look at the ones we have for modifying the header.

Creating your own child theme follows the same process as editing an existing theme to do what you like.
I think the biggest thing for me right now is if someone could show me how to use regular css instead of LESS for Bones I would be so happy. Bones seems like a great place to start espically since the functions.php file is very well documented.

When I look at the CSS file in bones it says you can switch back to using regular CSS but doesnt say how to do so, would you have any idea how I can do that?

Bones can be found here - http://themble.com/genesis/bones/
Once its installed, I have no idea what css file to edit to make changes

Would you happen to know how I could use regular css for bones instead of using LESS? The process of writing and uploading changes is confusing me so much if I use LESS.
  #4  
Old 06-24-2012, 08:44 AM
andrea_r's Avatar
andrea_r andrea_r is offline
Forum Manager
 
Join Date: Nov 2009
Location: Eastern Canada
Posts: 36,279
Default

Bones is not an official Studiopress product. It is 3rd party. If you need support for it, you will have to ask the author.

You may just find it a whole lot easier to use the sample child theme as I suggested and edit the style.css in there. It has everything listed you could possibly want to edit and it just plain css.
__________________
*****
These forums were CLOSED to new posts on November 19th, 2012. New forums are here: http://www.studiopress.com/forums/ and you will need to SIGN UP AGAIN.

If you need assitance with setting up your theme, go to http://my.studiopress.com/ and read the SETUP links or the TUTORIALS link on the side tab.

If you need Account Assistance, file a help desk ticket at the same location.
  #5  
Old 06-24-2012, 09:07 AM
tarunramesh tarunramesh is offline
Registered User
 
Join Date: Jun 2012
Posts: 4
Default

Quote:
Originally Posted by andrea_r View Post
Bones is not an official Studiopress product. It is 3rd party. If you need support for it, you will have to ask the author.

You may just find it a whole lot easier to use the sample child theme as I suggested and edit the style.css in there. It has everything listed you could possibly want to edit and it just plain css.
So what your suggesting is, just create a empty functions.php file and a css file with the following

/*
Theme Name: Sample
Theme URI: http://www.yourdomain.com/
Description: This is a sample child theme created for the Genesis Framework.
Author: Your Business Name
Author URI: http://www.yourbusiness.com/

Version: 1.0

Tags: custom-background, custom-header, featured-images, threaded-comments, two-columns

Template: genesis
Template Version: 1.7.1

License: GNU General Public License v2.0
License URI: http://www.opensource.org/licenses/gpl-license.php
*/

Filling in my own stuff and then from there I can start making css changes and I am good to go?
  #6  
Old 06-24-2012, 09:13 AM
tarunramesh tarunramesh is offline
Registered User
 
Join Date: Jun 2012
Posts: 4
Default

And I just put them in a folder and upload it to where my wordpress themes are stored
  #7  
Old 06-24-2012, 09:44 AM
andrea_r's Avatar
andrea_r andrea_r is offline
Forum Manager
 
Join Date: Nov 2009
Location: Eastern Canada
Posts: 36,279
Default

Quote:
Filling in my own stuff and then from there I can start making css changes and I am good to go?
Yes, that's what I suggested with our sample child theme which has all the css selectors so you don't have to hunt them down. :)
__________________
*****
These forums were CLOSED to new posts on November 19th, 2012. New forums are here: http://www.studiopress.com/forums/ and you will need to SIGN UP AGAIN.

If you need assitance with setting up your theme, go to http://my.studiopress.com/ and read the SETUP links or the TUTORIALS link on the side tab.

If you need Account Assistance, file a help desk ticket at the same location.
  #8  
Old 07-01-2012, 03:15 AM
iseo iseo is offline
Registered User
GenesisConnect
Pro Plus Member
 
Join Date: May 2010
Location: New Zealand
Posts: 63
Default

stick with bones. just edit the style.css file, leave the LESS commented out if you don't want to use it. if you did know how to use it, use it, its far easier and faster to code your css. you just need a compiler like codekit, and edit the less files, make sure style.css is the output source, and you are done. stick with less.
__________________
iSEO
<a href="http://www.iseo.co.nz/seo-blog/">SEO Blog</a> - <a href="http://www.iseo.co.nz/">Search Engine Optimisation</a>
Follow me <a href="http://twitter.com/iseonz">on Twitter</a>
  #9  
Old 07-24-2012, 08:42 PM
jscott2104 jscott2104 is offline
Registered User
Genesis Member
 
Join Date: May 2012
Posts: 1
Default Editing traditional CSS in Bones without Less

The Bones theme framework comes with two different "styles" stylesheets. The default is parsed by Less and is called "styles.css". There is another stylesheet called styles-old.css that is traditional CSS file.

According to the the Bones Support section here is the solution:

---------------------------
Copied from http://themble.com/huge-responsive-bones-update/
---------------------------

NO! I don’t like change! I want it the old way!

No worries, inside the library/css folder, there’s a file called old-css.css which contains the old css file. Just reference it in the header and you’re good to go. You’ll also want to call the respond.js file inside library/js/libs/ folder so that IE won’t be left out.

----------------------------
End Quote
---------------------------
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 03:34 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.