X7ROOT File Manager
Current Path:
/home/hamdjcne/public_html/wp-content/themes/hub/theme
home
/
hamdjcne
/
public_html
/
wp-content
/
themes
/
hub
/
theme
/
ðŸ“
..
📄
author-blog.php
(7.77 KB)
📄
category-blog.php
(7.79 KB)
📄
index.php
(26 B)
📄
liquid-blog.php
(7.71 KB)
📄
liquid-demo-config.php
(35.54 KB)
📄
liquid-dynamic-css.php
(83.93 KB)
📄
liquid-hooks.php
(63.5 KB)
📄
liquid-portfolio.php
(5.66 KB)
📄
liquid-register-plugins.php
(6.42 KB)
📄
liquid-responsive-css.php
(1.58 KB)
📄
liquid-scripts.php
(21.14 KB)
📄
liquid-setup.php
(2.59 KB)
📄
liquid-template-tags.php
(36.96 KB)
📄
liquid-vc-page-templates.php
(612.41 KB)
📄
liquid-vc-templates-panel-editor.php
(17.99 KB)
📄
liquid-vc-templates.php
(2.61 MB)
📄
liquid-walkers.php
(1.23 KB)
ðŸ“
metaboxes
ðŸ“
plugins
📄
search-blog.php
(7.77 KB)
📄
tag-blog.php
(7.82 KB)
ðŸ“
theme-options
Editing: liquid-responsive-css.php
<?php function liquid_responsive_css() { $css = ''; if ( class_exists( 'Liquid_Elementor_Addons' ) && defined('ELEMENTOR_VERSION') ){ $max_media_mobile_nav = \Elementor\Plugin::$instance->kits_manager->get_active_kit_for_frontend()->get_settings_for_display('viewport_tablet'); $max_media_mobile_nav = $max_media_mobile_nav ? $max_media_mobile_nav : 1024; } else { $max_media_mobile_nav = liquid_helper()->get_option( 'media-mobile-nav' ); if( empty( $max_media_mobile_nav ) ) { $max_media_mobile_nav = 1199; } } $min_media_mobile_nav = $max_media_mobile_nav + 1; $site_layout = liquid_helper()->get_option( 'page-layout' ); if( empty( $site_layout ) ) { $site_layout = 'wide'; } $site_width = liquid_helper()->get_option( 'site-width' ); if( empty( $site_width ) ) { $site_width = 1170; } $site_width_media = $site_width + 30; if( 'boxed' === $site_layout ) { $css = "@media screen and ( min-width: {$site_width_media}px ) { .is-stuck, .footer-stuck, #wrap { max-width: {$site_width}px; margin: 0 auto; } .main-header .container-fluid, .main-header .container, .container { width: 100%; max-width: 100%; } .main-footer .vc_row, .content .vc_row { padding-inline-start: 15px; padding-inline-end: 15px; } }"; } else { $css = "@media screen and ( min-width: {$site_width_media}px ) { .main-header .container { max-width: {$site_width}px; } .container { width: {$site_width}px; } }"; }; //Return the arrary with styles to output return $css; }
Upload File
Create Folder