Thankyou

page.title

I have some pretty big news to share with you today. This change has been brewing for some months now and there has been a lot of work happening behind the scenes to make this happen ... so without further ado ... I would like to announce ...

Continue Reading

page.title

I have just released an updated version of our Zen Shortcode plugin. It's a free Joomla plugin that can be used for a wide range of features including applying the Zen Grid Framework Grid, rendering buttons and Font Awesome icons. The update is a simple update that includes Font Awesome v4.6.3.

This post is a quick overview of the tool we use to populate the list of Font Awesome icons available in the plugin. It may be helpful for other developers trying to find a convenient way to keep track of font icons used in the Font Awesome library.

What is Font Awesome?

If you are new to the idea of font icons they are in a nutshell a way to render icons or symbols on the page using a single font file rather than displaying an image for each symbol. In addition the icons can be manipulated using basic css to adjust the appearance of the symbols on your website.

icon-example.png

Font Awesome is an open source project that includes an incredible array of icons for pretty much any use case you may need. You can view a full list of icons in Font Awesome here.

Continue Reading

page.title

I've just published the style guide for the Build.r template - Blank.ly.

Blank.ly is a downloadable quickstart package and online style guide for the tools available in the Build.r template.

The demo outlines the display and functionality tools that can be used in your Joomla content and modules, as well as for developers who are using Build.r to build their own templates.

Continue Reading

page.title

Over the weekend I made available our May Joomla Template release - Grid4. As the name suggests it's the fourth incarnation of our popular Grid series of designs, and it is the first template to be released using the new Build.r child theming functionality.

Continue Reading

page.title

Yesterday I released an update to the Build.r template that adds the option to turn any of it's rows into a smooth scrolling parallax driven display. Parallax is one of those design "innovations" that you either love or hate, but one thing for sure is that users and clients love the option of being able to use it if they can.

I like the judicious use of the effect and think that in some cases it can work well to push your point. But please, I must ask that you use the Parallax in the Build.r template responsibly ....

Continue Reading

page.title

I'm super excited to announce the availability of the Buildr theme.

This template has been a long time in the making - the first seed was sown after christmas at the end of last year. And while I had hoped to have this release in time for March, March came and went but I think the final product will be all the better for the delay.

This is a pre-announcement for the official release on Monday but I couldn't wait to share the template with you and also update our members on a few things.

Continue Reading

page.title

A few days ago the Joomla team released the latest major version of Joomla - Joomla 3.5. There are a ton of new features in this release but one in particular that stands out as a major boon for all website owners - support for PHP7.

Joomla 35

PHP7 - A serious speed improvement

PHP7 was released in November 2015 and promises to be at least twice as fast as php5. Which is an incredible promise if you consider how important speed is when it comes to SERP ranking and that we can sometimes spend an inordinate amount of time shaving milliseconds of our website's page speed.

Continue Reading

page.title

This year marks ten years since I first registered the Joomlabamboo domain name. It's incredible to think it's been a decade. At the time I had no idea that Joomlabamboo would become the lifeblood of my work and that the Joomla CMS would figure so greatly in my life for the better part of a decade.

I first learnt how to code a template when I built the first website for my Acupuncture practice. I still work as an acupuncturist but web design and development consumes a far greater part of my time and focus.

My initial inspiration for starting Joomlabamboo was to be able to build simple, minimal and creative Joomla templates. When I look back through the catalogue I think we have more or less stayed true to that course (with a few significant deviations).

This post is designed to serve as an update for Joomlabamboo, the future of our templates and to provide some insight into the workings of a small template club in an ever growing, ever changing and ever expanding theming landscape.

TL;DR;

The gist of this post can be summarised as follows:

  • We are still here and aren't going anywhere
  • All current club members just had an extra month added to their subscription
  • We will be changing our subscription structure and release schedule in the near future
  • We have some new offerings on the way that will simplify and bring greater focus to our catalogue
  • Our Zen Grid Framework is days away from being compatible with Wordpress and our first Wordpress theme will be released next week.
  • We have a new free Joomla template and Wordpress theme called Blank.ly almost ready for release
  • We have an all in one builder template called Build.r that will be released next week.
  • We truly appreciate the support that our members have shown over the last ten years.

Continue Reading

page.title

I was excited to see a tweet go out last week about an exciting new Joomla Extensions offering by Cory Webb. I've long been a fan of Cory's work and was excited to see what he had put together. I've only had a chance to play with a few of the extensions so far, but from what I can see they are highly targeted extensions designed to fill a gap in the core Joomla functionality.

I really like this approach and so I decided to reach out to Cory directly to find out more about the inspiration behind his new project and his plans for 2016 ...

Continue Reading

What's new in Zentools2

page.title

I've been working feverishly on Zentools2 this last month adding a ton of new features and requested content sources. What started out as a quick update very quickly turned into an obsessive bug fix / feature adding session. In fact the scope and scale of this update grew so much that I decided to make this new version of Zentools2 the offering for our club members this month.

This update adds to an already flexible and versatile extension by adding 5 new content sources, a fully enhanced curated gallery that can now be used to create a Paypal driven shop and embed social content, a lightbox that can play video and so much more.

Continue Reading

page.title

Joomla has the ability to add an alternative link to attach to an item. These are called Link A, Link B and Link C and can be found in the Images and links tab in the content manager. Zentools2 is able to makes use of the Link A value assigned to an item by allowing the user to replace the default item link with the Link A url.

This means that you can create stubs or snippets of content that use the data from each Joomla content item, but direct the user to a manually created link eg another component or external page.

Continue Reading

This is a quick snippet for being able to center items in a zentools2 module using a module class suffix in Joomla.

.center-module .zentools [grid-col] {float:none;display:inline-block}
.center-module .zentools {text-align:center;float:none}

Once this has been added to your custom.css file you can then use the module class center-module in the module class suffix field in the Zentools2 advanced panel.

Continue Reading