Advanced Table Styling Issue

New home Forums Pro Add-on Troubleshooting Advanced Table Styling Issue

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #58749
    WaterTim
    Participant

    Hi there, when including an advanced table the styling seems to be complete off (see picture attached) and nothing like seen in the demo here: https://www.wpgmaps.com/demo/map-with-markers-listed-below-advanced/.

    For example: Even though there is space, the description won’t be shown.

    Any idea why and how to solve it?

    Attachments:
    You must be logged in to view attached files.
    #58751
    WaterTim
    Participant

    Moreover, how is it possible to NOT display “show entries” and search bar?

    #58762

    Hi there,

    Thanks for getting in touch.

    Could I kindly ask if you would be open to sending me a link to your site so that I can take a closer look at this issue and assist you further?

    Regarding the ability to hide the ‘Show Entries’ and search bar, this can be achieved with some custom CSS which I would also be happy to help with and will prepare if it is possible to send me a link to the site so that I can assist further.

    Thanks for your time and I look forward to hearing back from you and helping you further.

    Kindest regards,
    Dylan

    #58767
    WaterTim
    Participant
    This reply has been marked as private.
    #58784

    Hi there,

    Thanks for the response.

    It is only currently possible to hide those two sections via CSS. I would suggest using the following CSS however, to avoid it hiding it from other tables if you might be using any other plugins that use the DataTables library:

    .wpgmza_marker_holder .dataTables_length,
    .wpgmza_marker_holder .dataTables_filter,
    .wpgmza_marker_holder .dataTables_info,
    .wpgmza_marker_holder .dataTables_processing,
    .wpgmza_marker_holder .dataTables_paginate {
    display: none !important;
    }

    Regarding the issue with the table display, the plugin uses the DataTables library, however, it seems to be automatically detecting it as a mobile device and showing the responsive view.

    In order to debug this more closely and assist you further, could I kindly ask you to create a ticket here: https://www.wpgmaps.com/contact-us/

    Thanks for your time and I look forward to hearing back from you and assisting you further.

    Kindest regards,
    Dylan

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.