Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #253817

    Hi there,

    I have 2 questions.
    1. I would like to use another form plugin to build a multi-step form and wonder if this (http://codecanyon.net/item/arforms-exclusive-wordpress-form-builder-plugin/full_screen_preview/6023165) will work well with Enfold.

    2. Is there any advanced tabs plugin that I can use to achieve an effect when I have several tabs with icon and title in it, and for the tab content, I can insert your shortcodes such as progress bar?

    Thanks in advance for your advice.

    #254168

    Hi Jason!

    1. You can achieve that with Gravity Forms, which is supported by the theme.

    2. Yes, you can insert shortcodes in the Tab content.

    Best regards,
    Josue

    #254194

    Thanks for your reply, Josue.

    I will try it out with Gravity Forms.

    However, can you guide me on the shortcodes insertion in the Tab Content? I try to enable the Debug mode to view the shortcode, however no luck, the shortcodes doesn’t display.

    #254200

    Hey!

    Use the magic wand tool (don’t enter ALB) in a different Page to generate the shortcodes.

    Best regards,
    Josue

    #254202

    Alright, thanks a bunch for the help :)

    Have a good day!!

    #254306

    Hi!

    Thank you for the update.

    The debug mode should work. Please follow these steps. Edit function.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You will be able to see the actual shortcode below the builder.

    Regards,
    Ismael

    #254371

    It works :) Thanks Ismael.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Enfold – Custom Modifications’ is closed to new replies.