Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #561500

    Hallo,

    auf unserer Seite (noch im Wartungsmodus) haben wir mit Portfolio Raster und entsprechenden Einträgen Events platziert. Leider ist die Ansicht auf einer mobilen Plattform der einzelnen Portfolio-Einträge fehlerhaft. Die Tabellentitel wiederholen sich. Auch ist der Button zum Buchen verschwunden. Anbei findet ihr unten den Screenshot der normalen Ansicht auf dem Monitor und die auf dem Handy.

    Danke für die Hilfe!

    Viele Grüße
    Nina

    #561733

    Hi Janinifee!

    We would need to see it in action. Can you send us a link to the page and a login?

    Perhaps you have an empty column in the front or something like that. In those cases something like this might work, https://kriesi.at/support/topic/bug-table-headers-applied-incorrectly-on-media-query/#post-387990.

    Best regards,
    Elliott

    #562093

    Hi Elliott,

    please find the login in the privat content.

    Thank you!

    Best regards,
    Janina

    #562577

    Hi!

    Can you send us a link to the exact page? I tried looking around but could not find the table.

    Cheers!
    Elliott

    #563045

    Hi,
    you can find the events on the startsite (have a look to the private content). Please choice an event and the the different between the normal and the mobile view…

    Thank you!

    Best regards
    Janina

    #563654

    Hi!

    Yeah, it looks like it’s because your using the headings on the left hand side. Try this CSS out.

    td::before { display: none !important; }
    th { display: block !important; }
    

    Regards,
    Elliott

    #563829

    Hi,

    thanks, it works, but i still miss the button to reserve on the mobile view…

    best regards
    janina

    #564355

    Hey!

    Please add this css code:

    @media only screen and (max-width: 767px) {
    .responsive .avia_responsive_table .avia-data-table .avia-button-row, .responsive .avia_responsive_table .avia-data-table tr:first-child th {
        display: block;
    }
    }

    Regards,
    Ismael

    #564617

    Hey Ismael,

    it works – thank you very much!

    best regards
    janina

    #565357

    Hi Ismael,

    now is the mobile view perfekt, but not the web view…
    Please help!
    thanks!
    best regards
    janina

    #566091

    Hi Ismael,

    we now commented out the first css td::before…

    Is there any other option to display a proper enfold table responsive in standard and mobile resolutions?

    This is urgent for us as our online marketing started and half of our clients use mobiles and half of them the desktop. So we can not afford that half of them get displayed a broken table.

    Best regards

    #566495

    Hi!

    You can set the table to be scrollable on mobile view. Please remove all the css modifications then edit the table element. Set the table purpose to tabular and the responsive styling settings to scrollable. Or you can create your own table manually inside a code block: http://www.w3schools.com/html/html_tables.asp

    Regards,
    Ismael

    #569238

    Hi,

    thank you. I did it. But: Now long sentence are hidden….
    Please take a look to the site.

    THX
    Janina

    #570053

    Hi!

    I can’t see any hidden sentences? where exactly? can you highlight using screenshots please? (imgur.com, dropbox).

    Cheers!
    Andy

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