Tagged: tables
-
AuthorPosts
-
March 23, 2018 at 5:18 pm #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
VidemiMarch 24, 2018 at 9:03 am #932258Hey Videmi,
Can you please post the log in link, the usual ones did not seem to work.
Best regards,
VictoriaMarch 26, 2018 at 10:46 am #932935Hello!
Sorry, I forgot. And thanks for looking up the problem!
Here you go!
Greetings
VidemiMarch 27, 2018 at 4:03 am #933314Hi,
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,
IsmaelMarch 27, 2018 at 3:06 pm #933693Hello,
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,
VidemiMarch 28, 2018 at 1:30 pm #934271Hi,
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,
IsmaelMarch 29, 2018 at 1:27 pm #934787Hello!
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, 8 months ago by Videmi.
March 30, 2018 at 1:43 pm #935306Hi,
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,
IsmaelApril 3, 2018 at 9:24 am #936391Hello 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, 7 months ago by Videmi.
April 3, 2018 at 1:03 pm #936516 - elements in it and aswell I dont know why.
-
AuthorPosts
- The topic ‘Tables; one spams "::before", the other just fell out of the grid.’ is closed to new replies.