• Resolved digiblogger

    (@digiblogger)


    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/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter digiblogger

    (@digiblogger)

    as an example: take a look at http://www.extratouch.de (my website=

    Plugin Author Vivek Marakana

    (@vivekmarakana)

    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;
    }

    Plugin Author Vivek Marakana

    (@vivekmarakana)

    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??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Tabbed Login Widget] Add title to widget’ is closed to new replies.