SILENT KILLERPanel

Current Path: > home > transcarter > > www > wp-content > themes > > bridge > framework > > > admin > options > parallax


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/transcarter//www/wp-content/themes//bridge/framework///admin/options/parallax

NameTypeSizeLast ModifiedActions
map.php File 1248 bytes March 10 2023 20:42:10.

Reading File: /home/transcarter//www/wp-content/themes//bridge/framework///admin/options/parallax/map.php

<?php
if(!function_exists('bridge_qode_parallax_options_map')) {
    /**
     * Parallax options page
     */
    function bridge_qode_parallax_options_map() {

        $parallaxPage = new BridgeQodeAdminPage("_parallax", esc_html__( 'Parallax','bridge'), "fa fa-arrows-v");
        bridge_qode_framework()->qodeOptions->addAdminPage("Parallax", $parallaxPage);

        //Parallax Settings

        $panel1 = new BridgeQodePanel(esc_html__( 'Parallax Settings', 'bridge'), "parallax_settings_panel");
        $parallaxPage->addChild("panel1", $panel1);

        $parallax_onoff = new BridgeQodeField("onoff", "parallax_onoff", "on", esc_html__( 'Parallax on touch devices', 'bridge'), esc_html__( 'Enabling this option will allow parallax on touch devices', 'bridge'));
        $panel1->addChild("parallax_onoff", $parallax_onoff);

        $parallax_minheight = new BridgeQodeField("text", "parallax_minheight", "400", esc_html__( 'Parallax Min Height (px)', 'bridge'), esc_html__( 'Set a minimum height for parallax images on small displays (phones, tablets, etc.)', 'bridge'));
        $panel1->addChild("parallax_minheight", $parallax_minheight);
    }
    add_action('bridge_qode_action_options_map','bridge_qode_parallax_options_map',160);
}

SILENT KILLER Tool