Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter shughes126

    (@shughes126)

    Here ya go!

    http://arcgroup.universusmedia.com/members/lawyer-listing/

    While I have your attention. Would love to know exactly where I should go to add a little space between the Search Box and table below.

    Love the plugin and thanks for the quick reply.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for the link!
    The reason for the drop down not being visible is that your theme is hiding all drop downs for some reason.
    To make it visible again, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .dataTables_wrapper label select {
      opacity: 1;
    }

    To increase the space below the search field, add

    .dataTables_filter {
      margin-bottom: 15px;
    }

    Regards,
    Tobias

    Thread Starter shughes126

    (@shughes126)

    Awesome! Worked perf. Thanks.

    Another quick question. Does the info in the table show up in the html so it’s SEO/Google friendly?

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

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

    Yes, the data in the table is in the HTML, so search engines will pick it up just fine.

    Best wishes,
    Tobias

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

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

The topic ‘Not showing entires # dropdown’ is closed to new replies.