Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #726524

    Hi,
    I dont know if this is a bug or if I fucked something up. But my empty table cells in my price table show “{{content-7}}” and “{{content-8}}”.
    I have applied some custom css to that table, but its still there when I disable my css codes.

    the css I applied: (prijstabel is the css class applied to the table)

    .prijstabel>.pricing-table-wrap>.pricing-table>.avia-heading-row>span{
    border-left: 0;
    border-right: 0;
    background-color: #ffffff;
    left: 0px;
    right: 0px;
    
    }
    .prijstabel>.pricing-table-wrap>.pricing-table>.avia-heading-row>div,
    .prijstabel>.pricing-table-wrap>.pricing-table>.avia-pricing-row,
    .prijstabel>.pricing-table-wrap>.pricing-table>.avia-pricing-row>span {
        color: #eb4f4a;
    font-style: italic;
    }
    .prijstabel>.pricing-table-wrap>.pricing-table>li {
        color: #000000;
    font-style: italic;
    border-right: 0;
    border-left: 0;
    }
    .prijstabel>.pricing-table-wrap>.pricing-table>li>strong {
        color: #000000;
    font-style: italic;
    border-right: 0;
    border-left: 0;
    }
    .prijstabel>.pricing-table-wrap>.pricing-table>li:nth-child(1),
    .prijstabel>.pricing-table-wrap>.pricing-table>li:nth-child(3),
    .prijstabel>.pricing-table-wrap>.pricing-table>li:nth-child(5),
    .prijstabel>.pricing-table-wrap>.pricing-table>li:nth-child(7),
    .prijstabel>.pricing-table-wrap>.pricing-table>li:nth-child(9),
    .prijstabel>.pricing-table-wrap>.pricing-table>li:nth-child(11) {
        background-color: #ffffff !important;
    }
    .prijstabel>.pricing-table-wrap>.pricing-table>li:nth-child(2),
    .prijstabel>.pricing-table-wrap>.pricing-table>li:nth-child(4),
    .prijstabel>.pricing-table-wrap>.pricing-table>li:nth-child(6),
    .prijstabel>.pricing-table-wrap>.pricing-table>li:nth-child(8),
    .prijstabel>.pricing-table-wrap>.pricing-table>li:nth-child(10),
    .prijstabel>.pricing-table-wrap>.pricing-table>li:nth-child(12) {
        background-color: #ececec !important;
    }

    You guys got tips?

    #726963

    bump

    #727060

    Alright, this seems to be a bug that only occurs when you leave an entire row open. Otherwise its fine.

    #727736

    Hi,

    Sorry for the late response. Yes it seems to be a bug, and it shows when the last row (entire row) doesn’t have any content. We will report this to our devs.

    Best regards,
    Nikko

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