- Install Python
- Open your terminal and type
pip install requests - Create a new file and call it
check.pyand save it inside a folder of your choice - Paste this code
import requests
import os
def search_github_issues(repos, issue_title):
| selector .et_pb_image_wrap img { | |
| object-fit: cover; | |
| height: 295px; | |
| } |
pip install requestscheck.py and save it inside a folder of your choiceimport requests
import os
def search_github_issues(repos, issue_title):
| <?php | |
| get_template_part( '/includes/builder/module/helpers/Overlay.php' ); | |
| class custom_ET_Builder_Module_Blog extends ET_Builder_Module_Type_PostBased { | |
| /** | |
| * Track if the module is currently rendering to prevent unnecessary rendering and recursion. | |
| * | |
| * @var bool | |
| */ |
| <?php | |
| echo "hello world; | |
| ?> |
| <?php | |
| // Prevent file from being loaded directly | |
| if ( ! defined( 'ABSPATH' ) ) { | |
| die( '-1' ); | |
| } | |
| add_theme_support( 'custom-background', apply_filters( 'et_custom_background_args', array() ) ); | |
| if ( function_exists( 'add_post_type_support' ) ) { |
| <div> | |
| <div class="tab"> | |
| <button class="tablinks active" onclick="openPart(event, 'FRONT-UPPER')" id="defaultOpen">FRONT - UPPER</button> | |
| <button class="tablinks" onclick="openPart(event, 'FRONT-LOWER')">FRONT - LOWER</button> | |
| <button class="tablinks" onclick="openPart(event, 'DOOR-UPPER')">DOOR - UPPER</button> | |
| <button class="tablinks" onclick="openPart(event, 'DOOR-LOWER')">DOOR - LOWER</button> | |
| <button class="tablinks" onclick="openPart(event, 'SIDE-BEHIND-DOOR')">SIDE BEHIND DOOR</button> | |
| <button class="tablinks" onclick="openPart(event, 'BACKLIGHT')">BACKLIGHT</button> | |
| <button class="tablinks" onclick="openPart(event, 'RIGHTHAND-FRONT-SLIDER')">RIGHTHAND - FRONT - SLIDER</button> | |
| <button class="tablinks" onclick="openPart(event, 'RIGHTHAND-REAR-SLIDER')">RIGHTHAND - REAR - SLIDER</button> |
| .uppercase { | |
| text-transform: uppercase; | |
| } | |
| @media all and (mnin-width:981px) { | |
| #page-container .logo_container { | |
| position: relative; | |
| } | |
| #page-container div#et-top-navigation { |
| .et-db #et-boc .et-l .et_social_inline .et_social_inline_top { | |
| margin-bottom: 40px; | |
| } | |
| .et-db #et-boc .et-l .et_social_inline .et_social_left { | |
| text-align: left; | |
| } | |
| .et-db #et-boc .et-l .et_social_inline .et_social_networks { | |
| width: 100%; |
| <? | |
| add_action('after_setup_theme', function(){ | |
| if ( isset( $_GET['delete_global_presets'] ) ) { | |
| delete_option( 'et_divi_builder_global_presets_history_ng' ); | |
| delete_option( 'et_divi_builder_global_presets_ng' ); | |
| die('Global Presets Deleted! :diviboom:'); | |
| } | |
| }, 100); |
| <script> | |
| (function($) { | |
| $(document).ready(function(){ | |
| $('.et-show-more-toggle').on('click', function(e) { | |
| e.preventDefault(); | |
| $(e.target).closest('.et-show-more-container').children('.et-show-more-content').slideToggle("300"); | |
| $(this).toggleClass('et-show-more-toggle_active'); | |
| if ($(this).hasClass('et-show-more-toggle_active')) { | |
| $(this).text('Show Less'); | |
| } else { |