Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #386558
    I'm using Enfold Table element and have an "&" character in one of the headings (for example, "Smith & Jones"). 
     I looks normal in a regular browser, but when I resize it to enable responsive mode, Enfold displays an extra character (like "Smith & Jones").

    You can see it at the URL supplied in Private Content. Please help!

    #387548

    Hey!

    Try selecting this option in the table settings – http://screencast.com/t/P2kFAzokx

    Best regards,
    Josue

    #582253

    Hi,
    I have the same error, when I used “+” or “-”
    Josue, the screencast is not aviable.

    You can check it on my site at: http://cronopiosidiomas.com/en/spanish-intensive-courses/
    Normal: http://awesomescreenshot.com/0875mlqi49
    Responsive: http://awesomescreenshot.com/0af5mlql27

    What can I do?

    Thanks for your help.

    #582567

    Hi,

    Open /enfold/config-templatebuilder/avia-shortcodes/table.php and look for this line:

    $responsive_style .= ".avia-table-".self::$table_count." td:nth-of-type(".($counter + 1)."):before { content: '".$row['content'][$counter]['content']."'; } ";
    

    Replace it by this:

    $responsive_style .= ".avia-table-".self::$table_count." td:nth-of-type(".($counter + 1)."):before { content: '".html_entity_decode($row['content'][$counter]['content'])."'; } ";
    

    Regards,
    Josue

    #583441

    It’s works!
    Thanks, you can add this fix to new upgrade.

    #583590

    Glad it worked, i’ll suggest the change to Kriesi :)

    Regards,
    Josue

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