Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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.
    #701164

    Hey 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,
    Rikard

    #701356

    Hi,

    I made a completely ‘fresh’ installation:

    #701446

    Hi,

    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.
    #701566

    That’s not really a solution neither, as it shows a ‘code box’ in the table.

    #702223

    Hi 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
    #702288

    But 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.

    #702299

    Hi,

    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

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