test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • hengstler Friend
    #182795

    Is there a tutorial how to create a “Pricing Page” like in your demo @ http://joomla25-templates.joomlart.com/ja_brisk/joomla-content/bonus-pages/pricing-page.html/url] ??

    This would be very useful for me

    Kind regards from Switzerland

    Ninja Lead Moderator
    #475110

    Pricing page is custom html page and you can make the same by using the following HTML code :

    1. Create Article with content below:

    <div class="pricing-table style1">
    <div class="col-wrap four-cols">
    <div class="col col-first">
    <div class="col-header"><span class="price"><sup>$</sup>29<small>/Month</small></span> <strong>Basic</strong></div>
    <ul>
    <li><strong>2G</strong> Disk space</li>
    <li><strong>250Gb</strong> Monthly Bandwidth</li>
    <li><strong>10</strong> Widgets</li>
    <li><strong>2</strong> Email accounts</li>
    <li><strong>10</strong> Subdomain</li>
    <li><strong>Unlimited</strong> Database</li>
    </ul>
    <div class="col-footer"><a class="btn" href="#" title="Buy now">Buy now</a></div>
    </div>
    <div class="col">
    <div class="col-header"><span class="price"><sup>$</sup>29<small>/Month</small></span> <strong>Standard</strong></div>
    <ul>
    <li><strong>2G</strong> Disk space</li>
    <li><strong>250Gb</strong> Monthly Bandwidth</li>
    <li><strong>10</strong> Widgets</li>
    <li><strong>2</strong> Email accounts</li>
    <li><strong>10</strong> Subdomain</li>
    <li><strong>Unlimited</strong> Database</li>
    </ul>
    <div class="col-footer"><a class="btn" href="#" title="Buy now">Buy now</a></div>
    </div>
    <div class="col featured">
    <div class="col-header"><span class="price"><sup>$</sup>29<small>/Month</small></span> <strong>Professional</strong></div>
    <ul>
    <li><strong>2G</strong> Disk space</li>
    <li><strong>250Gb</strong> Monthly Bandwidth</li>
    <li><strong>10</strong> Widgets</li>
    <li><strong>2</strong> Email accounts</li>
    <li><strong>10</strong> Subdomain</li>
    <li><strong>Unlimited</strong> Database</li>
    </ul>
    <div class="col-footer"><a class="btn" href="#" title="Buy now">Buy now</a></div>
    </div>
    <div class="col col-last feature-rs">
    <div class="col-header"><span class="price"><sup>$</sup>29<small>/Month</small></span> <strong>Unlimited</strong></div>
    <ul>
    <li><strong>2G</strong> Disk space</li>
    <li><strong>250Gb</strong> Monthly Bandwidth</li>
    <li><strong>10</strong> Widgets</li>
    <li><strong>2</strong> Email accounts</li>
    <li><strong>10</strong> Subdomain</li>
    <li><strong>Unlimited</strong> Database</li>
    </ul>
    <div class="col-footer"><a class="btn" href="#" title="Buy now">Buy now</a></div>
    </div>
    </div>
    </div>

    2. Create Menu with “Single Article” Type and select article above.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 12 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum