Skip to content

Instantly share code, notes, and snippets.

View codeiscode-dev's full-sized avatar

codeiscode-dev

View GitHub Profile
@codeiscode-dev
codeiscode-dev / height-search-bar.less
Last active January 25, 2018 07:34
Search Bar CSS Tricks
.wpep-search-form.wpep-search-form-courses .wpep-search-contain-input .wpep-search-input {
height: 35px;
}
@codeiscode-dev
codeiscode-dev / how-does-this-work.css
Last active April 3, 2018 10:10
CSS Tricks Introduction
.wpep-wrapper .wpep-container .wpep-course-single .course-primary-container .course-primary-content .course-header {
background: #ffffff;
}
.wpep-wrapper .wpep-container .course-type-video .video-content .primary-video .video-navigation-content .current-lesson a .video-title {
color: #000000;
}
@codeiscode-dev
codeiscode-dev / the-course-content.less
Last active April 3, 2018 10:42
One Off Course Type CSS Tricks
.wpep-wrapper .wpep-container .wpep-course-single.course-type-basic .course-primary-container .course-primary-content .content {
font-size: 18px;
}
@codeiscode-dev
codeiscode-dev / the-container.less
Last active January 25, 2018 07:41
Learn Map Course Type CSS Tricks
.wpep-wrapper .wpep-container #course-single .course-primary-container .course-primary-content .course-header {
background: #ffffff;
}
@codeiscode-dev
codeiscode-dev / the-box-titles.less
Last active April 3, 2018 10:40
Standard Course Page CSS Tricks
.wpep-widget-area .wpep-widget .wpep-widget-wrapper h2 {
font-size: 14px;
}
@codeiscode-dev
codeiscode-dev / function-response-2.php
Last active August 29, 2018 17:12
WPEP PHP - Index Page Button Filters
<?php
return '<span class="dashicons dashicons-arrow-right-alt"></span> My Custom Text';
@codeiscode-dev
codeiscode-dev / shortcode.php
Last active January 25, 2018 07:29
How to Integrate DigiMember with WPEP
<?php
[wpep_digimember_integration_enable_lock]
[wpep_digimember_integration_disable_lock]
@codeiscode-dev
codeiscode-dev / button-item.less
Last active April 3, 2018 10:35
Index Page CSS Tricks
.wpep-wrapper .wpep-container .course-grid-container .grid-item-cont .video-grid-item a.link {
font-size: 18px;
}
@codeiscode-dev
codeiscode-dev / the-container.css
Last active April 3, 2018 10:15
Execution Plan Course Type CSS Tricks
.wpep-wrapper .wpep-container .wpep-course-single .course-primary-container .course-primary-content .course-header {
background: #ffffff;
}