digiblogger
Member
Posted 9 months ago #
First: Thank you for this nice plugin. I like it because it is easy to customize it to my design via css and po-files.
But there is a problem that I hope you can help to solve.
My theme catches plugins and recolours the widget area where it is show. That works great.
But before any widget, my theme has the option to show an Icon and the widget title like in standard wordpress widgets.
How can I add a title for your widget like "Login" that is shown correctly.
I have no php skills, so please help me with a line of code and an advice where to insert it.
Thanks.
http://wordpress.org/extend/plugins/tabbed-login/
digiblogger
Member
Posted 9 months ago #
as an example: take a look at http://www.extratouch.de (my website=
Vivek Marakana
Member
Plugin Author
Posted 8 months ago #
Go to tabbed-login.php and find the line
"<div id="login-register-password">"
Add "<span class="color-login">Login</span>" before that line
and add following style to tabbed-login.css :
.color-login{
font-size: 30px;
line-height: 36px;
font-family: "OpenSansRegular";
position: relative;
top: -14px;
}
Vivek Marakana
Member
Plugin Author
Posted 8 months ago #
Can you help me out with german translation of this plugin..I have seen that you have translated this plugin to german..Can you share it with others??