New Landing How can we help? Themeforest Theme Support Dante Creating Columns in Posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #89598
    sjeglum
    Member
    Post count: 39

    Hello. I installed the following plug-in to be able to create columns of information on my pages:

    Column Shortcodes

    I am using the plug-in as instructed and the last column never works. In searching the support for the plug-in, it appears that some themes have similar features which will interfere with the plug-in:

    My existing theme uses the same shortcodes, how can I solve this?

    You can prefix the shortcode by placing the following in your functions.php. Problem solved =)

    add_filter( ‘cpsh_prefix’, ‘set_shortcode_prefix’ );
    function set_shortcode_prefix() {
    return ‘myprefix_’; // edit this part if needed
    }

    Can you tell me if this is the case with Dante and if you have a recommended way to add columns?

    I have the most recent version of Dante. Thank you!

    #89710
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    How come you are using a plugin? Dante comes prebuilt with both column shortcodes and columns in the page builder

    – Kyle

    #93446
    sjeglum
    Member
    Post count: 39

    I didn’t realize that. Thanks Kyle. I found the column feature. That will work! Thanks!

    #93522
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok great!

    – Kyle

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

You must be logged in to reply to this topic.