master
parent
653208a8a8
commit
8039a0369f
|
@ -80,7 +80,7 @@
|
|||
@else
|
||||
<div style="border-top: 8px solid {{$_primary_ci_color}};"></div>
|
||||
@endif
|
||||
<nav class="navbar navbar-expand-lg py-3" style="background-color: {{$_menue_background_color}};" role="navigation">
|
||||
<nav class="navbar navbar-expand-lg py-3" style="background-color: {{$_menue_background_color}};" role="navigation">5
|
||||
<div class="container ">
|
||||
<a class="navbar-brand " href="{{url('/')}}">
|
||||
<x-img src="{{$logo}}" alt="{{config('settings.name')}}" height="60px" sizes="220px" class="fw-bold" style="color: {{$_primary_ci_color}};" loading="eager" blur="off"/>
|
||||
|
|
|
@ -152,7 +152,7 @@
|
|||
|
||||
|
||||
|
||||
|
||||
@if(2==2)
|
||||
<div class="container-fluid google-map-func css-selector g-0" style="height:600px; background-image: url('https://ik.imagekit.io/areya/map_9WqHXkxOE.png');">
|
||||
@if(isset($_COOKIE["cookies-consent"]) && $_COOKIE["cookies-consent"][0])
|
||||
<iframe src="{{$_google_maps_src}}" width="100%" height="600" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
|
||||
|
@ -191,6 +191,7 @@ border: 1px solid rgba(255, 255, 255, 0.3);">
|
|||
</div>
|
||||
@endif
|
||||
</div>
|
||||
@endif
|
||||
@stop
|
||||
@section('scripts')
|
||||
@stop
|
||||
|
|
|
@ -88,11 +88,6 @@
|
|||
"value": "Address",
|
||||
"type": "string",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "Filter Fields",
|
||||
"type": "array",
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -181,14 +176,7 @@
|
|||
"type": "boolean",
|
||||
"description": "Eine Infobar am oberen Rand der Homepage, welche Standort und Telefonnummer anzeigt.",
|
||||
"required": true
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Code",
|
||||
"type": "html",
|
||||
"description": "Eine Infobar am oberen Rand der Homepage, welche Standort und Telefonnummer anzeigt.",
|
||||
"required": true
|
||||
},
|
||||
}
|
||||
|
||||
{
|
||||
"id": "Background Pattern",
|
||||
|
@ -216,8 +204,7 @@
|
|||
"Montserrat",
|
||||
"Verdana",
|
||||
"Trebuchet MS"
|
||||
],
|
||||
"required": true
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue