New home › Forums › Pro Add-on › Troubleshooting › Advanced Table Styling Issue
Tagged: advanced table, marker listing
- This topic has 3 replies, 2 voices, and was last updated 2 years, 11 months ago by [email protected].
-
AuthorPosts
-
April 15, 2020 at 8:21 pm #58749WaterTimParticipant
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.April 15, 2020 at 8:28 pm #58751WaterTimParticipantMoreover, how is it possible to NOT display “show entries” and search bar?
April 16, 2020 at 9:20 am #58762[email protected]MemberHi 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,
DylanApril 16, 2020 at 10:02 am #58767WaterTimParticipantThis reply has been marked as private.April 16, 2020 at 2:47 pm #58784[email protected]MemberHi 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 -
AuthorPosts
- You must be logged in to reply to this topic.