New Landing How can we help? Themeforest Theme Support Dante extend shortcode list

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #134495
    wildfox
    Member
    Post count: 58

    Hi,

    I have disabled your swift page builder with the following code in my child theme functions.php because it is too tricky to use.
    I’d like to use the shortcode generator in the WYSIWYG editor but there is less shortcodes. I’d like to add some more from shortcodes list included in the page builder. (hope I’m clear enough)
    So I removed the swift page builder with the following code in my child theme functions.php.

    if (!function_exists('sf_include_framework')) {
            function sf_include_framework() {
                require_once(SF_INCLUDES_PATH . '/sf-theme-functions.php');
                require_once(SF_INCLUDES_PATH . '/sf-comments.php');
                require_once(SF_INCLUDES_PATH . '/sf-formatting.php');
                require_once(SF_INCLUDES_PATH . '/sf-media.php');
                require_once(SF_INCLUDES_PATH . '/sf-menus.php');
                require_once(SF_INCLUDES_PATH . '/sf-pagination.php');
                require_once(SF_INCLUDES_PATH . '/sf-sidebars.php');
                require_once(SF_INCLUDES_PATH . '/sf-customizer-options.php');
                include_once(SF_INCLUDES_PATH . '/sf-custom-styles.php');
                include_once(SF_INCLUDES_PATH . '/sf-styleswitcher/sf-styleswitcher.php');
                require_once( get_stylesheet_directory() . '/swift-framework/swift-framework.php');
            }
            add_action('init', 'sf_include_framework', 0);
        }

    So now what should I do to add few more shortcodes within the shortcode list in the WYSIWYG editor. Is it possible?

    Thank you for your time and help

    #134505
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You mean you want to add page builder asset shortcodes to the shortcode list? If so unfortunately that’s not easy to do, all of the code for the page builder assets are in the page builder folder and only apply when the page builder is active.

    Unfortunately we can’t provide you with this as it is beyond the scope of our support

    – Kyle

    #134514
    wildfox
    Member
    Post count: 58

    ok I understand, so I’ll think again about using page builder.
    thank you

    #134515
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. thanks Kyle
    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register