Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question.

    Sure, that’s easy ?? Just uncheck the “Search/Filtering” checkbox on the “Edit” screen of the table. That will turn off the search and hide the form field.

    Regards,
    Tobias

    Thread Starter aidanmf

    (@aidanmf)

    Sorry I didn’t explain myself properly.

    I would like to have the search option there. I would just like to have the background (where you enter what you would like to search) not be white, I would rather it be transparent.

    Thanks
    Aidanmf

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    ah, ok ?? Thanks for the clarification!

    That should be possible with this “Custom CSS”:

    .dataTables_filter,
    .dataTables_filter label,
    .dataTables_filter input {
      background-color: transparent !important;
    }

    Regards,
    Tobias

    Thread Starter aidanmf

    (@aidanmf)

    Thank you so much, and I have already rated you at 5 stars!!!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    sure, no problem, you are very welcome! ??
    And thanks for the rating, I really appreciate it!

    Best wishes,
    Tobias

    Hi TobiasBg !

    For my part the search and the order aren’t visible.. I checked it in the edit of my table but it doesn’t appear. I thought it was because of the jQuery of my theme which could be too old but when i put the new jQuery it works and the drop down menu of my website doesn’t work. Have you got a solution ?

    If you want i can give you an admin access

    https://www.public-saintcharlesinternational.com/contact/nos-entreprises

    Thanks very much for your help !

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    To find out more, please turn off the “jQuery Updater” plugin. We should try to fix this with the default version of jQuery that comes with WordPress.

    Then, your site seems to contain some code that “phones home” to some server. See https://stackoverflow.com/questions/15998753/what-does-this-code-do-on-my-wordpress-blog-malware for more information. You should remove that code from your theme (probably the header.php) file.

    Regards,
    Tobias

    Thank you very much for your help !

    Can i ask you where have you learned to developp a plugin ? I only began to learn php few months ago and i’m so far from your level… Have you got some tips or website to learn how to quickly understand php object with the MVC ?
    I went into your code and for me it’s like “japanese” language ??

    Thanks again !

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    I learned developing plugins by simply reading other plugins’ code and the WordPress code. You should probably start with some basic PHP, HTML, and CSS code, and learn that. Then, maybe try reading some of the great posts on the web that explain how to use various parts of WordPress. There are also some good books on plugins development out there, but I’m not that familiar with them.

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Making Search field invisible’ is closed to new replies.