This commit is contained in:
2025-08-19 15:26:51 +02:00
parent 2515025eaf
commit 56a745f62b
8 changed files with 219 additions and 29 deletions

View File

@@ -11,8 +11,8 @@
".htaccess": {
"type": "-",
"size": 4802,
"lmtime": 0,
"modified": true
"lmtime": 1755550131756,
"modified": false
},
".htaccess-dis": {
"type": "-",
@@ -147,7 +147,119 @@
"lmtime": 0,
"modified": false
},
"app": {},
"app": {
"config": {
".listing": {
"type": "-",
"size": 1138,
"lmtime": 0,
"modified": false
},
"addons": {},
"config.yml": {
"type": "-",
"size": 4094,
"lmtime": 0,
"modified": false
},
"config_dev.yml": {
"type": "-",
"size": 1541,
"lmtime": 0,
"modified": false
},
"config_legacy.yml": {
"type": "-",
"size": 590,
"lmtime": 0,
"modified": false
},
"config_legacy_dev.yml": {
"type": "-",
"size": 47,
"lmtime": 0,
"modified": false
},
"config_legacy_prod.yml": {
"type": "-",
"size": 163,
"lmtime": 0,
"modified": false
},
"config_legacy_test.yml": {
"type": "-",
"size": 47,
"lmtime": 0,
"modified": false
},
"config_prod.yml": {
"type": "-",
"size": 715,
"lmtime": 0,
"modified": false
},
"config_test.yml": {
"type": "-",
"size": 1001,
"lmtime": 0,
"modified": false
},
"doctrine.yml": {
"type": "-",
"size": 749,
"lmtime": 0,
"modified": false
},
"parameters.php": {
"type": "-",
"size": 1028,
"lmtime": 1755548508378,
"modified": false
},
"parameters.yml": {
"type": "-",
"size": 11,
"lmtime": 0,
"modified": false
},
"parameters.yml.dist": {
"type": "-",
"size": 983,
"lmtime": 0,
"modified": false
},
"routing.yml": {
"type": "-",
"size": 315,
"lmtime": 0,
"modified": false
},
"routing_dev.yml": {
"type": "-",
"size": 1132,
"lmtime": 0,
"modified": false
},
"security.yml": {
"type": "-",
"size": 631,
"lmtime": 0,
"modified": false
},
"services.yml": {
"type": "-",
"size": 258,
"lmtime": 0,
"modified": false
},
"set_parameters.php": {
"type": "-",
"size": 3096,
"lmtime": 0,
"modified": false
}
}
},
"autoload.php": {
"type": "-",
"size": 1316,
@@ -278,8 +390,8 @@
},
"defines.inc.php": {
"type": "-",
"size": 8711,
"lmtime": 1747389697402,
"size": 8421,
"lmtime": 1755553427126,
"modified": false
},
"defines_uri.inc.php": {
@@ -450,8 +562,8 @@
},
"index.php": {
"type": "-",
"size": 1682,
"lmtime": 0,
"size": 1706,
"lmtime": 1755548814696,
"modified": false
},
"index.php.test": {
@@ -472,8 +584,8 @@
"log.txt": {
"type": "-",
"size": 344008,
"lmtime": 0,
"modified": true
"lmtime": 1724630400000,
"modified": false
},
"mail.log": {
"type": "-",
@@ -5378,8 +5490,8 @@
"src": {},
"stats.php": {
"type": "-",
"size": 1595,
"lmtime": 0,
"size": 1612,
"lmtime": 1755550075321,
"modified": false
},
"theme": {},
@@ -6961,6 +7073,7 @@
}
}
},
"cache": {},
"config": {
"index.php": {
"type": "-",
@@ -6971,13 +7084,13 @@
"theme.json": {
"type": "-",
"size": 101,
"lmtime": 1723829540393,
"lmtime": 1755548751685,
"modified": false
},
"theme.yml": {
"type": "-",
"size": 8270,
"lmtime": 1723829540443,
"lmtime": 1755548751739,
"modified": false
}
},
@@ -14946,9 +15059,7 @@
"modified": false
},
"cache": {},
"logs": {
"inpost": {}
},
"logs": {},
"sessions": {}
},
"vendor": {},

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -308,3 +308,84 @@ body.compact-cart #tc-container .product-line-actions {
.amenu-item .amenu-link {
padding: 20px;
}
@media (min-width: 767px) {
.btn-search-open {
display: none !important;
}
.header-top {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 0 15px;
max-width: 1920px;
margin: auto;
.navigation {
width: 100%;
.container {
width: 100%;
max-width: 100%;
.anav-top {
width: 100%;
}
}
}
#_desktop_logo {
width: 300px;
padding: 10px;
a {
display: block;
.logo {
max-height: unset !important;
width: 100% !important;
height: auto;
max-width: 300px !important;
}
}
}
#_desktop_search_widget {
width: calc(100% - 300px);
display: flex;
align-items: center;
#search_widget {
position: static;
width: 100%;
form {
position: static;
display: flex;
justify-content: flex-end;
width: 100%;
input[name="s"] {
width: 100%;
max-width: 600px;
}
button {
position: static;
background: #ff0f1c;
display: flex;
width: 48px;
width: 48px;
align-items: center;
justify-content: center;
i {
color: #FFF !important;
}
}
}
}
}
}
}

View File

@@ -54,7 +54,7 @@
{include file="_partials/stylesheets.tpl" stylesheets=$stylesheets}
{/block}
<link rel="stylesheet" href="/themes/charme/assets/css/custom.css?ver=1.0123">
<link rel="stylesheet" href="/themes/charme/assets/css/custom.css?ver=1.10021">
{block name='javascript_head'}
{include file="_partials/javascript.tpl" javascript=$javascript.head vars=$js_custom_vars}

View File

@@ -113,18 +113,16 @@
{block name='header_top'}
<div class="header-top">
{if (Module::isEnabled('an_theme') and Module::getInstanceByName('an_theme')->getParam('header_typeHeader') == 'header1')}
{hook h='displayTopMiddle'}
<div class="navigation position-static">
<div class="container">
<div class="row">
{hook h='displayTop'}
<div class="clearfix"></div>
{hook h='displayTopMiddle'}
<div class="navigation position-static">
<div class="container">
<div class="row">
{hook h='displayTop'}
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</div>
{/if}
{if (Module::isEnabled('an_theme') and Module::getInstanceByName('an_theme')->getParam('header_typeHeader') == 'header2')}
<div class="container">