-
AuthorPosts
-
October 18, 2016 at 2:32 pm #700659
Hi
I can’t use the less then symbol (
<
) in a table. When I insert it, there is no problem. But after saving the page, it shows:
<[/av_cell][/av_row] [/av_table]
I tried to bypass it using & # 0 6 0 ; or & l t ; , but that doesn’t work. That is what was recommended in another topic.
But after resaving, the code will become the symbol and then it happens again.- This topic was modified 8 years, 1 month ago by Trender.
October 19, 2016 at 11:46 am #701164Hey Trender,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Thanks,
RikardOctober 19, 2016 at 2:58 pm #701356Hi,
I made a completely ‘fresh’ installation:
October 19, 2016 at 5:42 pm #701446Hi,
Please try to add pre and code as shown below without space.
< pre > < code > > < / code > < / pre >
Best regards,
Vinay- This reply was modified 8 years, 1 month ago by Vinay.
October 19, 2016 at 11:36 pm #701566That’s not really a solution neither, as it shows a ‘code box’ in the table.
October 21, 2016 at 9:04 am #702223Hi Trender,
It’s a great solution, you only need to remove the extra styling when using the
< pre >code. I have added this code in your Quick CSS (located in Enfold > General Styling):
.avia-table pre { background: transparent; border: 0; line-height: inherit; margin: 0; padding: 0; }
I hope this resolves the problem. Please let us know if there are any related issues :)
Best regards,
Nikko- This reply was modified 8 years, 1 month ago by Nikko. Reason: formatting
October 21, 2016 at 11:10 am #702288But that will remove the styling everywhere, it’s disabling < pre > function/styling which can be useful as well.
Why should it be < pre > < code > > < / code > < / pre > and not only < code > > < / code > ?However, I think most clients will forget to put the < code > in, so the table will be broken. Isn’t there a way they can just insert this symbol?
Somehow, other themes don’t seem to have this problem.October 21, 2016 at 11:23 am #702299Hi,
Please enable custom css class name support to target only specific code blocks
kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/Replace “.avia-table” with a custom css class name .
.custom-class pre { background: transparent; border: 0; line-height: inherit; margin: 0; padding: 0; }
Best regards,
Vinay -
AuthorPosts
- You must be logged in to reply to this topic.