-
AuthorPosts
-
September 7, 2014 at 8:22 pm #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,
MarijanaSeptember 8, 2014 at 2:55 pm #315086Hi 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!
YigitSeptember 8, 2014 at 6:42 pm #315278Hi,
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=enfoldPlease help…
Thanks,
MarijanaSeptember 9, 2014 at 4:42 am #315573Hey!
Thank you for the update.
Please edit the Table element the set the row with the numbers to “Pricing Row”.
Best regards,
IsmaelSeptember 9, 2014 at 9:06 am #315706Hi 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,
MarijanaSeptember 10, 2014 at 8:06 am #316349Will someone please answer? :-(
September 10, 2014 at 3:35 pm #316664Hi!
Do you mind creating a temporary admin login and posting it here privately?
Best regards,
YigitSeptember 10, 2014 at 3:55 pm #316684This reply has been marked as private.September 10, 2014 at 4:21 pm #316713Hi!
No worries. I have tried to login but seems like login credentials are not correct. Can you check them once again?
Best regards,
YigitSeptember 10, 2014 at 4:42 pm #316733This reply has been marked as private.September 10, 2014 at 4:59 pm #316747Hi!
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!
YigitSeptember 10, 2014 at 5:18 pm #316779This reply has been marked as private.September 10, 2014 at 5:28 pm #316790Hey!
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,
YigitSeptember 10, 2014 at 5:35 pm #316799This reply has been marked as private.September 10, 2014 at 5:38 pm #316802Hi!
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 -
AuthorPosts
- The topic ‘Pricing tables’ is closed to new replies.