• Resolved Michael

    (@mitfi)


    Dear service team,

    in my environment on the my bookings page, the “my bookings” table with id=”dbem-bookings-table” has the following classes: class=”widefat post fixed”.

    This leads the table to be displayed on top of the page overlapping the menu and being displayed inadequately.

    Therefore, I inserted a very small script on that page:

    <script type="text/javascript">$("#dbem-bookings-table").removeClass("fixed");</script>

    This works quite well, however, it seems not normal to be in need thereof.

    How could I avoid to have the class “fixed” being attached to “#dbem-bookings-table” in the first place?

    Thanks in advance for your support.

    Kind regards

    Michael

Viewing 1 replies (of 1 total)
  • Thread Starter Michael

    (@mitfi)

    Solved: Another plugin used the class fixed in a different way. Maybe not a good idea to use classes that are easy to be mixed up with other uses.

Viewing 1 replies (of 1 total)
  • The topic ‘My bookings table fixed to the top of the page’ is closed to new replies.