Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1361552

    I’ve used Text in other areas of Enfold without it breaking anything. But trying to use it in alternating table rows, it bolded text where I didn’t use Text :-(

    At the bottom of this page Special Character do I need to use this plugin Translation plugin and then use ###lt###Text###gt### to Bold?

    But what about the “/” in ###gt### to close the element?
    I’ve spent hours trying to figure this out.

    I grabbed this from the forum and use it in Quick css

    `// CSS – Pricing Table
    //————————————–*/

    /* Heading */
    #top .pricing-table li.avia-heading-row,
    #top .pricing-table li.avia-heading-row .pricing-extra {
    background-color: #1379cb!important;
    font-size: 14px;
    /* color: #000000; */
    border-color:#1379cb;
    }

    /* Pricing rows */
    #top .pricing-table li.avia-pricing-row {
    background-color: #ff892f!important;
    font-size: 24px;
    color: #000000;
    border-color:#1379cb;
    }

    • This topic was modified 2 years, 1 month ago by wildturkeyway. Reason: update
    #1361579

    Never Mind – Sort of.
    Now and work as expected.
    I got it to work but I would appreciate clarification on both Special Charater and The Translation Plugin
    I did install the plugin but not certain I needed to.

    #1361642

    Hi wildturkeyway,

    We’re happy to hear that you sorted it out.
    As for the Special Character translation plugin, it will allow you to use symbols that breaks the page for example the greater than sign >, in the backend/textblock you’ll write it as ###gt### but in the frontend/rendered page it will show as a greater than sign.
    Here’s the list of the symbols:

    ###lt###		=> <
    ###gt###		=> >
    ###amp###		=> &
    ###91###		=> [
    ###93###		=>']
    ###quot###		=> "
    ###34###		=> '

    Best regards,
    Nikko

    #1394697

    Hi,

    with your plugin Special Character Translation I tried to replace the curly version of ‘&’ with the version of the font by using ###amp###.
    But only the ‘###amp###’ appears in the headline.

    Best regards,
    Vera

    #1394699

    Hi,
    Thank you for your question, according to our documentation the Special Character Translation plugin only supports:

    ###lt###		=> <
    ###gt###		=> >
    ###91###		=> [
    ###93###		=>']

    If you want to add the amp you can edit the plugin and add this code after the others after line 45:

    '###amp###'		=> '&'

    Enfold_Support_152.jpeg
    or uninstall and delete the plugin from your site and install this custom one instead.
    If this doesn’t change your amp please link to it so we can help with some css.

    Best regards,
    Mike

    #1394701

    Hi Mike,

    okay, I understand.

    I edited the plugin code. It works fine!

    Thanks a lot for your quick reply.

    Best regards,
    Vera

    #1394708

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to Bold Text in Tables’ is closed to new replies.