• Resolved congcong009

    (@congcong009)


    Hi Tobias,

    Thanks for your great addon, this do a lot of help!
    Here I just have one issue, and hope you could help me out.

    Please check my site: http://book.blendercn.org/issuefixinbook

    You can see the header has 2 lines, which cause the search button quite ugly and odd. I have checked most of your threads but still there’re no discuss to adjust the lines in search header. Is that possible to change this to normal or maybe just disable?
    Meanwhile, the css looks really different from Chrome and IE. Everything looks fine under Chrome but not from IE. I don’t know why >.<

    Looking forward your suggest!
    Regards,
    congcong009

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter congcong009

    (@congcong009)

    I mean it would be better to make it show up at 1 line, like:

    search: [ ]

    things like that would looks better~ I think CSS is down for my whole site in IE, maybe due to the site-code issue. I will check that later. But in Chrome only this header is not working, odd.

    regards,
    -c

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    yes, I believe that this is caused by your theme as well, because the default is the “search: []” that you describe.

    However, it should be easy to fix this. Please try adding this CSS code to the “Custom CSS” textfield on the “Plugin Options” screen of WP-Table Reloaded:

    .dataTables_wrapper input {
      display: inline!important;
    }

    Best wishes,
    Tobias

    Thread Starter congcong009

    (@congcong009)

    wow, thanks for your quick reply!

    Those code did works so good! It just looks perferct! But here’s another issue like at the left side, the “Show _Menu_ entries” didn’t work so good. http://book.blendercn.org/issuefixinbook

    I follow your guide in thread and check from the DataTables doc: http://www.datatables.net/styling/custom_classes

    The below code doesn’t work, can u suggest once again?

    .dataTables_length input {
     display: inline!important;
    }

    BR
    -c

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    great that this worked! 🙂

    Your code to change the other dropdown is almost right, but the problem is, that the dropdown is a “select” and not an “input” in HTML code.

    So, to also fix this, just change the code I gave you in my previous post to this

    .dataTables_wrapper input,
    .dataTables_wrapper select {
      display: inline!important;
    }

    This will fix both the dropdown and the search.

    Best wishes,
    Tobia

    Thread Starter congcong009

    (@congcong009)

    Hi Tobia,

    It’s working again! what a great help and nice of you!
    Thank you so much! All the best man! 🙂
    Regards,
    -C

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    you are very welcome! 🙂

    Best wishes,
    Tobias

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘[Plugin: WP-Table Reloaded] Search header issue’ is closed to new replies.