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
| <script type="text/javascript"> | |
| jQuery(document).ready(function(){ | |
| jQuery(".et_pb_more_button.et_pb_button.et_pb_button_one").attr('target', '_blank');}); | |
| </script> |
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
| background-repeat: repeat; | |
| background-size: initial; | |
| background-image:url(http://yoursite.com/wp-content/uploads/thetile.png); |
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
| h1 { | |
| font-family: 'Fjalla One', sans-serif; | |
| } |
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
| /* TGM Plugin activation */ | |
| require_once get_stylesheet_directory() . '/inc/tgm_pa.php'; |
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
| require_once get_stylesheet_directory() . '/path/to/class-tgm-plugin-activation.php'; |
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
| require_once dirname( __FILE__ ) . '/class-tgm-plugin-activation.php'; |
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
| array( | |
| 'name' => 'Jetpack by WordPress.com', | |
| 'slug' => 'jetpack', | |
| 'required' => false, | |
| ), |
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
| /* 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 { |
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
| content: ""; | |
| background: url('/wp-content/uploads/2017/05/tex2.png') repeat; | |
| top: 0; | |
| left: 0; | |
| bottom: 0; | |
| right: 0; | |
| position: absolute; | |
| z-index: 2; |
OlderNewer