Add accordion in “description” field for “Add A Person” Shortcode


  • Member
    vickersds
    October 19, 2015 at 5:02 pm #23658

    Originally posted from Themeforest comments:
    I’d like to add an accordion in place of the “description” field for the “Add A Person” shortcode. Can this be done?

    Here is the default code that gets pasted in: person name=”John Doe” picture_url=”” title=”Manager” description=” ACCORDIAN HERE ” circled=”yes” twitter=”” facebook=”” googleplus=”” linkedin=”” pinterest=”“][/person]

    Blue Owl Creative:
    Hi there,
    Try using single quotes for all attributes of your Accordion shortcode so they don’t collide with the once from the Person shortcode. Then make sure you replace this:

    <p class="team_text">'.$description.'</p>
    in your includes/shortcodes.php file with this:

    <p class="team_text">'.do_shortcode_boc($description).'</p>

    Me:
    I replaced the code however, not sure I understood correctly is this correct? description=”[accordion title=’Short Bio’ is_open=’no’] text [accordion]”

    Blue Owl Creative:
    Hi again, please post a topic in our forum and add a Private reply with your FTP + WP login credentials so we can take a look at this for you.

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.