Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #932039

    Hello Enfold-Mod!
    So as the topic discribes, I have a problem with tables. It stretches over the whole website and I have no clue what is happening.
    The first Table just spams “::before” selectors while I enabled the header-row. It stops when I deactivate the rows.
    The second table has

  • elements in it and aswell I dont know why.

    I’d appreciate if you looked into it and maybe solve the problem!

    Best Wishes
    Videmi

#932258

Hey Videmi,

Can you please post the log in link, the usual ones did not seem to work.

Best regards,
Victoria

#932935

Hello!

Sorry, I forgot. And thanks for looking up the problem!

Here you go!

Greetings
Videmi

#933314

Hi,

The tables break because of the comparison symbols. Example.

> 80 mcd/lux

Please use the actual words instead of the symbols for now. Example.

more than 80 mcd/lux

Best regards,
Ismael

#933693

Hello,

I understand what you meant, but that simply doesn’t fix the tables. I tried to make new ones with the same content and without any special symbols, wich could be misinterpreted by the system but it’s still messed up.

Maybe it’s a little deeper in the files. Any Idea what else it could cause?

Greetings,
Videmi

#934271

Hi,

Thank you for the update. Did you update the theme manually via FTP? There was a duplicate of the table.php file so we removed it. We are currently moving the shortcode files inside their own directory so previous shortcode files outside these directories will still exist after a manual update. Please remove the whole “config-templatebuilder” > “aviashortcodes” folder first if you’re planning to do a manual update again in the future.

Best regards,
Ismael

#934787

Hello!

Thank you very much, that looks way better now!

Now I have a new problem: As you can see on the linked page, the last table/s (all pricing tables) have rounded borders and is kinda splitted up in 2 columns. I thought that deleting the margin is a simple work-around but these rounded corners and these 2px borders don’t look as smooth as previously.

This is my code for now, inserted in custom css:

/* Tables without Margin */
ul.pricing-table {
margin: 0px;
}

Any suggestions how to get around these “beauty-errors”?

Best regards,
Videmi

  • This reply was modified 6 years ago by Videmi.
#935306

Hi,

Please use the following css codes to remove the border radius of the table.

.pricing-table > li:first-child, .pricing-extra {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.avia-pricing-table-container .pricing-table>li:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

Best regards,
Ismael

#936391

Hello Ismael,

thank you for your work, everything seems fixed now! You can close this topic now.

Have a great week!

Best regards,
Videmi

  • This reply was modified 6 years ago by Videmi.
#936516

Hi,

Great, glad you got it working and sorry for the problems. Please open a new thread if you should have any further questions or problems.

Best regards,
Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Tables; one spams "::before", the other just fell out of the grid.’ is closed to new replies.