This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Style the whole container */ | |
| .srcontent.emdbox { | |
| border: 1px solid #ccc; | |
| padding: 12px; | |
| border-radius: 8px; | |
| width: 400px; | |
| } | |
| /* Faculty type */ | |
| .ent-person-type .segvalue { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="srcontent emdbox"> | |
| <div class="segment-block ent-person-type"> | |
| <div class="segtitle"></div> | |
| <div class="segvalue">Faculty</div> | |
| </div> | |
| <div class="segment-block tax-person-title"> | |
| <div class="segtitle"></div> | |
| <div class="segvalue"> | |
| <a href="https://campusdirpro.emdplugins.com/person_title/emeritus" rel="tag">Emeritus</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Change prefix color */ | |
| .tax-person_hprefix { | |
| color: blue; | |
| } | |
| /* Make first name green */ | |
| .person-name { | |
| color: green; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="person-detail" style="padding:10px 5px 0;"> | |
| <div> | |
| <div class="pre-wrapper"> | |
| <span class="tax-person_hprefix">Dr.</span> | |
| </div> | |
| <span class="person-name">Kathy</span> | |
| <span class="person-last-name">Chase</span> | |
| </div> | |
| <div class="ent-person-type">Faculty</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <img style="width:100%;height:auto" src="https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=YOURSITE-COM?wpee_pro_qr_code=1&ticket_id={emd_attendee_ticket_id}&choe=UTF-8"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [employee_circle_grid filter="tax::groups::is::human-resources;"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [employee_circle_grid filter="attr::emd_employee_birthday::is::current_week;"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [employee_circle_grid filter="misc::posts_per_page::is::4;misc::has_pages::is::false;misc::orderby::is::date;misc::order::is::DESC;"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [employee_circle_grid filter="attr::emd_employee_featured::is::1;"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style> | |
| #onecolumn .row{ | |
| flex-direction: column !important; | |
| } | |
| </style> | |
| <div id="onecolumn" style="padding:40px 0"> | |
| [std_anniversary filter="tax::departments::is::executive;"] | |
| </div> |
NewerOlder