Price table

Responsive, suitable for any type of business, built for any needs elegant one-page Joomla template.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Aug 14, 2013 12:51 pm
Reply with quote
Report this post
Is there way to replicate the price table seen in the Simplicity template in the Creativity template?
User avatar
Fresh Boarder

GK User
Wed Aug 14, 2013 1:46 pm
Reply with quote
Report this post
You would need to copy all styles corresponding to .gkPriceTable (starting with this class) from gk.stuff.css and color scheme from simplicity to your override.css in creativity.
User avatar
Moderator

GK User
Wed Aug 14, 2013 1:50 pm
Reply with quote
Report this post
Ok thank you. Is the price table a module or custom HTML?
User avatar
Fresh Boarder

GK User
Wed Aug 14, 2013 3:11 pm
Reply with quote
Report this post
customHTML:
Code: Select all
<p class="gkCentered">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam scelerisque faucibus risus non iaculis. Fusce a augue ante, pellentesque pretium erat. Fusce in turpis in velit tempor pretium. Integer a leo libero.</p>

<div class="gkPriceTable gkPriceTableAnimated col3">
<dl>
<dt>Basic</dt>
<dd class="gkPrice">$15<small>/ month</small></dd>
<dd>Unlimited Storage</dd>
<dd>Unlimited Transactions</dd>
<dd>Unlimited Contacts</dd>
<dd>Unlimited Users</dd>
<dd><a href="#">Choose</a></dd>
</dl>

<dl class="gkPremium">
<dt>Premium</dt>
<dd class="gkPrice">$99<small>/ month</small></dd>
<dd>Unlimited Storage</dd>
<dd>Unlimited Transactions</dd>
<dd>Unlimited Contacts</dd>
<dd>Unlimited Users</dd>
<dd>Try it for a month!</dd>
<dd><a href="#">Choose</a></dd>
</dl>

<dl>
<dt>Plus</dt>
<dd class="gkPrice">$29<small>/ month</small></dd>
<dd>Unlimited Storage</dd>
<dd>Unlimited Transactions</dd>
<dd>Unlimited Contacts</dd>
<dd>Unlimited Users</dd>
<dd><a href="#">Choose</a></dd>
</dl>
</div>

<p class="gkCentered">Tell us how many projects you have and we'll let you know which plan would best fit your needs.</p>

this code might be useful ;)
User avatar
Moderator

GK User
Wed Aug 14, 2013 3:12 pm
Reply with quote
Report this post
Wonderful! Thanks again for your help.
User avatar
Fresh Boarder


cron