Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1180299

    Hallo liebes Kriesi Team,
    ich muss eine große Tabelle in einer Seite einfügen. Im Inspector schaut der Code momentan so aus:

    <div class=”avia-table main_color avia-pricing-table-container avia_show_empty_cells avia_pricing_default avia-builder-el-7 avia-builder-el-no-sibling avia-table-1″ itemscope=”itemscope” itemtype=”https://schema.org/Table”><div class=”pricing-table-wrap”><ul class=”pricing-table “><li class=”avia-heading-row”><div class=”first-table-item”>Anliegen</div><span class=”pricing-extra”></span><li class=””>Abbruch von Gebäuden<li class=””>Abfallbeseitigung</div><div class=”pricing-table-wrap”><ul class=”pricing-table “><li class=”avia-heading-row”><div class=”first-table-item”>Amt</div><span class=”pricing-extra”></span><li class=””>Bauamt<li class=””>Gemeindekasse</div><div class=”pricing-table-wrap”><ul class=”pricing-table “><li class=”avia-heading-row”><div class=”first-table-item”>Zimmer</div><span class=”pricing-extra”></span><li class=””>Zimmer 3<li class=””>Zimmer 10</div><div class=”pricing-table-wrap”><ul class=”pricing-table “><li class=”avia-heading-row”><div class=”first-table-item”>Telefonnummer</div><span class=”pricing-extra”></span><li class=””>09974/9404-23<li class=””>09974/9404-28</div></div>

    Also ich habe vier Spalten und zu Testzwecken mal zwei Zeilen manuell befüllt.

    Jetzt ist es aber so, dass ich ca. 100 Zeilen zu befüllen habe. Das wird natürlich eine langwierige Sache, wenn man jede Zelle einzeln befüllen muss.
    Dieses Codesnippet habe ich mir einfach genommenund in einem anderen Tool entsprechend ergänzt, aber wie und wo kann ich das jetzt einfügen?
    Gibt es da eine Möglichkeit?

    Danke schonmal für eure Hilfe

    Liebe Grüße
    Silke

    #1180393

    Hey Silki,

    You can insert the html in the text block or in the code block. Also, you can create the table with the Advanced Layout Builder element.
    Image 2020-01-31 at 20.21.23.png
    Image 2020-01-31 at 20.21.41.png

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1180487

    Hallo Victoria,
    danke für deine Rückmeldung.

    Ich habe die Tabelle mit dem ALB erstellt. Aber ich weiß nicht wie ich dort schnell weitere 100 Zeilen z.B. aus einer Excel Tabelle hinein bekomme.

    Im Inspector wird mir folgender Code angezeigt:
    screenshot

    Ich hätte gehofft, dass man diesen irgendwie erweitern kann – und dort einfach die List Elemente einträgt. Das würde schneller gehen als jede Zelle im ALB einzeln zu befüllen.

    Gibt es da eine Möglichkeit?

    Danke schonmal
    Liebe Grüße
    Silke

    #1180488

    Hat das mit dem Bildlink funktioniert?

    Image 2020-02-01 at 9.55.34 AM.png

    Falls nein, hier noch ein Versuch ;-)

    Liebe Grüße
    Silke

    #1181729

    Hi,

    Ich habe die Tabelle mit dem ALB erstellt. Aber ich weiß nicht wie ich dort schnell weitere 100 Zeilen z.B. aus einer Excel Tabelle hinein bekomme.

    This is not possible, unfortunately. You will have to edit the cells/column of the table and add the content manually.

    Enabling the debug mode might help speed things up a bit because you will be able to edit the shortcodes directly instead of using the table editor.

    [av_table purpose='pricing' pricing_table_design='avia_pricing_default' pricing_hidden_cells='' caption='' responsive_styling='avia_responsive_table' id='' custom_class='' av_uid='']
    [av_row row_style=''][av_cell col_style='']Test First Column First Row[/av_cell][av_cell col_style='']Test Second Column First Row[/av_cell][av_cell col_style='']Test Third Column First Row[/av_cell][/av_row]
    [av_row row_style=''][av_cell col_style='']Test First Column Second Row[/av_cell][av_cell col_style='']Another Content[/av_cell][av_cell col_style='']Another Content[/av_cell][/av_row]
    [av_row row_style=''][av_cell col_style='']Another Content[/av_cell][av_cell col_style='']Another Content[/av_cell][av_cell col_style='']Another Content[/av_cell][/av_row]
    [/av_table]
    

    Please check the documentation below for more info.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode

    Best regards,
    Ismael

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