Viewing 4 replies - 1 through 4 (of 4 total)
  • @aiven

    Looks like it is the same issue as posted in this closed topic.

    dwinden

    @aiven

    Is any of these 2 plugins installed and activated in your WordPress env:

    • wpDataTables
    • White Label CMS

    dwinden

    Thread Starter AiVeN

    (@0aiven0)

    @dwinden

    Thanks for reply,I searched but not found that closed topic,pardon.

    No,I’m not using any of these plugins.

    I dont even know whats the content of the “details”.
    What it should contain?

    It shows only the type of saved log? Like brute force or 404 etc..
    And the time when ban expires?

    If yes,like on the second picture i posted,then it’s okay,not a big bug to trouble with.. ??

    @aiven

    Ok, no problem.

    I’ve seen this issue before. Probably a css style conflict from another plugin which is causing this.

    I’ve attached an example printscreen from my env displaying some css using Firefox FireBug browser plugin. Compare it with yours.

    Example printscreen Host or User Lockout details

    You will probably find that in your env css styles are used from a jquery-ui.css file instead of an ithemes.css file.

    Please position the mouse cursor on top of the file name (jquery-ui.css). A tool tip will show you the full path to the jquery-ui.css file. It could be pointing to a plugin or theme folder which includes its own jQuery install or one from Google CDN.

    Note the jQuery jquery-ui.css file is normally not included in a WP 4.5 install …

    Also notice in my printscreen that (when details are properly displayed) the Logs Details jQuery dialog box only uses styles from the following files:

    • ithemes.css
    • load-styles.php

    You’ll need to identify which plugin enqueues the jquery-ui.css file.
    To prevent conflicts it should only be enqueued in that plugin’s admin pages… (and not in ALL admin pages).

    dwinden

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Logs details not showing properly’ is closed to new replies.