Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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!

    #408878

    Hey 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('!(\$|€|¥|£|¢|¤|%|‰|&cent;|&curren;|&pound;|&yen;|&euro;)!','<span class="currency-symbol">$1</span>', $content);
    						
    

    and add the currencies/text you like:

    
    
    $content = preg_replace('!(\$|€|¥|£|¢|¤|%|‰|&cent;|&curren;|&pound;|&yen;|&euro;|R\$)!','<span class="currency-symbol">$1</span>', $content);
    							
    

    Best regards,
    Günter

    #408914

    but 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!

    #408916

    Hey!

    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.png

    Cheers!
    Yigit

    #409013

    great!! 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!!!

    #409806

    Hey!

    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,
    Yigit

    #410789

    Perfect.. 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..

    #411103
    #411676

    Thanks 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!

    #411982

    Hey!

    You can use the Codestyling Localization plugin to translate the theme options and advance layout builder. :)

    Regards,
    Ismael

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