Skip to content

Instantly share code, notes, and snippets.

View emarket-design's full-sized avatar

eMarket Design emarket-design

View GitHub Profile
/* Style the whole container */
.srcontent.emdbox {
border: 1px solid #ccc;
padding: 12px;
border-radius: 8px;
width: 400px;
}
/* Faculty type */
.ent-person-type .segvalue {
<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>
/* Change prefix color */
.tax-person_hprefix {
color: blue;
}
/* Make first name green */
.person-name {
color: green;
}
<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>
@emarket-design
emarket-design / gist:3d459f84615d7ae40948917546f77746
Last active July 12, 2021 18:39
Display the QR code of an event ticket on your email notifications
<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">
@emarket-design
emarket-design / gist:33aa5a2f9c8d36b0181c5db105e1b5f9
Created May 19, 2021 17:10
Display HR Department - Employee Spotlight WordPress plugin
[employee_circle_grid filter="tax::groups::is::human-resources;"]
@emarket-design
emarket-design / gist:faa6f6933a7741ee284f71d79262fd59
Created May 19, 2021 17:09
Display This Week's Birthdays - Employee Spotlight WordPress plugin
[employee_circle_grid filter="attr::emd_employee_birthday::is::current_week;"]
@emarket-design
emarket-design / gist:5206abc15a3e73df62b6e1371fca3b7a
Created May 19, 2021 17:08
Display Recent Hires - Employee Spotlight WordPress plugin
[employee_circle_grid filter="misc::posts_per_page::is::4;misc::has_pages::is::false;misc::orderby::is::date;misc::order::is::DESC;"]
@emarket-design
emarket-design / gist:173e686ecce7ac5cdd209d1cf7df8af8
Created May 19, 2021 17:05
Display Employee of the Month - Employee Spotlight
[employee_circle_grid filter="attr::emd_employee_featured::is::1;"]
@emarket-design
emarket-design / one column aniversary
Created February 1, 2019 17:33
create a one-column anniversary view
<style>
#onecolumn .row{
flex-direction: column !important;
}
</style>
<div id="onecolumn" style="padding:40px 0">
[std_anniversary filter="tax::departments::is::executive;"]
</div>