This is a post for other Blooog users who use button shortcodes.
In the latest Blooog update (v1.3 from June 18 2013), it appears that much of the shortcode handling has been removed from the theme, and offloaded to a new, free Themebeans shortcode plugin. Make sure you get that plugin!
After updating my Blooog installation, I noticed that all my buttons turned yellow. After banging my head against the wall for a few minutes, I discovered that the previous version of the theme used the "style" tag to define a color in the shortcode, but the new plugin uses the "color" tag.
So, instead of saying something like:
"[button url='http:www.google.com' style="blue" size="small" type="square" icon=""]Google[/button]"
It now needs to say this:
"[button url='http:www.google.com' color="blue" size="small" type="square" icon=""]Google[/button]"
Again, the only difference is the word 'color' is now used instead of 'style.'
Hope this helps someone!
In the latest Blooog update (v1.3 from June 18 2013), it appears that much of the shortcode handling has been removed from the theme, and offloaded to a new, free Themebeans shortcode plugin. Make sure you get that plugin!
After updating my Blooog installation, I noticed that all my buttons turned yellow. After banging my head against the wall for a few minutes, I discovered that the previous version of the theme used the "style" tag to define a color in the shortcode, but the new plugin uses the "color" tag.
So, instead of saying something like:
"[button url='http:www.google.com' style="blue" size="small" type="square" icon=""]Google[/button]"
It now needs to say this:
"[button url='http:www.google.com' color="blue" size="small" type="square" icon=""]Google[/button]"
Again, the only difference is the word 'color' is now used instead of 'style.'
Hope this helps someone!