{"id":66671,"date":"2024-08-21T08:25:13","date_gmt":"2024-08-21T08:25:13","guid":{"rendered":"https:\/\/aktorkast.com\/?page_id=66671"},"modified":"2024-11-12T22:26:00","modified_gmt":"2024-11-12T22:26:00","slug":"locations","status":"publish","type":"page","link":"https:\/\/aktorkast.com\/sq\/locations\/","title":{"rendered":"Locations"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"66671\" class=\"elementor elementor-66671\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3c8fb38 elementor-section-stretched elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"3c8fb38\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6daded24\" data-id=\"6daded24\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-25eef382 elementor-widget elementor-widget-heading\" data-id=\"25eef382\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Locations in AktorKast<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12a00d78 elementor-widget elementor-widget-text-editor\" data-id=\"12a00d78\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Discover the perfect Locations provided below.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-92fcb3d e-flex e-con-boxed e-con e-parent\" data-id=\"92fcb3d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e614822 elementor-widget elementor-widget-shortcode\" data-id=\"e614822\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <div class=\"container mt-4\">\n        <div class=\"row\">\n            <!-- Sidebar for Filters -->\n            <div class=\"col-md-4\">\n                <h4>Choose Country<\/h4>\n                <div class=\"form-check\">\n                                <input type=\"checkbox\" class=\"form-check-input filter-checkbox\" data-type=\"country\" value=\"albania\">\n                                <label class=\"form-check-label\">Shqip\u00ebria<\/label>\n                              <\/div><h4 class=\"mt-4\">Choose Location Type<\/h4><div class=\"form-check\">\n                                <input type=\"checkbox\" class=\"form-check-input filter-checkbox\" data-type=\"location_type\" value=\"resturant\">\n                                <label class=\"form-check-label\">Resturant<\/label>\n                              <\/div>            <\/div>\n\n            <!-- Content Area for Location Posts -->\n            <div class=\"col-md-8 mt-4 mt-md-0\">\n                <div class=\"row\" id=\"location-posts\">\n                                                <div class=\"col-md-6 mb-4\">\n                                <div class=\"card h-100\">\n                                                                            <img decoding=\"async\" src=\"https:\/\/aktorkast.com\/wp-content\/uploads\/2024\/07\/actingclass1-thumb-1-1-500x263.jpg\" class=\"card-img-top\" alt=\"LOKACIONI TEST\">\n                                                                        <div class=\"card-body\">\n                                        <h5 class=\"card-title\">LOKACIONI TEST<\/h5>\n                                        <p class=\"card-text\">\n\t\t\t\t\t\t\t\t\t\t\tPrice: $500 \/ month\t\t\t\t\t\t\t\t\t\t\t<br>\n                                            <small>New York Stem Cell Foundation<\/small>\n                                        <\/p>\n                                        <a href=\"https:\/\/aktorkast.com\/sq\/location\/newyork-stem-cell-foundation\/\" class=\"btn text-white w-100\" style=\"background:#002244\">View Details<\/a>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        jQuery(document).ready(function($) {\n            \/\/ Preserve the selected checkboxes based on query parameters\n            function initializeCheckboxes() {\n                const params = new URLSearchParams(window.location.search);\n                $('.filter-checkbox').each(function() {\n                    const type = $(this).data('type');\n                    const value = $(this).val();\n                    if (params.get(type) && params.get(type).split(',').includes(value)) {\n                        $(this).prop('checked', true);\n                    }\n                });\n            }\n            \n            initializeCheckboxes();\n\n            \/\/ Handle checkbox click events\n            $('.filter-checkbox').on('change', function() {\n                const params = new URLSearchParams(window.location.search);\n                const type = $(this).data('type');\n                const selectedValues = [];\n\n                \/\/ Gather all selected checkboxes of the same type\n                $(`.filter-checkbox[data-type=\"${type}\"]:checked`).each(function() {\n                    selectedValues.push($(this).val());\n                });\n\n                \/\/ Update query parameters based on selected checkboxes\n                if (selectedValues.length > 0) {\n                    params.set(type, selectedValues.join(','));\n                } else {\n                    params.delete(type);\n                }\n\n                \/\/ Refresh the page with updated query parameters\n                window.location.search = params.toString();\n            });\n        });\n    <\/script>\n\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Locations in AktorKast Discover the perfect Locations provided below.<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-66671","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Locations - Aktorkast<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/aktorkast.com\/sq\/locations\/\" \/>\n<meta property=\"og:locale\" content=\"sq_AL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Locations - Aktorkast\" \/>\n<meta property=\"og:description\" content=\"Locations in AktorKast Discover the perfect Locations provided below.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/aktorkast.com\/sq\/locations\/\" \/>\n<meta property=\"og:site_name\" content=\"Aktorkast\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-12T22:26:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/aktorkast.com\/wp-content\/uploads\/2024\/04\/favi.png\" \/>\n\t<meta property=\"og:image:width\" content=\"300\" \/>\n\t<meta property=\"og:image:height\" content=\"300\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minut\u00eb\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/aktorkast.com\\\/locations\\\/\",\"url\":\"https:\\\/\\\/aktorkast.com\\\/locations\\\/\",\"name\":\"Locations - Aktorkast\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aktorkast.com\\\/#website\"},\"datePublished\":\"2024-08-21T08:25:13+00:00\",\"dateModified\":\"2024-11-12T22:26:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/aktorkast.com\\\/locations\\\/#breadcrumb\"},\"inLanguage\":\"sq\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/aktorkast.com\\\/locations\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/aktorkast.com\\\/locations\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/aktorkast.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Locations\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/aktorkast.com\\\/#website\",\"url\":\"https:\\\/\\\/aktorkast.com\\\/\",\"name\":\"Aktorkast\",\"description\":\"Online Marketplace For Film Industry\",\"publisher\":{\"@id\":\"https:\\\/\\\/aktorkast.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/aktorkast.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"sq\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/aktorkast.com\\\/#organization\",\"name\":\"Aktorkast\",\"alternateName\":\"Film Industry Marketplace\",\"url\":\"https:\\\/\\\/aktorkast.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"sq\",\"@id\":\"https:\\\/\\\/aktorkast.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"http:\\\/\\\/localhost\\\/WordPress\\\/aktorkast\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/favi.png\",\"contentUrl\":\"http:\\\/\\\/localhost\\\/WordPress\\\/aktorkast\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/favi.png\",\"width\":300,\"height\":300,\"caption\":\"Aktorkast\"},\"image\":{\"@id\":\"https:\\\/\\\/aktorkast.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Locations - Aktorkast","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/aktorkast.com\/sq\/locations\/","og_locale":"sq_AL","og_type":"article","og_title":"Locations - Aktorkast","og_description":"Locations in AktorKast Discover the perfect Locations provided below.","og_url":"https:\/\/aktorkast.com\/sq\/locations\/","og_site_name":"Aktorkast","article_modified_time":"2024-11-12T22:26:00+00:00","og_image":[{"width":300,"height":300,"url":"https:\/\/aktorkast.com\/wp-content\/uploads\/2024\/04\/favi.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minut\u00eb"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/aktorkast.com\/locations\/","url":"https:\/\/aktorkast.com\/locations\/","name":"Locations - Aktorkast","isPartOf":{"@id":"https:\/\/aktorkast.com\/#website"},"datePublished":"2024-08-21T08:25:13+00:00","dateModified":"2024-11-12T22:26:00+00:00","breadcrumb":{"@id":"https:\/\/aktorkast.com\/locations\/#breadcrumb"},"inLanguage":"sq","potentialAction":[{"@type":"ReadAction","target":["https:\/\/aktorkast.com\/locations\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/aktorkast.com\/locations\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/aktorkast.com\/"},{"@type":"ListItem","position":2,"name":"Locations"}]},{"@type":"WebSite","@id":"https:\/\/aktorkast.com\/#website","url":"https:\/\/aktorkast.com\/","name":"Aktorkast","description":"Online Marketplace For Film Industry","publisher":{"@id":"https:\/\/aktorkast.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/aktorkast.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"sq"},{"@type":"Organization","@id":"https:\/\/aktorkast.com\/#organization","name":"Aktorkast","alternateName":"Film Industry Marketplace","url":"https:\/\/aktorkast.com\/","logo":{"@type":"ImageObject","inLanguage":"sq","@id":"https:\/\/aktorkast.com\/#\/schema\/logo\/image\/","url":"http:\/\/localhost\/WordPress\/aktorkast\/wp-content\/uploads\/2024\/04\/favi.png","contentUrl":"http:\/\/localhost\/WordPress\/aktorkast\/wp-content\/uploads\/2024\/04\/favi.png","width":300,"height":300,"caption":"Aktorkast"},"image":{"@id":"https:\/\/aktorkast.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/aktorkast.com\/sq\/wp-json\/wp\/v2\/pages\/66671","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aktorkast.com\/sq\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aktorkast.com\/sq\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aktorkast.com\/sq\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aktorkast.com\/sq\/wp-json\/wp\/v2\/comments?post=66671"}],"version-history":[{"count":75,"href":"https:\/\/aktorkast.com\/sq\/wp-json\/wp\/v2\/pages\/66671\/revisions"}],"predecessor-version":[{"id":67292,"href":"https:\/\/aktorkast.com\/sq\/wp-json\/wp\/v2\/pages\/66671\/revisions\/67292"}],"wp:attachment":[{"href":"https:\/\/aktorkast.com\/sq\/wp-json\/wp\/v2\/media?parent=66671"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}