Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #314758

    Hello,

    how can I minimize currency sign and text within Pricing row in Pricing table? I was hoping that it works automatically…

    Thank You in advance,
    Marijana

    #315086

    Hi Marijana!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .pricing-table li.avia-pricing-row { font-size: 25px; }
    .pricing-table li.avia-pricing-row .currency-symbol { font-size: inherit; top: 0; }

    Cheers!
    Yigit

    #315278

    Hi,
    I’m not good at coding, so I need little more help. I’ll try to be clear :-)
    I paste the code that you sent me to Quick CSS and my pricing row in my pricing table currently looks like this (pls see link)
    http://www.moja-asistenca.com/cjenik/

    I want that the numbers are larger than letters, actually I want that elements of pricing row look just like this:
    http://kriesi.at/themedemo/?theme=enfold

    Please help…
    Thanks,
    Marijana

    #315573

    Hey!

    Thank you for the update.

    Please edit the Table element the set the row with the numbers to “Pricing Row”.

    Best regards,
    Ismael

    #315706

    Hi Ismael,

    please be more specific, where can I edit the table to set the row with the numbers to “Pricing Row”, I do not see this feature, this possibility? I can choose between this options: 1. default row, 2. heading row 3.pricing row, 4. button row and numbers aren’t mentioned.

    Did you mean on Quick CSS? If you thought on Quick CSS, please send me right code…

    Thank you,
    Marijana

    #316349

    Will someone please answer? :-(

    #316664

    Hi!

    Do you mind creating a temporary admin login and posting it here privately?

    Best regards,
    Yigit

    #316684
    This reply has been marked as private.
    #316713

    Hi!

    No worries. I have tried to login but seems like login credentials are not correct. Can you check them once again?

    Best regards,
    Yigit

    #316733
    This reply has been marked as private.
    #316747

    Hi!

    There was a misunderstanding clearly when i posted you this code – https://kriesi.at/support/topic/pricing-tables-2/#post-315086
    I have removed it from Quick CSS and created a private page called “Test page” and added a pricing table it does work fine. Please review your website.

    Cheers!
    Yigit

    #316779
    This reply has been marked as private.
    #316790

    Hey!

    In that case you have two options;
    1- Please go to wp-content/themes/enfold/config-templatebuilder/avia-shortcodes folder and open table.php file and find

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

    and change it to

    $content = preg_replace('!(\$|€|¥|£|¢|kn|¤|%|‰|¢|¤|£|¥|€)!','<span class="currency-symbol">$1</span>', $content);

    2- Add your prices as following

    25<span class="currency-symbol">kn</span>

    Regards,
    Yigit

    #316799
    This reply has been marked as private.
    #316802

    Hi!

    You are welcome Marijana, glad we could help :)
    Please request such feature here – https://kriesi.at/support/enfold-feature-requests/
    and let us know if you have any other questions or issues!

    Regards,
    Yigit

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Pricing tables’ is closed to new replies.