Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #637158

    I have searched the threads and don’t see a fix. Currently it looks like I have MOST of the shortcodes installed. However, I do not seem to have the pricing table shortcode for some reason. Not sure. I have read this thread:
    https://kriesi.at/support/topic/where-is-a-complete-list-of-available-enfold-shortcodes/

    #637181

    Hey buddyq,

    Once you enable debug mode as mentioned here http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Go ahead and add any element from advanced layout builder to see it’s shortcode in the area below as shown in the below screenshot.

    Below is the shortcode for pricing table you can copy and paste it in the debug area and save the page to view the pricing table.

    
    [av_section color='alternate_color' custom_bg='' src='' position='top left' repeat='no-repeat' attach='scroll' padding='default' shadow='no-shadow']
    [av_table purpose='pricing' caption='']
    [av_row row_style='avia-heading-row'][av_cell col_style='']Private Plan[/av_cell][av_cell col_style='avia-highlight-col']Business Plan[/av_cell][av_cell col_style='']Mega Plan[/av_cell][/av_row]
    [av_row row_style='avia-pricing-row'][av_cell col_style='']10$
    <small>per month</small>[/av_cell][av_cell col_style='avia-highlight-col']20$
    <small>per month</small>[/av_cell][av_cell col_style='']50$
    <small>per month</small>[/av_cell][/av_row]
    [av_row row_style=''][av_cell col_style='']1 GB Bandwidth[/av_cell][av_cell col_style='avia-highlight-col']10 GB Bandwidth[/av_cell][av_cell col_style='']Unlimited Bandwidth[/av_cell][/av_row]
    [av_row row_style=''][av_cell col_style='']10 MB Max File Size[/av_cell][av_cell col_style='avia-highlight-col']50 MB Max File Size[/av_cell][av_cell col_style='']No Maximum File Size[/av_cell][/av_row]
    [av_row row_style=''][av_cell col_style='']3 GHZ CPU[/av_cell][av_cell col_style='avia-highlight-col']5 GHZ CPU[/av_cell][av_cell col_style='']5 GHZ CPU[/av_cell][/av_row]
    [av_row row_style=''][av_cell col_style='']256 MB Memory[/av_cell][av_cell col_style='avia-highlight-col']1024 MB Memory[/av_cell][av_cell col_style='']4 GB Memory[/av_cell][/av_row]
    [av_row row_style='avia-button-row'][av_cell col_style=''][av_button label='Get Private Plan' link='manually,http://' link_target='' color='theme-color-subtle' custom_bg='#444444' custom_font='#ffffff' size='medium' position='center' icon_select='yes' icon='25']
    
    [/av_cell][av_cell col_style='avia-highlight-col'][av_button label='Get Business Plan' link='manually,http://' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='medium' position='center' icon_select='yes' icon='29']
    
    [/av_cell][av_cell col_style=''][av_button label='Get Mega Plan' link='manually,http://' link_target='' color='theme-color-subtle' custom_bg='#444444' custom_font='#ffffff' size='medium' position='center' icon_select='yes' icon='44']
    
    [/av_cell][/av_row]
    [/av_table]
    [/av_section]
    
    

    Best regards,
    Vinay

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.