• I love this plug in. I put the widget in the sidebar and I simply love it.
    Still I have some issues. Two to be exact.
    First one is that my site uses a theme in which the widgets have outlines and the Login with Ajax needs some padding to the left and right, because it extend right to the outlines. Where can I add padding?
    The second problem is that my widget does not look like the one in the plug-in description. It does not say “Hi Admin”.

    https://www.ads-software.com/extend/plugins/login-with-ajax/

Viewing 6 replies - 1 through 6 (of 6 total)
  • @hope change

    Open Control panel of your website >> open public_html >>
    open WP-content >> open themes >> open {Your Theme Name} folder >>
    open css folder in it and download “dark css”.

    After completion open it with notepad or your default html editor.

    find the word tables on the text and you can change the appearance there.

    Hope it Works.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    what Prudhvi28 is basically saying, you need to make changes to your CSS in your theme ??

    if you put a link to your site on here, maybe someone out there would be willing to help with this.

    regarding your hi admin issue, i see the bug and will be fixed in next update (you’ll be able to modify it in your widget settings too)

    Thread Starter hopechange

    (@hopechange)

    ok.
    here is the link:

    https://www.theperfumebaseline.com/male-perfume/code-armani-men/

    thanks for the widgete!!! it’s great! and thanks for help!!!! ?? you are realy kind.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    you can add this in your theme style.css

    td.lwa-password-label {
      padding-left: 10px;
    }
    
    td.lwa-username-label {
      padding-left: 10px;
    }
    Thread Starter hopechange

    (@hopechange)

    WOW! I see you updated the plugin, Marcus. It’s amazingly good now! Thanks mate! You da man! It now shows “Hi, username” in the widgete title. ??

    Unfortunately angelo_nwl, your advice did not work. It did notning. It’s not just the username and password boxes, it’s everything, even if your loged in. The profile avatar is stuck to the left boarder. But that is not such a big problem. Thanks anyway! ??

    Plugin Support angelo_nwl

    (@angelo_nwl)

    I see, you mean the whole login div

    e.g.

    .lwa.lwa-default {
      padding: 10px;
    }

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Padding and username’ is closed to new replies.