-
AuthorPosts
-
March 10, 2015 at 2:30 pm #408832
Hello guys!! How are you??
I’ve noticed that when you put the value plus “$” dollara currancy, it show perfect, but for me it has to be “R$” which is the brazilian currancy.
How can i add the same effect for that ?
I’ve noticed aswell, that in you live demo, you have per month with the same effect as the dollar currance adn with small letters…
How can i do that ? is there any code that i write that make that effect for every letter i want to ?Thanks!
March 10, 2015 at 3:37 pm #408878Hey Bruno!
Thank you for using our theme.
You have to modify the core file enfold\config-templatebuilder\avia-shortcodes\table.php line 231:
Look for:
$content = preg_replace('!(\$|€|¥|£|¢|¤|%|‰|¢|¤|£|¥|€)!','<span class="currency-symbol">$1</span>', $content);
and add the currencies/text you like:
$content = preg_replace('!(\$|€|¥|£|¢|¤|%|‰|¢|¤|£|¥|€|R\$)!','<span class="currency-symbol">$1</span>', $content);
Best regards,
GünterMarch 10, 2015 at 4:27 pm #408914but when i update the theme and wp… will still be working ?
and what about the “per month” like you guys have in your live demo…i’d like to write this in portuguese..
Thanks!
March 10, 2015 at 4:31 pm #408916Hey!
1- Please use a child theme and move modified file to your child theme – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
2- Please use HTML Small tag for “per month” text – http://i.imgur.com/6UwK05c.pngCheers!
YigitMarch 10, 2015 at 7:01 pm #409013great!! now could i just deactivate on CSS the currency effect? so i just write in the same style as the value…
thanks guys!! you rock!!!March 11, 2015 at 1:21 pm #409806Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_pricing_default .pricing-table li.avia-pricing-row small, .avia_pricing_default .pricing-table li.avia-pricing-row .currency-symbol { opacity: 1; color: inherit; } .pricing-table li.avia-pricing-row .currency-symbol { font-size: inherit; top: 0; }
Best regards,
YigitMarch 13, 2015 at 12:22 am #410789Perfect.. just one more question.. is there anyway i can change de default font size for paragraph??? cause when i tried the css.. p{ font-size:12px;} it changes all the paragraphs to the same size… but id like to change only the default size.. and the others i’d like to keep the same size i set for each one..
did u understand ? sorry cause my english is not that good..
March 13, 2015 at 4:53 pm #411103Hey!
Please see – http://kriesi.at/documentation/enfold/change-the-default-font-size/
Best regards,
YigitMarch 15, 2015 at 3:10 pm #411676Thanks guys!!!
Just one more question… I try to find it in the Forum but i couldn’t..how can i translate the whole enfold and avia builder… my client i’s having some problem cause he doesn’t know english…
thanks!
March 16, 2015 at 9:59 am #411982 -
AuthorPosts
- You must be logged in to reply to this topic.