Skip to content

Instantly share code, notes, and snippets.

.et_mobile_menu {
overflow-y:scroll!important;
max-height:80vh!important;
-overflow-scrolling:touch!important;
-webkit-overflow-scrolling:touch!important;
}
content: "";
background: url('/wp-content/uploads/2017/05/tex1.png') repeat, rgba(239, 199, 3, 0.7);
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: 2;
content: "";
background: rgba(234, 232, 229, 0.6);
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: 2;
content: "";
background: url('/wp-content/uploads/2017/05/tex2.png') repeat, rgba(189, 105, 130,0.3);
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: 2;
content: "";
background: url('/wp-content/uploads/2017/05/tex2.png') repeat;
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: 2;
/* Switch to hamburger menu on tablets */
@media only screen and ( max-width:1024px) {
#et_mobile_nav_menu {
display: block;
}
#top-menu-nav {
display: none;
}
.et_header_style_left .mobile_menu_bar {
/* Increase width of vertical navigation */
@media (min-width: 981px) {
.et_vertical_nav #page-container #main-header{
width:18%;
}
.et_vertical_nav #et-main-area, .et_vertical_nav #top-header{
margin-left:18% !important;
}
}
array(
'name' => 'Jetpack by WordPress.com',
'slug' => 'jetpack',
'required' => false,
),
require_once dirname( __FILE__ ) . '/class-tgm-plugin-activation.php';
require_once get_stylesheet_directory() . '/path/to/class-tgm-plugin-activation.php';