Skip to content

Tiny Framework child themes

Like and share:

Accessible WordPress theme Tiny Framework was built to be extended and the best way to achieve this is to use child themes. Currently Tiny Framework has three child themes. Some of them are free, others are given as "Thank you" gifts to those supporting Tiny Framework development with donations or contributions (theme translations, bug fixes, etc.). Higher tier donation earns all lower level gifts too!

Tier 0 - Subscriber: FREE gifts!

Tiny Framework Child Example

Tiny Framework Child Example

This theme comes preloaded with every Tiny Framework download and is located in inc/examples/tiny-framework-child/ folder. Just upload it as a separate theme alongside with Tiny Framework parent theme (both themes should be uploaded for child theme to work), activate it and you're ready to go!

License: GPL
Number of sites: UNLIMITED
Access to theme updates: UNRESTRICTED (updates are shipped with every new Tiny Framework release)
Support: FREE support @WordPress.org or paid custom support.
* Free support doesn't include theme customization questions.

Tier 1 - Contributor: any donation amount!

Tiny Framework Child with Fancy Header

Tiny Framework Child Fancy Header

This theme will be provided as a "Thank you" gift to everyone who will support Tiny Framework development with a donation, no matter how big or small it is going to be.

As you can see theme header nicely integrates the Site Logo feature. For the best result use PNG logo with transparent background.

style.css includes rules to relocate the whole branding block (Logo, Site title and description) to the left side, search for: "Move the branding block to the left side".

Donate and receive Tiny Framework Child with Fancy Header!

License: GPL
Number of sites per donation: 1
Access to theme updates: 1 year (you have to email me and I will send you the latest theme version)
Support: Paid custom support only.
* If support question is not related to theme header, use FREE support @WordPress.org.
* Free support doesn't include site customization questions.

Tier 2 - Author: those donating $25 and more.

Tiny Framework Child in Full Width

Tiny Framework Child Full Width

As you can see theme header nicely integrates the Site Logo feature. It also features:

  • Tip38 - Overhanging/Pull Quotes (style.css) - please see images below.
  • Tip39 - Overhanging Images (style.css, js/custom-scripts.js) - please see images below.

Donate and receive Tiny Framework Child in Full Width!

License: GPL
Number of sites per donation: 1
Access to theme updates: 1 year (you have to email me and I will send you the latest theme version)
Support: Paid custom support only.
* Free support will be provided only in case of theme bugs or issues.

Child in Full Width implementation examples

Quick tips

In order to change the color of top menu border (default is yellow), please find border-bottom line in section 15.2 Minimum width of 1100 pixels:

.main-navigation {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	display: block;
	margin-top: 0;
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	/* background: rgba(255, 255, 255, 0.9); */ /* make background transparent */
	border-bottom: 5px solid rgb(255, 255, 0);
	clear: both;
	z-index: 300;
	box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.4);
}

You can use HTML Color Picker to calculate RGB color code and regular color code too.

Other tiers

At this time I do not have more gifts ready for you, but I do plan to prepare full-width child theme with dark top menu and footer (you can see it in one of the examples). In any case, I will really appreciate your higher level donations, because they will help me to meet my ends.

Tier 3 - Editor:

those donating $50 and more.

Tier 4 - Administrator:

those donating $100 and more.

Donate to keep me running!

Thank you all! 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *