Skip to content

Releases: ciaranmahoney/csm-theme-wordpress

Improving SCSS, Added Button Classes

19 Jan 18:58

Choose a tag to compare

Pre-release

v0.4

  • Mostly behind the scenes changes that involve refactoring SCSS.
  • Added some utility classes for colors and buttons: .btn .btn-small .btn-medium .btn-green/red/orange/pink/light-gray/dark-gray/hollow. These can be used for anchors to turn a link into a button. Eg, <a href="#" class="btn btn-small btn-red">Button</a>
  • Some minor edits to fix image alignment issues and clearing footer floats.

Button colors small

Button colors default

Release v0.3

13 Dec 01:05

Choose a tag to compare

Release v0.3 Pre-release
Pre-release

See blog post on this release here.

I created 3 new text areas in the options page which support html and js code and hook directly into one of three action hooks:

  • wp_head: Inserts code just before closing head tag.
  • wp_footer: Inserts code just after opening footer tag.
  • csm_after_body: Inserts a custom hook just after the opening body tag.

Release v0.21

23 Nov 23:54

Choose a tag to compare

Release v0.21 Pre-release
Pre-release

Forgot to update the version properly so cache didn't clear for hotfix. Updated to 0.21 now.

The fixes in this version make this theme should work for most sites, but use at your own risk.

Beta release - v0.1

22 Nov 22:37

Choose a tag to compare

Beta release - v0.1 Pre-release
Pre-release

This is the first release and is setup primarily for my blog - it hasn't been tested to WP theme repository standards and it may or may not work properly for you. In the coming releases I will fully test and add to WP theme repo. Cheers, Ciaran