__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
$args = apply_filters('blocksy:header:dynamic-styles-args', [
'section_id' => blocksy_manager()->header_builder->get_current_section_id(),
'check_transparent_conditions' => true
]);
do_action(
'blocksy:global-dynamic-css:enqueue:inline',
[
'context' => $context,
'css' => $css,
'tablet_css' => $tablet_css,
'mobile_css' => $mobile_css
]
);
if (
! isset($args['has_transparent_header'])
||
! $args['has_transparent_header']
) {
return;
}
$render = new Blocksy_Header_Builder_Render([
'current_section_id' => $args['section_id']
]);
$root_selector = $render->get_root_selector();
$has_transparent_header = $args['has_transparent_header'];
blocksy_output_responsive([
'css' => $css,
'tablet_css' => $tablet_css,
'mobile_css' => $mobile_css,
'selector' => blocksy_assemble_selector($root_selector),
'variableName' => 'has-transparent-header',
'value' => [
'desktop' => in_array('desktop', $has_transparent_header) ? '1' : '0',
'tablet' => in_array('mobile', $has_transparent_header) ? '1' : '0',
'mobile' => in_array('mobile', $has_transparent_header) ? '1' : '0'
],
'unit' => ''
]);
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| admin | Folder | 0750 |
|
|
| global | Folder | 0750 |
|
|
| page-title | Folder | 0750 |
|
|
| admin-global.php | File | 4.05 KB | 0640 |
|
| global-inline.php | File | 1.1 KB | 0640 |
|
| global.php | File | 3.95 KB | 0640 |
|
| singular.php | File | 1.47 KB | 0640 |
|