Benjamin Völkl 2024-01-21 12:29:26 +01:00
parent 653208a8a8
commit 8039a0369f
3 changed files with 5 additions and 17 deletions

View File

@ -80,7 +80,7 @@
@else @else
<div style="border-top: 8px solid {{$_primary_ci_color}};"></div> <div style="border-top: 8px solid {{$_primary_ci_color}};"></div>
@endif @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 "> <div class="container ">
<a class="navbar-brand " href="{{url('/')}}"> <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"/> <x-img src="{{$logo}}" alt="{{config('settings.name')}}" height="60px" sizes="220px" class="fw-bold" style="color: {{$_primary_ci_color}};" loading="eager" blur="off"/>

View File

@ -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');"> <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]) @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> <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> </div>
@endif @endif
</div> </div>
@endif
@stop @stop
@section('scripts') @section('scripts')
@stop @stop

View File

@ -88,11 +88,6 @@
"value": "Address", "value": "Address",
"type": "string", "type": "string",
"required": true "required": true
},
{
"name": "Filter Fields",
"type": "array",
"required": true
} }
] ]
}, },
@ -181,14 +176,7 @@
"type": "boolean", "type": "boolean",
"description": "Eine Infobar am oberen Rand der Homepage, welche Standort und Telefonnummer anzeigt.", "description": "Eine Infobar am oberen Rand der Homepage, welche Standort und Telefonnummer anzeigt.",
"required": true "required": true
}, }

{
"name": "Code",
"type": "html",
"description": "Eine Infobar am oberen Rand der Homepage, welche Standort und Telefonnummer anzeigt.",
"required": true
},


{ {
"id": "Background Pattern", "id": "Background Pattern",
@ -216,8 +204,7 @@
"Montserrat", "Montserrat",
"Verdana", "Verdana",
"Trebuchet MS" "Trebuchet MS"
], ]
"required": true
} }
] ]
}, },