Community Forums › Forums › Archived Forums › General Discussion › Nameless – free child theme
Tagged: free child theme, nameless
- This topic has 25 replies, 9 voices, and was last updated 6 years ago by studiokid.
-
AuthorPosts
-
November 29, 2012 at 10:56 pm #2467JestersTearParticipant
I made a free child theme called Nameless, and I looked through the community forums here but didn't really find an appropriate place to share the link, so I'm posting it here - apologies in advance if I shouldn't, and please delete this post if that's the case.
Anyway, here's the link if anyone would like to grab it: http://www.monicaguerraleiria.com/nameless-free-genesis-child-theme/
Monica | jesterstear on twitter | monicaguerraleiria.com
November 30, 2012 at 9:24 am #2515AnitaCKeymasterThat's really nice JestersTear! I am going to try it out and I'll link it on my site.
Need help with customization or troubleshooting? Reach out to me.
November 30, 2012 at 9:30 am #2517SusanModeratorNice job, Monica!
As an aside, I got my introduction to Genesis framework through Designer Blogs - I bought one of their blogger templates, and then decided to take the plunge and switch to WordPress. I love the work you ladies produce!November 30, 2012 at 12:34 pm #2582JestersTearParticipantThanks for the link and compliment, anitac!
And thanks for the compliment, Susan, t's so cool to hear it was Designer Blogs that inspired you to go WordPress + Genesis! 😀
Monica | jesterstear on twitter | monicaguerraleiria.com
November 30, 2012 at 12:37 pm #2584Jon WeissMemberNovember 30, 2012 at 7:10 pm #2704nickthegeekMemberThanks for making that available to the community. Looks great.
December 2, 2012 at 1:43 pm #2896JestersTearParticipantDecember 3, 2012 at 2:57 am #2970colemanwebMemberI am new and have a question for anyone. There are three themes I'm interested in getting along with the framework. Now that I see all the free plugins that come with the Genesis framework, I realize I may not need one of those themes at all. Sooooo, this is what I'm thinking. Purchase the Genesis framework and then later buy the themes. How much are the themes after you've already purchased the Genesis framework and is there a bundle price, like say for example $3 for 45 or anything like that? I just don't want to get zinged and find out I have to pay $59 each theme after I purchase the framework. If that's the case, I'll have to think long and hard about which theme to get.
Your theme looks beautiful JesterTears. Very similar to what I was looking for. I wish they would make a pinboard-type theme that's responsive. I would absolutely love that.
December 3, 2012 at 7:31 am #2978AnitaCKeymasterThere is a Pinboard in the works. I had a sneak peak and it was nice. Hold out if you can!
Need help with customization or troubleshooting? Reach out to me.
December 3, 2012 at 7:38 am #2980SusanModerator@colemanweb - once you buy the Genesis framework, there are free child themes available; you can also go ahead and create your own child themes.
If you wish to purchase additional child themes, you would just pay the cost of the child theme (not the genesis framework again). The regular cost of each theme is under $25. There are discounts available for existing users, and sometimes special discounts (for example, Black Friday sales). You can also go the "ProPlus" route, where you pay one lump sum and have access to all the StudioPress themes (NOT the community themes), and as each new one is made available, you will also receive that free of charge.
December 3, 2012 at 3:39 pm #3139colemanwebMemberThank you. That's what I suspected. I couldn't imagine that they wanted me to pay $79.95 over and over again. 🙁
December 3, 2012 at 10:24 pm #3205GJudyParticipantThank you! I have just gotten to the point where I want to try to 'create' my own child theme. Your beautiful Nameless theme will be an inspiration. I will credit your art in this theme whenever I use it.
December 9, 2012 at 8:06 pm #4087goldenimageMemberHow does the home page responsive slider area work?
I added short code in a text widget and dragged it into that space and it doesn't work. I added
add_filter( ‘widget_text’, ‘shortcode_unautop’);
add_filter( ‘widget_text’, ‘do_shortcode’);
Still doesn't work. I've replaced the functions.php file 6x today because I keep breaking it trying to make this work. Very frustrated.
An suggestions??
December 9, 2012 at 8:32 pm #4090AnitaCKeymasterYou need to install the Genesis Responsive Slider and then drag the slider into that widget area.
Need help with customization or troubleshooting? Reach out to me.
December 9, 2012 at 9:17 pm #4098goldenimageMemberI have images that I need to use that aren't included on a page or post. 🙁
December 10, 2012 at 7:24 am #4149AnitaCKeymasterYou can try using WP-Cycle - you add images and can include a URL or not. http://wordpress.org/extend/plugins/wp-cycle/. It would just rotate images you put in there. You can set the width and height just like a regular slider. Read their instructions on how to add it to your theme.
Need help with customization or troubleshooting? Reach out to me.
December 10, 2012 at 8:25 am #4157JestersTearParticipantThe only problem with the bit of code you're trying to add is the quotes you're using (that's what's breaking functions.php). If you add
add_filter('widget_text', 'do_shortcode');
like that, with the straight quotes, it will allow you to use the shortcode you want.
Monica | jesterstear on twitter | monicaguerraleiria.com
December 10, 2012 at 8:40 am #4161goldenimageMember@JestersTear - thank you for your response. The code above added the slider controls, but the images aren't there. I added the code to the very bottom of functions.php. Is that the best place to put it?
Any other suggestions?
December 10, 2012 at 8:54 am #4164JestersTearParticipantI've placed it between
}
and/** Register Additional Sidebar Areas */
simply because the Sidebar Areas should be the last thing in functions.php, but it will work the way you've done it, it's just best practice to leave the Sidebar Areas for last.Which plugin are you trying to use for the slideshow?
Monica | jesterstear on twitter | monicaguerraleiria.com
December 10, 2012 at 9:00 am #4166goldenimageMemberhttp://globalloyaltyrewards.com/nameless1.jpg
http://globalloyaltyrewards.com/nameless2.jpg
The first link shows functions.php
The second second shows the slideshow controls and if I mouse over the edges the < > controls appear, but no images.
I've deactivated all plugins except Cyclone Slider2. I'm still doing something wrong...
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.