Tagged: price table
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!
Hey!
Try selecting this option in the table settings – http://screencast.com/t/P2kFAzokx
Best regards,
Josue
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.
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
It’s works!
Thanks, you can add this fix to new upgrade.
Glad it worked, i’ll suggest the change to Kriesi :)
Regards,
Josue