Hírek
A keszthelyi Balaton-part fejlesztés mellett a belvárosra is koncentráló beruházások a Területi Operatív Program keretében valósulnak meg.
Manninger Jenő elmondta, hogy a keszthelyi Balaton Színház 500 férőhelyes, azonban nincs lehetőség arra, hogy nagyobb rendezvényeket, fogadásokat bonyolítsanak le a falai között.
Így a szomszédos, két önkormányzati épület udvarának részleges lefedésével egy olyan attraktív tér jönne létre, amely alkalmas erre, valamint kiállítások otthonaként is funkcionálhatna – emelte ki a polgármester.
jQuery(document).ready(function($) {
let carouselInit = false;
// DETECT OWL CAROUSEL
var owlInstance = $('#owl-carousel-cover').data();
if ( owlInstance.hasOwnProperty("owl.carousel") ) { carouselInit = true; }
if ( carouselInit ) {
//console.log(`theCarousel already exists!`); //owlInstance.reinit();
} else {
//console.log(`theCarousel not yet`);
var theCarousel = $('#owl-carousel-cover');
theCarousel.owlCarousel({ onInitialized : counter, onTranslated : counter, onInitialize : loadedcarousel, items: 1, nav: true, navText: ['',''], dotsSpeed: 5000, fluidSpeed: 5000, navSpeed: 5000, autoplay: false, autoplaySpeed: 500, animateOut: 'fadeOut', autoplayHoverPause: true, margin: 0, stagePadding: 0, autoHeight: true, lazyLoad: true, dots: false, slideBy: 'page', responsive:{ 0:{ items:1 }, 600:{ items:1 }, 800:{ items:1 }, 1024:{ items:1 } } });
// SET OWL WRAPPER
theCarousel.each(function(index) {
var items = $(this).find(`div.owl-item`).length
// WRAP OWL CONTROLS
$(this).find('.owl-nav, .owl-dots').wrapAll("
");
// ADD NUMBER OF ITEMS
//$( `
` ).insertBefore( $(this).find(`.owl-prev`) );
let imageUrl = ``; let desc = $(this).find(`div.owl-item img`).attr(`attr-description`); let theDate = $(this).find(`div.owl-item img`).attr(`attr-date`); let thePhotographer = $(this).find(`div.owl-item img`).attr(`attr-photographer`); let theUrl = $(this).find(`div.owl-item img`).attr(`attr-url`);
let shareInfo = ``;
let slideInfo = `
`;
$( slideInfo ).insertBefore( $(this).find(`.owl-prev`) );
});
function loadedcarousel() {
}
// OWL CAROUSEL COUNTER
function counter(event) {
var element = event.target // DOM element, in this example .owl-carousel var items = event.item.count // Number of items var itemIndex = event.item.index // Index of the current item var item = event.item.index + 1 // Position of the current item
var currentSlide = $(element).find(`div.owl-stage`).find(`div.owl-item`).eq(itemIndex); var altAttr = $(currentSlide).find(`img`).attr(`alt`); var descAttr = $(currentSlide).find(`img`).attr(`attr-description`); var photoAttr = $(currentSlide).find(`img`).attr(`attr-photographer`);
$(element).find('.the_counter').html(`${item}/${items}`); $(element).find('.the_description').html(`${descAttr}`); $(element).find('.the_photographer').html(`FOTÓ: ${photoAttr}`);
$(`#the_gallery_thumbnails .cover_thumbnail`).removeClass(`current`); $(`#the_gallery_thumbnails .cover_thumbnail`).eq(itemIndex).addClass(`current`);
}
// CLOSE GALLERY
$(`#cover_gallery_close`).click(function(e) {
e.preventDefault(); $(`body`).removeClass(`noscroll`);
$( `#the_cover_carousel_container` ).fadeToggle( "fast", function() {
// SCROLL TO ON MOBILE
let scrollTo = $(`#the_cover_carousel_container`).offset().top; //console.log(`scrollTo on exit: ${scrollTo}`)
if ( scrollTo < 0 ) { scrollTo = 0; } $( `#the_cover_carousel_container` ).animate({ scrollTop: scrollTo }, 1000, function(){ // SCROLL END }) }); }); // OPEN GALLERY $(`.cover_gallery_zoom`).click(function(e) { e.preventDefault(); $(`body`).addClass(`noscroll`); let href = $(this).attr(`href`); let serial = parseInt( $(this).attr(`attr-serial`) ); let serialDisplay = serial+1; let description = $(this).attr(`attr-description`); let photographer = $(this).attr(`attr-photographer`); //console.log(`serial: ${serial}`); $(theCarousel).trigger('to.owl.carousel', [serial, 5000, true]); $(`#the_gallery_thumbnails a.cover_thumbnail`).removeClass(`current`); $(`#the_gallery_thumbnails a.cover_thumbnail[attr-index="${serial}"]`).addClass(`current`); $(theCarousel).find(`span.the_counter .current`).html(serialDisplay); $(theCarousel).find(`.the_description`).html(description); $(theCarousel).find(`.the_photographer`).html(`FOTÓ: ${photographer}`); $( `#the_cover_carousel_container` ).fadeToggle( "fast", function() { // SCROLL TO ON MOBILE let scrollTo = $(`${href}`).offset().top; scrollTo -= 70; //console.log(`href: ${href}`); //console.log(`scrollTo: ${scrollTo}`); if ( scrollTo < 0 ) { scrollTo = 0; } $( `#the_cover_carousel_container` ).animate({ scrollTop: scrollTo }, 1000, function(){ // SCROLL END }) }); }); // SCROLL DEBUG $(`a#cover_gallery_reload`).click(function(e) { e.preventDefault(); let currentScrollPos = $(`#the_cover_carousel_container`).offset().top; //console.log(`currentScrollPos: ${currentScrollPos}`) }); $(`a.image_info_button`).click(function(e) { e.preventDefault(); $(this).closest( `slide_info` ).toggleClass(`opened closed`); $(this).find(`i`).toggleClass( `fa-angle-down fa-angle-up` ); $(`.slide_wrap`).slideToggle( `medium` ); }); $(`#the_gallery_thumbnails a`).click(function(e) { e.preventDefault(); if ( $(this).hasClass(`current`) ) { return; } let index = $(this).attr(`attr-index`); $(`#the_gallery_thumbnails a`).removeClass(`current`); $(this).addClass(`current`); $(theCarousel).trigger('to.owl.carousel', [index, 50, true]); }); $(`a#the_gallery_lift`).click(function(e) { e.preventDefault(); let status = $(`#the_cover_carousel`).attr(`attr-status`); if ( status == "open" ) { $('#the_gallery_thumbnails').animate({ opacity: 1, right: "-200", }, 500, function() { // Close complete. $(`a#the_gallery_lift i`).toggleClass(`fa-angle-right fa-angle-left`); $(`#the_cover_carousel`).attr(`attr-status`, `close`); $(`#the_cover_carousel`).addClass(`thumb_closed`); $(theCarousel).trigger('refresh.owl.carousel'); }); } else { $('#the_gallery_thumbnails').animate({ opacity: 1, right: "0", }, 500, function() { // Open complete. $(`a#the_gallery_lift i`).toggleClass(`fa-angle-right fa-angle-left`); $(`#the_cover_carousel`).attr(`attr-status`, `open`); $(`#the_cover_carousel`).removeClass(`thumb_closed`); $(theCarousel).trigger('refresh.owl.carousel'); }); } /* $( `#the_gallery_thumbnails` ).fadeToggle( "fast", function() { $(`a#the_gallery_lift i`).toggleClass(`la-angle-right la-angle-left`); $(`#the_cover_carousel`).toggleClass(`thumb_closed`); $(theCarousel).trigger('refresh.owl.carousel'); }); */ }); } });
A színházból mind a két udvarra nyílna kijárás, tálaló-konyhát, mellékhelyiségeket is kialakítanának. Az udvar részleges lefedésével a zöld területek egy része is megmaradna.
Ezt a tervet már jóváhagyta a képviselő-testület – tudtuk meg a polgármestertől, aki hozzátette, hogy tavasszal be is adják a pályázatot és várhatóan 2025-ben elkezdődhet az építkezés.
A másik terv – mely még tárgyalási szakaszban van – a Piac parkolóhelyeinek bővítése, valamint egy fedett vásárcsarnok kialakítása a bezárt élelmiszer üzlet helyén. Az üzlet épületének tulajdonjogát először meg kell szereznie a városnak, utána kezdődhet az igazi tervezés – emelte ki a polgármester.
A parkolóhelyek számát úgy növelnék, hogy a meglévő parkolót két szintűvé alakítanák, és így a bevezető út melletti parkolókkal együtt 93 új parkoló helyet tudnának kialakítani.
Kövesd Instagram oldalunk a legfrissebb fotós tartalmakért!