Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #372544

    hi is it possible to re arrange the order of what is rendered with meet the team function? By this I mean if you go to

    http://217.199.187.191/dramirsavage.co.uk/

    And scroll down to the image of the dr, I am wondering if we can arrange it so his name and degrees appear first then his image? This is a request been given to me so seeing if this is possible?

    #372553

    Hi codecreative!

    Unfortunately there is no theme option for this. you would need to edit the php file directly. the file is located in enfold/config-templatebuilder/avia-shortcodes/team.php

    Scroll down to line 311 that starts with

    "if($src)"
    

    and copy all the content down to line 359. then paste it just before the line that reads

    "$output .= "< /section >";"
    

    at the end of the function.

    Another option that does not involve coding would be to simply omit using the image element and then placing a second team member element below that only contains the image.

    Cheers!
    Kriesi

    • This reply was modified 9 years, 9 months ago by Kriesi.
    #373189

    Hi great

    Just to confirm. Do you mean to cut it from its place or copy it?

    #373193

    And can this modified file be placed in the child theme folder as with the same tree structure ?

    #373210

    Hey!

    You would cut it and then paste it above this line to rearrange it.

    $output .= "</section>";
    

    If you use our child theme, http://kriesi.at/documentation/enfold/downloads/, then you can create a new folder in the child theme called “shortcodes” and then paste the team.php file inside it to do the change in a child theme.

    Cheers!
    Elliott

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