Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1361671
    Anonymous
    Inactive

    https://cliently.com/pricing/

    I am changing up pricing on our site. I need the new pricing table element (under the current tabs) to be placed within. I know this can be done with short-code; however, I do not know where I can find applicable shortcode for my already create table.

    Please assist.

    #1361897
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! You can refer to the following link for shortcode http://demo.theme.co/integrity-1/shortcodes/responsive-pricing-table/ and edit the code according your previous pricing table.

    Hope this helps!

    #1363093
    dpasker
    Participant

    Ok – I have written the following:

    [pricing_table columns="3"] 
    [pricing_table_column title="Professional" currency="$" price="39" interval="Per Month"]
    [cs_icon_list]
        [cs_icon_list_item type="hidden"]<font size="6" color="1cabed"><b>$0 Credits</b></font>[/cs_icon_list_item]
        [cs_icon_list_item type="check"]Unlimited Contacts[/cs_icon_list_item]
        [cs_icon_list_item type="check"]Unlimited Emails[/cs_icon_list_item]
        [cs_icon_list_item type="check"]Unlimited Workflows[/cs_icon_list_item]
        [cs_icon_list_item type="check"]Unlimited Video Messages[/cs_icon_list_item]
    [/cs_icon_list]
    [button type="flat" class="learn-btn" shape="rounded" size="large" href="https://www.cliently.com/sign-up" title="Example"]Get Started[/button]  
    [/pricing_table_column] 
    
    [pricing_table_column featured="true" featured_sub="Featured" title="Business" currency="$" price="99" interval="Per Month"]
    [cs_icon_list]
        [cs_icon_list_item type="hidden"]<font size="6" color="1cabed"><b>$75 Credits</b></font>[/cs_icon_list_item]
        [cs_icon_list_item type="check"]Unlimited Contacts[/cs_icon_list_item]
        [cs_icon_list_item type="check"]Unlimited Emails[/cs_icon_list_item]
        [cs_icon_list_item type="check"]Unlimited Workflows[/cs_icon_list_item]
        [cs_icon_list_item type="check"]Unlimited Video Messages[/cs_icon_list_item]
    [/cs_icon_list]
    [button type="flat" class="learn-btn" shape="rounded" size="large" href="https://www.cliently.com/sign-up" title="Example"]Get Started[/button]  
    [/pricing_table_column] 
    
    [pricing_table_column title="Enterprise" currency="$" price="199" interval="Per Month"]
    [cs_icon_list]
        [cs_icon_list_item type="hidden"]<font size="6" color="1cabed"><b>$200 Credits</b></font>[/cs_icon_list_item]
        [cs_icon_list_item type="check"]Unlimited Contacts[/cs_icon_list_item]
        [cs_icon_list_item type="check"]Unlimited Emails[/cs_icon_list_item]
        [cs_icon_list_item type="check"]Unlimited Workflows[/cs_icon_list_item]
        [cs_icon_list_item type="check"]Unlimited Video Messages[/cs_icon_list_item]
    [/cs_icon_list]
    [button type="flat" class="learn-btn" shape="rounded" size="large" href="https://www.cliently.com/sign-up" title="Example"]Get Started[/button] 
    [/pricing_table_column]
    [/pricing_table]
    
    <center><span style="color: #333333;">Add additional users for only $19 per user per month.</span></center>

    The far left column is not aligned correctly. Please assist. You can see it in the tabs on the same page as above.

    #1363162
    dpasker
    Participant

    Sorry about posting from a different account – I am the same person. nlupus is the account that purchased the theme initially and isn’t with us any longer.

    #1363439
    Nabeel A
    Moderator

    Hi again,

    You can try adding the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .x-pricing-table.three-columns .x-pricing-column:first-child {
        margin-top: 1.5em !important;
    }

    Let us know how this goes!

    #1363515
    dpasker
    Participant

    Perfect!

    #1363554
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1361671 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>