• When I display a post, the post opens with all the entries displayed. If I reload the post with the shift-key, the paging options and search box appear. How do I get the post to open with the search-box, displayed.

    I have some narrow tables, which I would like the browser to revert to the width of each table as ‘user-agent dependant’. I tried to fool it with

    .wp-table-reloaded-id-9 {min-width: 200px !important}

    but it still displayed as full width, with several columns having lots of excess width.

    Any pointers appreciated.

    Richard

Viewing 13 replies - 1 through 13 (of 13 total)
  • Hi,

    please provide the URL of the page with your table, so that I can see the issues you are describing.

    Thanks
    Tobias

    Thread Starter mcl

    (@mcl)

    Unfortunately the site is behind a password protected site. I would be happy to give you access, but I do not know how to communicate that to you.

    Richard

    Thread Starter mcl

    (@mcl)

    Tobias, very helpfully had a look at my site and gave several suggestions.

    The one that seemed to work, was removing ‘Firebug Lite’ a javascript lookalike for Chrome and other non Firefox browsers. The javascript was obviously causing a conflict with Wp-table-reloaded’s javascript.

    Thank you Tobias and congratulations again on an excellent Plug-In.

    Richard

    Hi Tobias,

    I’ve been strugling with the column width, but nothing worked.
    I added 2 CSS-lines to the plugin:

    wp-table-reloaded-id-1 .column-1 {width: 20%!important;}
    .wp-table-reloaded-id-1 .column-2 {width: 10%!important;}

    A link to the table in question is :

    http://www.gsd-software.nl/CPA/?page_id=424

    include mistake:

    .wp-table-reloaded-id-1 .column-1 {width: 20%!important;}
    .wp-table-reloaded-id-1 .column-2 {width: 10%!important;}

    gr. Guido

    Hi Guido,

    you should also set the “autowidth” parameter to false, as mentioned in the FAQ on my website.
    Currently, your setting gets overwritten again by the JavaScript code that is automatically calculating the widths.

    Best wishes,
    Tobias

    Tobias,

    It helps, but not all the way.
    The initial display (first x entries) is wrong – so no change – , but the next pages are good.
    Looks a “bug” to me.

    gr. Guido.

    I found another quirk.

    If you set the number of entries in the JS section to a value not in [10,25,50,100] e.g. 30, the display will default to
    "Show 10 entries"
    but the page will show 30 entries.

    gr. Guido.

    Hi, i’m having troubles with missing search box and select box at firefox
    site is http://www.alep.pr.gov.br/transparencia/relacao-dos-funcionarios/adidos/

    Hi,

    I’m not really sure why this is not working in Firefox, but I assume that one of the HTML validation errors is causing it.
    Please check your site with http://validator.w3.org and try to fix as many errors as possible.
    That should hopefully make the JavaScript work again.

    Regards,
    Tobias

    maybe isn’t that 🙁
    common errors are missing alt, li and ul nested and mixed :p bcause i have an inception menu and an role error oO

    Hi,

    ok, thanks for checking.

    In that case, I need to refer you to the DataTables JavaScript library forums at http://www.datatables.net/forums, as this is possibly a JavaScript problem then (although I couldn’t spot one when taking a quick glance).

    Regards,
    Tobias

    I think is a js problem, i tried to trigger the dataTables on hardcode and they worked with an alert
    weird

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

The topic ‘WP-Table-Reloaded: Search Box Missing and Table Width’ is closed to new replies.