• nyghtfalcon

    (@nyghtfalcon)


    Recently I upgraded my log in plug in and now the message that was on the log in page – “Welcome to Client Order System. This site is accessible to approved users only. To be approved, you must first register.” – shows up on the plug-in.

    In which table can I find this message so I can delete it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Evan Herman

    (@eherman24)

    Whatever table that plugin has created is most likely where your going to find that table.

    I’d recommend just hiding it with CSS. Set the display to none, that way the message is just never visible. You can also go one step further and use javascript to remove() the element, that way it never appears in the DOM.

    It may also help to specify which plugin you are using, and posting a question in that plugins support forum.

    Evan

    Thread Starter nyghtfalcon

    (@nyghtfalcon)

    Evan

    Thanks for responding. I am using “Theme-My-Login” and it does not create a table. I have checked the CSS and there is nothing there either.

    There is an option to create a custom PHP program but I am frustrated with all the custom code I have had to create. This is a simple site and it is becoming far too complex. So, any ideas you might have would be welcome.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Login Message’ is closed to new replies.