On this site, I have another experimental blog. It is my first attempt to use Wordpress, uses a custom theme (based on twentyeleven) called “Piratenkleider” and I’ve configured it to use the Fancier Author Box. Actually I’m very happy with the result, I’ve already changed a bit of the style sheet (the box’s boundary was a tad bit too strong for my taste). This is what the box looks like now:

As you can see, I still have three “problem areas” left:
1.: The text of the tabs is too close to the box, the icons are missing and the inaktive tab’s colour is wrong
2.: On the active tab (either one) there’s a bar across the text (or the tab doesn’t touch the box)
3.: The social media icons are too far apart (I’ve seen it differently)
I strongly suspect there’s a clash with the theme’s CSS because after I switched to the Twentyeleven theme for testing, the box appeared correctly:

I already dabbled around with the style sheets but didn’t find a solution. I suspect the core of the problem is the theme’s CSS’s habit to mark all the links as “external”. This applies special styles to those external links which I suspect break the author box’s CSS.
These are the styles I added to my theme’s style sheet customisation:
.content-primary a.extern {
background: url(“”);
padding-left: 0;
}
.ts-fab-tab {
border: 1px dotted #333;
}
With them, I was able to at least partly revert the changes the “extern” class adds to the links, however, I am not that much of a CSS expert so I’m afraid I’m stuck for now. I also left a comment on the theme builder’s website. They’re looking into the issue, however, since they get to do that only in their spare time, it may take a while. For the moment I’m okay with the limitations - it’s not as beautiful as it could be, but I can live with that ;-)
At least I managed to translate the plugin’s strings so in case anyone’d like to use my german language files, feel free to download the two of them:
ts-fab-deDE.po
ts-fab-deDE.mo






