-
AuthorPosts
-
August 12, 2022 at 4:17 pm #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, 3 months ago by wildturkeyway. Reason: update
August 12, 2022 at 9:42 pm #1361579Never 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.- This reply was modified 2 years, 3 months ago by wildturkeyway.
August 14, 2022 at 4:29 pm #1361642Hi 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,
NikkoJanuary 22, 2023 at 1:43 pm #1394697Hi,
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,
VeraJanuary 22, 2023 at 2:38 pm #1394699Hi,
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###' => '&'
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,
MikeJanuary 22, 2023 at 3:25 pm #1394701Hi Mike,
okay, I understand.
I edited the plugin code. It works fine!
Thanks a lot for your quick reply.
Best regards,
VeraJanuary 22, 2023 at 5:10 pm #1394708Hi,
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 -
AuthorPosts
- The topic ‘How to Bold Text in Tables’ is closed to new replies.