I’ve been creating css shapes for a while now, but just recently I’ve been starting to wonder how does the technique actually work and why.
You can find a good collection of css snipets here. Most shapes use css 3 properties but there are a few useful ones that do not require css 3 so you don’t have to worry about browser compatibility.
How to create a triangle with css
#right-triangle { width: 0; height: 0; border-left: 60px solid red; border-top: 30px solid transparent; border-bottom: 30px solid transparent; } |
Profile Builder version 1.1.13 is officially out
Even though we released a few hot-fixes since v.1.1.6, it’s been a long time since we released a new big update for our ever-growing plugin…but wait no more, v.1.1.13 is finally here!
For those who just met up with WordPress, Profile Builder is WordPress registration done right; it lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users.
Although we added a few new things (like 1 more custom redirect, and some usable parameters in the userlisting), the main feature we worked quite a lot on is redesigning the plugin’s functions from custom PHP functions to WordPress functions. This should solve a lot of the black avatar issues we read on the forums about.
We added the possibility to have a user defined meta-key name. When you add a new extra field you still get the custom_field_x default meta-name, but now you can change it according to your liking.
A few other useful things we added include filters (you can see a sum of them here), and a userslisting parameter [wppb-list-users visibility="param"] where param can be: public (so that anyone can view the userlisting, even visitors not logged in), or restricted (only logged in users can see it).
A few things we would like to mention regarding this version:
UPDATE:
There was a minor bug regarding the way one could insert html links into the “agree to terms and conditions” checkbox, which is now fixed with a proper text-display. Version 1.1.14 should be available for download.