CINXE.COM
What's On - Places
<!DOCTYPE html> <html lang="en" x-data="{}"> <head> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/noUiSlider/14.6.1/nouislider.min.css" /> <script src="https://api.mapbox.com/mapbox-gl-js/v3.1.2/mapbox-gl.js"></script> <link href="https://api.mapbox.com/mapbox-gl-js/v3.1.2/mapbox-gl.css" rel="stylesheet" /> <script src="https://cdn.jsdelivr.net/npm/@ryangjchandler/spruce@1.x.x/dist/spruce.umd.js"></script> <script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.8.2/dist/alpine.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/@splidejs/splide@2.4.21/dist/js/splide.min.js"></script> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@splidejs/splide@2.4.14/dist/css/splide.min.css" /> <script src="https://kit.fontawesome.com/893c6a8515.js" crossorigin="anonymous" ></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/noUiSlider/14.6.1/nouislider.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/smoothscroll-polyfill@0.4.4/dist/smoothscroll.min.js"></script> <script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=default"></script> <script src="https://cdn.jsdelivr.net/npm/litepicker/dist/litepicker.js"></script> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/litepicker/dist/css/litepicker.css" /> <script> window.fbAsyncInit = function () { FB.init({ appId: "265480767147819", xfbml: true, version: "v17.0", }); }; </script> <!-- facebook must load before main.js and socials.js --> <script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js" ></script> <script src="/views/whatson/views/js/global.js?v=1718972477"></script> <script src="/views/whatson/views/js/UI.js?v=1718972477"></script> <script src="/views/whatson/views/js/API.js?v=1718972477"></script> <script src="/views/whatson/views/js/customElements/FavoriteButton.js?v=1718972477"></script> <script src="/views/whatson/views/js/MobileItemOverview.js?v=1718972477"></script> <script src="/views/whatson/views/js/MarkdownHandler.js?v=1718972477"></script> <script src="/views/whatson/views/js/MapboxBuilder.js?v=1718972477"></script> <script src="/views/whatson/views/js/ViewSelection.js?v=1718972477"></script> <script src="/views/whatson/views/js/customElements/ViewSelectors.js?v=1718972477"></script> <script src="/views/whatson/views/js/customElements/WhatsonPlaceholderImage.js?v=1718972477"></script> <script> addEventListener("DOMContentLoaded", (event) => { const queryString = window.location.search; const urlParams = new URLSearchParams(queryString); const disabled = urlParams.get("disabled"); if (disabled !== undefined && disabled !== null) { document.querySelectorAll("[onclick],a").forEach((e) => { e.removeAttribute("href"); e.removeAttribute("onclick"); }); } handle_markdown(); }); addEventListener("load", () => { // Initialize the UI after load UI.init(); ViewSelection.init(); //Spruce.store('app').favourites = true ? "close" : 'open'; }); </script> <link rel="stylesheet" href="/views/whatson/views/style/global.css?v=1718972477" /> <link rel="stylesheet" href="/views/whatson/views/style/main.css?v=1718972477" /> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" /> <meta name="description" content=" Farmhouse from year 1100" /> <!-- Open Graph tags --> <meta property="og:url" content="https://visitfaroeislands.com/en/whatson/places/place/roykstovan-i-kirkjubo1" /> <meta property="og:title" content="Roykstovan 铆 Kirkjub酶" /> <meta property="og:description" content="Farmhouse from year 1100" /> <meta property="og:image" content="https://vfibackend.com/uploads/copy-of-kirkjubo.jpg" /> <meta property="og:type" content="article" /> <!-- Twitter Card tags --> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:creator" content="" /> <meta name="twitter:title" content="Roykstovan 铆 Kirkjub酶" /> <meta name="twitter:description" content="Farmhouse from year 1100" /> <meta name="twitter:image" content="https://vfibackend.com/uploads/copy-of-kirkjubo.jpg" /> <meta property="fb:app_id" content="520595711890674" /> <title>What's On - Places</title> <link rel="icon" type="image/png" href="/views/whatson/assets/favicon.ico" /> <script src="/views/whatson/views/js/tooltip.js"></script> <script defer type="module" src="/views/whatson/views/js/whatson_main.js"></script> <script src="/views/whatson/views/places/js/main.js"></script> <script src="/views/whatson/views/places/js/place.js"></script> </head> <body x-data="{}" id="places" :class="{'noscroll' : $store.app.filter}"> <div id="loading" class="loading"> <div class="icon-spinner fa-3x"> <i class="fal fa-spinner fa-spin"></i> </div> </div> <div id="fullSizeImages"> <div x-show="$store.app.fullSizeImage.length != '0'" class="fullSizeImages" x-data="{showText: false}" > <template x-if="$store.app.fullSizeImage.length != '0'"> <div class="wrap-images"> <div @click.prevent="$store.app.fullSizeImage = [], $store.app.currentIndex = 0" class="close" > <img src="/views/whatson/assets/caret-close.svg" /> </div> <div x-show="$store.app.fullSizeImage.length > '1'" @click="$store.app.currentIndex = $store.app.currentIndex != 0 ? $store.app.currentIndex - 1 : $store.app.fullSizeImage.length - 1" class="arrow-left" ></div> <div class="large"> <img class="large-image" :src="$store.app.fullSizeImage[$store.app.currentIndex].large" /> </div> <div x-show="$store.app.fullSizeImage.length > '1'" @click="$store.app.currentIndex = $store.app.currentIndex < $store.app.fullSizeImage.length - 1 ? $store.app.currentIndex + 1 :0" class="arrow-right" ></div> <div class="icon-box" @click.prevent="showText=showText ? false : true"> <i class="fal fa-info-circle"></i> <div class="info-text"> <span x-show="showText"> <span x-show="'en' == 'fo'" x-text="$store.app.fullSizeImage[$store.app.currentIndex][$store.app.lang === 'en' ? 'english' : 'faroese'].text" > </span> </span> </div> </div> <div class="wrap-thumbnail"> <template x-for="(image, index) in $store.app.fullSizeImage" :key="index" > <div :class="{'selected': index == $store.app.currentIndex}" class="eachImage" @click="$store.app.currentIndex = index" > <div class="selected-text"></div> <img :src="image.thumbnail" /> </div> </template> </div> </div> </template> </div> </div> <div class="wrap-container-filter"> <div class="container"> <div class="main-content"> <div class="wrap-content-sites inside-whatson"> <div class="wrap-content"> <!-- ! TOURSIM => index.html, header.html --> <!-- ! WHATSON => WHATSON_TYPE => index.html, base.html & TOURSIM header.html --> <!-- Stylesheets --> <link rel="stylesheet" href="/views/style/global.css?a=1" /> <link rel="stylesheet" href="/views/style/splide/splide.min.css?a=1" /> <link rel="stylesheet" href="/views/style/headerStyles/whats-on-nav.css?a=1" /> <link rel="stylesheet" href="/views/style/likedSitePage/likedSitePage.css?a=1" /> <link rel="stylesheet" href="/views/style/tourismWhatsonStyles/tours-whatson.css?a=1" /> <link rel="stylesheet" href="/views/style/searchResults/search_results.css?v=1.4.20&a=1" /> <!-- JavaScript --> <script src="/views/main/js/Spliders.js"></script> <script src="/views/main/js/ReactPlayer.standalone.js"></script> <script src="/views/main/js/Menus.js"></script> <script type="module" src="/views/main/js/tourism_main.js"></script> <nav class="desktop-nav"> <div class="top-nav" x-data="{searchIsOpen: $store.app.searchIsOpen, favourites: 'close', favList: localStorage.getItem('likedSitePage')}" > <div class="nav-logo"> <a href="https://visitfaroeislands.com" class="logo" > <div class="sheephead"><img src="/assets/head png.png" /></div> <div class="text">Visit Faroe Islands</div> </a> </div> <div class="menu-middle"> <div class="middle-option"> <a href="/en/see-do">SEE & DO</a> <div class="pop-menu-wrap"> <div class="pop-menu"> <script> var workingTemplate = []; </script> <div class="second-level-wrap"> <script> workingTemplate.push([]); </script> <script> function compare(a, b) { if (a.template_indexing < b.template_indexing) { return -1; } if (a.template_indexing > b.template_indexing) { return 1; } return 0; }; workingTemplate[0].push({"shared":0,"id":7,"type":"page","page_name":"New Page","site_id":1,"child_of":6,"feature_media":2316,"infoskermar":0,"visibility":1,"template_indexing":[0,0],"order_value":0,"current_status":"published","rootPage":0,"date_to_publish":"2021-10-26 10:51:55","create_date":"2024-08-12 12:56:42","last_update_date":"2021-10-25 15:26:05","reg_date":"2024-08-12 12:56:42","menu_module_id":null,"article_id":null,"splide":"","palette":"default","pl_title":"Activities ","pl_url_slug":"activities","pl_description":"Wondering what to do on these isolated islands in the middle of the Atlantic? Well, you would be surprised of the myriad of possibilities. ","language_id":1,"dir":"\/see-do\/activities","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/kajak1.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/kajak1_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/kajak1_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/kajak1_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/kajak1_full.jpg","info":{"id":2316,"name":"kajak1.jpg","file_name":"kajak1","alt":"","author":157,"sites_located":"[1]","file_size":189624,"file_extension":"jpg","file_dimensions_x":1922,"file_dimensions_y":1281,"comment":"","is_uploaded":1,"fo_upload_date":"2021-11-16 10:23:58","reg_date":"2021-11-16 11:24:01","languages":{"en":{"id":83,"media_id":2316,"lang_id":1,"alt":"","reg_date":"2021-11-16 11:24:00","short":"en","order_by":1}}}},"hierarchy_level":2,"children":[{"shared":0,"id":8,"type":"page","page_name":"New Page","site_id":1,"child_of":7,"feature_media":7884,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":0,"current_status":"published","rootPage":0,"date_to_publish":"2022-11-03 14:25:04","create_date":"2024-12-17 15:12:37","last_update_date":"2021-10-25 15:26:31","reg_date":"2024-12-17 15:12:37","menu_module_id":null,"article_id":null,"splide":"","palette":"image","pl_title":"Hiking","pl_url_slug":"hiking","pl_description":"The Faroe Islands are a paradise for hikers. Get an overview of the best recommended hiking paths, guides & tips and info on Safe Hiking.","language_id":1,"dir":"\/see-do\/activities\/hiking","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/trollkonufingur.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/trollkonufingur_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/trollkonufingur_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/trollkonufingur_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/trollkonufingur_full.jpg","info":{"id":7884,"name":"trollkonufingur.jpg","file_name":"trollkonufingur","alt":"","author":161,"sites_located":"1","file_size":2273887,"file_extension":"jpg","file_dimensions_x":1601,"file_dimensions_y":2400,"comment":"","is_uploaded":1,"fo_upload_date":"2023-06-20 15:25:37","reg_date":"2023-06-20 16:26:50","languages":{"en":{"id":5598,"media_id":7884,"lang_id":1,"alt":"Hike with a veiw of Tr\u00f8llkonufingur on Vagar island","reg_date":"2023-06-20 16:26:50","short":"en","order_by":1}}}},"hierarchy_level":3},{"shared":0,"id":2178,"type":"page","page_name":"New Page","site_id":1,"child_of":7,"feature_media":1684,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":1,"current_status":"published","rootPage":0,"date_to_publish":"2024-12-09 15:26:51","create_date":"2024-12-10 11:43:04","last_update_date":"2024-12-09 15:02:20","reg_date":"2024-12-10 11:43:04","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Sights & Attractions","pl_url_slug":"sights-attractions","pl_description":"","language_id":1,"dir":"\/see-do\/activities\/sights-attractions","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/1684.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/1684_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/1684_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/1684_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/1684_full.jpg","info":{"id":1684,"name":"Villagepath-between-h\u00fasav\u00edk-skarvanes-dalur","file_name":"1684","alt":"husavik-derek-malou-jpg","author":161,"sites_located":"[1]","file_size":2993379,"file_extension":"jpg","file_dimensions_x":3992,"file_dimensions_y":2992,"comment":"","is_uploaded":1,"fo_upload_date":"2021-03-19 10:33:33","reg_date":"2021-11-16 10:08:21","languages":[]}},"hierarchy_level":3},{"shared":0,"id":2179,"type":"page","page_name":"New Page","site_id":1,"child_of":7,"feature_media":12753,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":2,"current_status":"published","rootPage":0,"date_to_publish":"2024-12-09 15:53:59","create_date":"2025-02-05 11:33:38","last_update_date":"2024-12-09 15:28:10","reg_date":"2025-02-05 11:33:38","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"At sea","pl_url_slug":"at-sea","pl_description":"","language_id":1,"dir":"\/see-do\/activities\/at-sea","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/at-sea.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/at-sea_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/at-sea_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/at-sea_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/at-sea_full.jpg","info":{"id":12753,"name":"at-sea.jpg","file_name":"at-sea","alt":"","author":161,"sites_located":"1","file_size":582796,"file_extension":"jpg","file_dimensions_x":2400,"file_dimensions_y":1600,"comment":"","is_uploaded":1,"fo_upload_date":"2024-12-09 15:46:02","reg_date":"2024-12-09 16:46:10","languages":{"en":{"id":10219,"media_id":12753,"lang_id":1,"alt":"","reg_date":"2024-12-09 16:46:10","short":"en","order_by":1}}}},"hierarchy_level":3},{"shared":0,"id":30,"type":"page","page_name":"New Page","site_id":1,"child_of":7,"feature_media":12762,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":3,"current_status":"published","rootPage":0,"date_to_publish":"2021-11-16 11:03:23","create_date":"2025-02-05 11:33:38","last_update_date":"2021-11-16 10:06:11","reg_date":"2025-02-05 11:33:38","menu_module_id":null,"article_id":null,"splide":"","palette":"image","pl_title":"Adventure Sports","pl_url_slug":"adventure-sports","pl_description":"Perfect playground for advernture sports of all sorts!","language_id":1,"dir":"\/see-do\/activities\/adventure-sports","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/bike-faroe-islands.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/bike-faroe-islands_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/bike-faroe-islands_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/bike-faroe-islands_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/bike-faroe-islands_full.jpg","info":{"id":12762,"name":"bike-faroe-islands.jpg","file_name":"bike-faroe-islands","alt":"","author":161,"sites_located":"1","file_size":151978,"file_extension":"jpg","file_dimensions_x":1920,"file_dimensions_y":1280,"comment":"","is_uploaded":1,"fo_upload_date":"2024-12-10 11:08:03","reg_date":"2024-12-10 12:08:03","languages":{"en":{"id":10221,"media_id":12762,"lang_id":1,"alt":"","reg_date":"2024-12-10 12:08:03","short":"en","order_by":1}}}},"hierarchy_level":3}]}); workingTemplate[0].sort(compare) </script> <script> workingTemplate.push([]); </script> <script> workingTemplate.push([]); </script> <script> workingTemplate.push([]); </script> <script> function compare(a, b) { if (a.template_indexing < b.template_indexing) { return -1; } if (a.template_indexing > b.template_indexing) { return 1; } return 0; }; workingTemplate[3].push({"shared":0,"id":1327,"type":"page","page_name":"","site_id":1,"child_of":6,"feature_media":null,"infoskermar":0,"visibility":1,"template_indexing":[3,1],"order_value":0,"current_status":"published","rootPage":0,"date_to_publish":null,"create_date":"2025-01-30 14:21:13","last_update_date":"0000-00-00 00:00:00","reg_date":"2025-01-30 14:21:13","menu_module_id":48,"article_id":null,"splide":{"split":false,"length":[0]},"palette":"default","pl_title":null,"pl_url_slug":null,"pl_description":null,"language_id":null,"dir":"\/see-do\/","feature_image_dir":"","menu_module":[{"id":64,"language_id":1,"menu_module_id":48,"a_label":"static_palette","a_value":{"image":"https:\/\/vfibackend.com\/uploads\/dscf5961f-1_0_large.jpg","title":{"en":"Get inspired","fo":"Guide to safe hiking","de":"Guide to safe hiking","dk":"Guide to safe hiking"},"href":{"en":"https:\/\/visitfaroeislands.com\/en\/see-do\/cultural-experiences","fo":"https:\/\/visitfaroeislands.com\/en\/see-do\/activities\/guide-to-safe-hiking","de":"https:\/\/visitfaroeislands.com\/en\/see-do\/activities\/guide-to-safe-hiking","dk":"https:\/\/visitfaroeislands.com\/en\/see-do\/activities\/guide-to-safe-hiking"},"type":"static_palette"},"position":0,"selectedCity":null,"slider_index":{"splideIndex":0,"moduleIndex":0},"reg_date":"2024-12-12 13:33:17","currency":null}],"hierarchy_level":2,"children":[]}); workingTemplate[3].sort(compare) </script> <script> workingTemplate.push([]); </script> <script> function compare(a, b) { if (a.template_indexing < b.template_indexing) { return -1; } if (a.template_indexing > b.template_indexing) { return 1; } return 0; }; workingTemplate[3].push({"shared":0,"id":2062,"type":"page","page_name":"","site_id":1,"child_of":6,"feature_media":null,"infoskermar":0,"visibility":1,"template_indexing":[3,0],"order_value":0,"current_status":"published","rootPage":0,"date_to_publish":null,"create_date":"2025-01-30 14:21:13","last_update_date":"0000-00-00 00:00:00","reg_date":"2025-01-30 14:21:13","menu_module_id":168,"article_id":null,"splide":{"split":false,"length":[0]},"palette":"default","pl_title":null,"pl_url_slug":null,"pl_description":null,"language_id":null,"dir":"\/see-do\/","feature_image_dir":"","menu_module":[{"id":189,"language_id":1,"menu_module_id":168,"a_label":"static_palette","a_value":{"image":"https:\/\/vfibackend.com\/uploads\/faroe-remot-imagecontent-124-of-409_2_large.jpg","title":{"en":"Find a Hiking trail","fo":"","de":"","dk":""},"href":{"en":"https:\/\/visitfaroeislands.com\/en\/see-do\/activities\/hiking","fo":"","de":"","dk":""},"type":"static_palette"},"position":0,"selectedCity":null,"slider_index":{"splideIndex":0,"moduleIndex":0},"reg_date":"2024-12-12 13:33:17","currency":null}],"hierarchy_level":2,"children":[]}); workingTemplate[3].sort(compare) </script> <script> workingTemplate.push([]); </script> <script> function compare(a, b) { if (a.template_indexing < b.template_indexing) { return -1; } if (a.template_indexing > b.template_indexing) { return 1; } return 0; }; workingTemplate[2].push({"shared":0,"id":25,"type":"page","page_name":"New Page","site_id":1,"child_of":6,"feature_media":9012,"infoskermar":0,"visibility":1,"template_indexing":[2,0],"order_value":1,"current_status":"published","rootPage":0,"date_to_publish":"2021-11-03 13:57:48","create_date":"2025-01-30 14:21:13","last_update_date":"2021-11-03 12:34:24","reg_date":"2025-01-30 14:21:13","menu_module_id":null,"article_id":null,"splide":"","palette":"default","pl_title":"Cultural Experiences","pl_url_slug":"cultural-experiences","pl_description":"","language_id":1,"dir":"\/see-do\/cultural-experiences","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/funningur_1.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/funningur_1_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/funningur_1_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/funningur_1_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/funningur_1_full.jpg","info":{"id":9012,"name":"Funningur.jpg","file_name":"funningur_1","alt":"","author":161,"sites_located":"1","file_size":2385284,"file_extension":"jpg","file_dimensions_x":2400,"file_dimensions_y":1600,"comment":"","is_uploaded":1,"fo_upload_date":"2023-11-23 11:04:41","reg_date":"2023-11-23 12:04:49","languages":{"en":{"id":6723,"media_id":9012,"lang_id":1,"alt":"Small village with colourful houses","reg_date":"2023-11-23 12:05:12","short":"en","order_by":1}}}},"hierarchy_level":2,"children":[{"shared":0,"id":2186,"type":"page","page_name":"New Page","site_id":1,"child_of":25,"feature_media":12770,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":0,"current_status":"published","rootPage":0,"date_to_publish":"2024-12-10 12:55:46","create_date":"2024-12-10 13:55:46","last_update_date":"2024-12-10 12:27:51","reg_date":"2024-12-10 13:55:46","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Art & Architecture","pl_url_slug":"art-and-architecture","pl_description":"","language_id":1,"dir":"\/see-do\/cultural-experiences\/art-and-architecture","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/torshavn-art-museum.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/torshavn-art-museum_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/torshavn-art-museum_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/torshavn-art-museum_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/torshavn-art-museum_full.jpg","info":{"id":12770,"name":"torshavn--art-museum.jpg","file_name":"torshavn-art-museum","alt":"","author":161,"sites_located":"1","file_size":11610869,"file_extension":"jpg","file_dimensions_x":6000,"file_dimensions_y":4000,"comment":"","is_uploaded":1,"fo_upload_date":"2024-12-10 12:39:56","reg_date":"2024-12-10 13:50:58","languages":{"en":{"id":10229,"media_id":12770,"lang_id":1,"alt":"","reg_date":"2024-12-10 13:40:00","short":"en","order_by":1}}}},"hierarchy_level":3},{"shared":0,"id":2191,"type":"page","page_name":"New Page","site_id":1,"child_of":25,"feature_media":10008,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":0,"current_status":"published","rootPage":0,"date_to_publish":"2024-12-10 15:41:40","create_date":"2024-12-10 16:41:40","last_update_date":"2024-12-10 15:24:30","reg_date":"2024-12-10 16:41:40","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"'Heim' Experiences","pl_url_slug":"heim-experiences","pl_description":"","language_id":1,"dir":"\/see-do\/cultural-experiences\/heim-experiences","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/drekkamunn-heima.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/drekkamunn-heima_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/drekkamunn-heima_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/drekkamunn-heima_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/drekkamunn-heima_full.jpg","info":{"id":10008,"name":"Drekkamunn_heima.jpg","file_name":"drekkamunn-heima","alt":"","author":161,"sites_located":"1","file_size":20473934,"file_extension":"jpg","file_dimensions_x":5297,"file_dimensions_y":7946,"comment":"","is_uploaded":1,"fo_upload_date":"2024-03-26 15:17:58","reg_date":"2024-03-26 16:18:14","languages":{"en":{"id":7710,"media_id":10008,"lang_id":1,"alt":"","reg_date":"2024-03-26 16:17:58","short":"en","order_by":1}}}},"hierarchy_level":3},{"shared":0,"id":2190,"type":"page","page_name":"New Page","site_id":1,"child_of":25,"feature_media":8942,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":1,"current_status":"published","rootPage":0,"date_to_publish":"2024-12-10 14:57:49","create_date":"2024-12-10 16:12:48","last_update_date":"2024-12-10 14:29:32","reg_date":"2024-12-10 16:12:48","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Eat & Drink","pl_url_slug":"eat-and-drink","pl_description":"Wondering what to do on these isolated islands in the middle of the Atlantic? Well, you would be surprised of the myriad of possibilities. ","language_id":1,"dir":"\/see-do\/cultural-experiences\/eat-and-drink","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/heimablidni-solvi.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/heimablidni-solvi_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/heimablidni-solvi_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/heimablidni-solvi_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/heimablidni-solvi_full.jpg","info":{"id":8942,"name":"Heimabl\u00eddni, S\u00f8lvi.jpg","file_name":"heimablidni-solvi","alt":"","author":161,"sites_located":"1","file_size":35218518,"file_extension":"jpg","file_dimensions_x":8256,"file_dimensions_y":5504,"comment":"","is_uploaded":1,"fo_upload_date":"2023-11-13 15:18:48","reg_date":"2023-11-13 16:20:05","languages":{"en":{"id":6653,"media_id":8942,"lang_id":1,"alt":"","reg_date":"2023-11-13 16:19:04","short":"en","order_by":1}}}},"hierarchy_level":3},{"shared":0,"id":21,"type":"page","page_name":"New Page","site_id":1,"child_of":25,"feature_media":9996,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":9,"current_status":"published","rootPage":0,"date_to_publish":"2021-11-16 10:30:28","create_date":"2024-12-10 16:12:46","last_update_date":"2021-11-02 15:24:58","reg_date":"2024-12-10 16:12:46","menu_module_id":null,"article_id":null,"splide":"","palette":"default","pl_title":"Shopping","pl_url_slug":"shopping","pl_description":"","language_id":1,"dir":"\/see-do\/cultural-experiences\/shopping","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/shopping-lina-mp.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/shopping-lina-mp_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/shopping-lina-mp_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/shopping-lina-mp_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/shopping-lina-mp_full.jpg","info":{"id":9996,"name":"shopping_Lina_MP.jpg","file_name":"shopping-lina-mp","alt":"","author":161,"sites_located":"1","file_size":5037681,"file_extension":"jpg","file_dimensions_x":3840,"file_dimensions_y":2160,"comment":"","is_uploaded":1,"fo_upload_date":"2024-03-26 13:01:11","reg_date":"2024-03-26 14:01:38","languages":{"en":{"id":7698,"media_id":9996,"lang_id":1,"alt":"","reg_date":"2024-03-26 14:01:18","short":"en","order_by":1}}}},"hierarchy_level":3}]}); workingTemplate[2].sort(compare) </script> <script> workingTemplate.push([]); </script> <script> function compare(a, b) { if (a.template_indexing < b.template_indexing) { return -1; } if (a.template_indexing > b.template_indexing) { return 1; } return 0; }; workingTemplate[1].push({"shared":0,"id":1956,"type":"page","page_name":"New Page","site_id":1,"child_of":6,"feature_media":11304,"infoskermar":0,"visibility":1,"template_indexing":[1,0],"order_value":3,"current_status":"published","rootPage":0,"date_to_publish":"2024-03-19 09:14:46","create_date":"2024-12-10 13:25:40","last_update_date":"2024-02-27 13:26:25","reg_date":"2024-12-10 13:25:40","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Inspiration & Guides ","pl_url_slug":"inspiration-guides","pl_description":"Here you will find a complete overview of our guides to the Faroe Islands.","language_id":1,"dir":"\/see-do\/inspiration-guides","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/tindholmur-1.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/tindholmur-1_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/tindholmur-1_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/tindholmur-1_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/tindholmur-1_full.jpg","info":{"id":11304,"name":"tindholmur-1.jpg","file_name":"tindholmur-1","alt":"","author":189,"sites_located":"1","file_size":16292363,"file_extension":"jpg","file_dimensions_x":4464,"file_dimensions_y":5580,"comment":"","is_uploaded":1,"fo_upload_date":"2024-08-30 15:08:43","reg_date":"2024-08-30 16:08:46","languages":{"en":{"id":8958,"media_id":11304,"lang_id":1,"alt":"","reg_date":"2024-08-30 16:08:43","short":"en","order_by":1}}}},"hierarchy_level":2,"children":[{"shared":0,"id":2192,"type":"page","page_name":"New Page","site_id":1,"child_of":1956,"feature_media":10659,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":0,"current_status":"published","rootPage":0,"date_to_publish":"2024-12-10 16:06:00","create_date":"2024-12-11 12:22:58","last_update_date":"2024-12-10 15:51:31","reg_date":"2024-12-11 12:22:58","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Popular Guides","pl_url_slug":"popular-guides","pl_description":"","language_id":1,"dir":"\/see-do\/inspiration-guides\/popular-guides","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/faroe-islands-5_0.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/faroe-islands-5_0_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/faroe-islands-5_0_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/faroe-islands-5_0_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/faroe-islands-5_0_full.jpg","info":{"id":10659,"name":"faroe-islands-5.jpg","file_name":"faroe-islands-5_0","alt":"","author":189,"sites_located":"1","file_size":582658,"file_extension":"jpg","file_dimensions_x":1080,"file_dimensions_y":1350,"comment":"","is_uploaded":1,"fo_upload_date":"2024-06-27 11:43:39","reg_date":"2024-06-27 12:43:39","languages":{"en":{"id":8346,"media_id":10659,"lang_id":1,"alt":"","reg_date":"2024-06-27 12:43:39","short":"en","order_by":1}}}},"hierarchy_level":3},{"shared":0,"id":2193,"type":"page","page_name":"New Page","site_id":1,"child_of":1956,"feature_media":12792,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":1,"current_status":"published","rootPage":0,"date_to_publish":"2024-12-11 11:18:34","create_date":"2024-12-11 12:18:34","last_update_date":"2024-12-11 10:33:29","reg_date":"2024-12-11 12:18:34","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Ideas for Exploring","pl_url_slug":"ideas-for-exploring-the-faroe-islands","pl_description":"","language_id":1,"dir":"\/see-do\/inspiration-guides\/ideas-for-exploring-the-faroe-islands","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/giant-thewitch.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/giant-thewitch_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/giant-thewitch_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/giant-thewitch_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/giant-thewitch_full.jpg","info":{"id":12792,"name":"giant-thewitch.jpg","file_name":"giant-thewitch","alt":"","author":161,"sites_located":"1","file_size":1059475,"file_extension":"jpg","file_dimensions_x":4240,"file_dimensions_y":2832,"comment":"","is_uploaded":1,"fo_upload_date":"2024-12-11 10:37:52","reg_date":"2024-12-11 11:37:53","languages":{"en":{"id":10251,"media_id":12792,"lang_id":1,"alt":"","reg_date":"2024-12-11 11:37:52","short":"en","order_by":1}}}},"hierarchy_level":3},{"shared":0,"id":129,"type":"page","page_name":"New Page","site_id":1,"child_of":1956,"feature_media":10883,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":8,"current_status":"published","rootPage":0,"date_to_publish":"2021-12-06 13:52:06","create_date":"2024-12-12 10:40:41","last_update_date":"2021-12-06 13:51:38","reg_date":"2024-12-12 10:40:41","menu_module_id":null,"article_id":null,"splide":"","palette":"image","pl_title":"Tips from travellers","pl_url_slug":"tips-from-travellers","pl_description":"Browse through a collection\u00a0of hand-picked articles by journalists and bloggers, from all over the world, who have visited the Faroe Islands. ","language_id":1,"dir":"\/see-do\/inspiration-guides\/tips-from-travellers","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/dw207743.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/dw207743_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/dw207743_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/dw207743_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/dw207743_full.jpg","info":{"id":10883,"name":"dw207743.jpg","file_name":"dw207743","alt":"","author":189,"sites_located":"1","file_size":1492947,"file_extension":"jpg","file_dimensions_x":2400,"file_dimensions_y":1600,"comment":"","is_uploaded":1,"fo_upload_date":"2024-07-08 14:32:34","reg_date":"2024-07-08 15:32:34","languages":{"en":{"id":8562,"media_id":10883,"lang_id":1,"alt":"","reg_date":"2024-07-08 15:32:34","short":"en","order_by":1}}}},"hierarchy_level":3}]}); workingTemplate[1].sort(compare) </script> <script> workingTemplate = workingTemplate.filter((x) => x.length > 0); Spruce.store("menu1", { workingTemplate, }); </script> <script> var currency = {"id":1,"type":"currency","rates":{"AED":3.862469,"AFN":77.208349,"ALL":99.46747,"AMD":413.840083,"ANG":1.896016,"AOA":959.116558,"ARS":1115.819533,"AUD":1.662787,"AWG":1.892993,"AZN":1.797484,"BAM":1.961092,"BBD":2.124132,"BDT":127.814912,"BGN":1.958091,"BHD":0.396367,"BIF":3115.878658,"BMD":1.051663,"BND":1.408187,"BOB":7.269617,"BRL":6.081658,"BSD":1.052039,"BTC":1.2087767e-5,"BTN":91.655463,"BWP":14.500993,"BYN":3.442758,"BYR":20612.593664,"BZD":2.113182,"CAD":1.508668,"CDF":3020.376094,"CHF":0.939251,"CLF":0.025839,"CLP":991.581563,"CNY":7.622558,"CNH":7.636225,"COP":4336.553175,"CRC":532.035713,"CUC":1.051663,"CUP":27.869068,"CVE":110.563358,"CZK":24.931773,"DJF":186.901305,"DKK":7.458081,"DOP":65.576961,"DZD":141.588522,"EGP":53.193378,"ERN":15.774944,"ETB":135.886016,"EUR":1,"FJD":2.414888,"FKP":0.831364,"GBP":0.828174,"GEL":2.95495,"GGP":0.831364,"GHS":16.289266,"GIP":0.831364,"GMD":75.952668,"GNF":9099.054061,"GTQ":8.109708,"GYD":219.575106,"HKD":8.174229,"HNL":26.894574,"HRK":7.536953,"HTG":138.639411,"HUF":401.786206,"IDR":17174.761564,"ILS":3.737258,"IMP":0.831364,"INR":91.66454,"IQD":1376.079908,"IRR":44290.502442,"ISK":145.976794,"JEP":0.831364,"JMD":165.685557,"JOD":0.745613,"JPY":156.826608,"KES":136.107597,"KGS":92.193222,"KHR":4217.569436,"KMF":492.885325,"KPW":946.549205,"KRW":1507.902598,"KWD":0.324291,"KYD":0.868761,"KZT":526.192385,"LAK":22769.316234,"LBP":94098.580201,"LKR":310.82224,"LRD":209.554697,"LSL":19.393055,"LTL":3.105287,"LVL":0.636141,"LYD":5.136491,"MAD":10.442591,"MDL":19.601652,"MGA":4961.57255,"MKD":61.64607,"MMK":2207.606947,"MNT":3645.955471,"MOP":8.421689,"MRU":41.997481,"MUR":48.779043,"MVR":16.237967,"MWK":1822.582035,"MXN":21.498215,"MYR":4.651109,"MZN":67.162646,"NAD":19.393055,"NGN":1577.681434,"NIO":38.670227,"NOK":11.700328,"NPR":146.732012,"NZD":1.841308,"OMR":0.40489,"PAB":1.051663,"PEN":3.872531,"PGK":4.27226,"PHP":60.890046,"PKR":294.042087,"PLN":4.149386,"PYG":8314.861653,"QAR":3.827608,"RON":4.986447,"RSD":117.43682,"RUB":91.032303,"RWF":1477.537282,"SAR":3.944079,"SBD":8.948316,"SCR":15.308708,"SDG":631.635935,"SEK":11.159653,"SGD":1.406977,"SHP":0.835679,"SLE":24.087991,"SLL":22052.851992,"SOS":600.23908,"SRD":37.267008,"STD":21767.299601,"SVC":9.202601,"SYP":13673.852429,"SZL":19.393055,"THB":35.586056,"TJS":11.474786,"TMT":3.67957,"TND":3.317623,"TOP":2.525396,"TRY":38.336501,"TTD":7.135145,"TWD":34.479297,"TZS":2746.358949,"UAH":43.921302,"UGX":3872.263323,"USD":1.051663,"UYU":44.922187,"UZS":13571.513915,"VES":66.677155,"VND":26840.29623,"VUV":129.436834,"WST":2.959509,"XAF":657.180433,"XAG":0.032959,"XAU":0.000361,"XCD":2.846166,"XDR":0.800722,"XOF":657.180433,"XPF":119.331742,"YER":260.117397,"ZAR":19.337084,"ZMK":9466.231773,"ZMW":29.776055,"ZWL":338.635038},"base":"EUR","currentDate":"2025-02-26 06:44:23","reg_date":"2025-02-26 18:44:23"}; var symbols = null; function slugify(text) { // return text.toString().toLowerCase() // .replace(/\s+/g, '-') // Replace spaces with - // .replace(/[^\w\-]+/g, '') // Remove all non-word chars // .replace(/\-\-+/g, '-') // Replace multiple - with single - // .replace(/^-+/, '') // Trim - from start of text // .replace(/-+$/, ''); // Trim - from end of text text = ![undefined,null].includes(text) ? text.toString() : ""; text = text.replace(/^\s+|\s+$/g, ""); // trim text = text.toLowerCase(); // remove accents, swap 帽 for n, etc var from = "脿谩盲芒忙氓冒猫茅毛锚矛铆茂卯貌贸枚么霉煤眉没帽莽媒酶路/_,:;"; var to = "aaaaaadeeeeiiiioooouuuuncyo------"; for (var i = 0, l = from.length; i < l; i++) { text = text.replace(new RegExp(from.charAt(i), "g"), to.charAt(i)); } text = text .replace(/[^a-z0-9 -]/g, "") // remove invalid chars .replace(/\s+/g, "-") // collapse whitespace and replace by - .replace(/-+/g, "-"); // collapse dashes return text; } document.addEventListener("DOMContentLoaded", (event) => { document.querySelectorAll(".menu1 .currency").forEach((element, index) => { var attr = JSON.parse(element.getAttribute('attr')); if(attr) { element.querySelectorAll('h2').forEach((e,i)=>{ var symbol = symbols ? symbols.find(x=>x.abbreviation === attr[i].rate.label) : {}; var space = " "; if(i === 1){ attr[i].value = ((attr[0].value / currency.rates[attr[0].rate.value]) * currency.rates[attr[1].rate.value]).toFixed(2) attr[i].rate.value = symbol.symbol; space = ""; } e.innerHTML = attr[i].rate.label +space +attr[i].value; }) } }); document.querySelectorAll(".menu1 .module .weather-today").forEach((e) => { fetch("/weather/" + slugify(e.getAttribute("attr"))) .then((response) => { return response.json(); }) .then((json) => { if(typeof json.today !== 'undefined'){ const html = "<img src=" + json.today.icon + " /><div><h2>" + json.today.temp + "掳C</h2>" + "<i class='fal fa-long-arrow-up' style='transform: rotate(" + (json.today.windDeg + 180) + "deg)'></i></span>" + "<span>" + "<span> </span> " + json.today.windSpeed + "<span> m/s </span> " + "</div>"; e.innerHTML = html; } }) }) }); </script> <div class="wrap-table menu1" x-data="{workingTemplate: $store.menu1.workingTemplate, weather: $store.menu1.weather }" > <table cellspacing="0" cellpadding="0"> <tbody> <tr> <template x-for="template in workingTemplate"> <td :class="(template.some(x=>x.menu_module) ? 'module_td' : '') +' '+ (template.some(x=>x.palette === 'image') ? 'palette_td' : '')" > <template x-for="(element, index) in template"> <div :class="element.palette + (element.menu_module ? ' module' : '') + (element.palette == '' || element.palette == 'default' && !element.menu_module ? ' standard' : '') + (element.a_label === 'static_palette' ? ' static_palette' : '')" > <!-- <div x-text="JSON.stringify(element)"></div> --> <template x-if="element.menu_module"> <div :class="'wrap-slider length'+element.splide.length.length" > <template x-for="i in element.splide.length"> <div class="module splide"> <div class="splide__track"> <ul class="splide__list"> <template x-for="el in element.menu_module.filter(x=>x.slider_index.splideIndex === i)" > <li :class="'splide__slide ' + (el.a_label === 'static_palette' ? 'no-padding' : '')" > <template x-if="el.a_label == 'weather'"> <div class="weather"> <div class="weather-today weather-box" :attr="el.selectedCity?.label" ></div> <p x-text="el.selectedCity?.label" ></p> </div> </template> <template x-if="el.a_label == 'currency'"> <span class="currency" :attr="JSON.stringify(el.currency)" x-html="el.a_value" ></span> </template> <template x-if="el.a_label == 'static_palette'" > <div class="image"> <a :href="el.a_value.href['en']" > <img :src="el.a_value.image" /> <span class="title" x-text="el.a_value.title['en']" ></span> </a> </div> </template> <template x-if="el.a_label !== 'weather' && el.a_label !== 'currency' && el.a_label !== 'static_palette'" > <span x-html="el.a_value"></span> </template> </li> </template> </ul> </div> </div> </template> </div> </template> <template x-if="element.palette === 'image'"> <a :href="`${'/'+'en'+element.dir}`"> <img :src="element.feature_image_dir.large" /> <span class="title" x-text="element.pl_title"></span> </a> </template> <template x-if="element.palette === 'list'"> <a :href="element.dir"> <span class="title" x-text="element.pl_title"></span> <i class="fal fa-arrow-right"></i> </a> </template> <template x-if="element.palette == '' || element.palette == 'default' && !element.menu_module" > <div> <a :href="'/'+'en'+element.dir" class="second-level" > <span class="title" x-text="element.pl_title" ></span> </a> <template x-for="elm in element.children"> <div class="third-level"> <a :href="'/'+'en'+elm.dir"> <i class="fal fa-arrow-right blue-arrow"></i> <span x-text="elm.pl_title"></span> </a> </div> </template> </div> </template> </div> </template> </td> </template> </tr> </tbody> </table> </div> <!-- const find = pageChild( response.data.hierarchy.children[0].children, "id", subPageId ); workingTemplate = []; find.children.forEach((element, i) => { if (pageChild(workingTemplate, "id", element.id)) { // workingTemplate.push([ // { pl_title: "", children: [], current_status: "published" }, // ]); } else { let secondLevel = element.template_indexing[0]; if (element.template_indexing === "") { secondLevel = i; } let arrayLenght = workingTemplate.length; for (let i = 0; i <= secondLevel - arrayLenght; i++) { workingTemplate.push([]); } workingTemplate[secondLevel].push(element); workingTemplate[secondLevel].sort(compare); // insert(workingTemplate[element.template_indexing[0]], element.template_indexing[1], element); } }); workingTemplate = workingTemplate.filter((x) => x.length > 0); --> </div> </div> <div class="small-arrow-container"> <div class="small-arrow"></div> </div> </div> </div> <div class="middle-option"> <a href="/en/plan-your-stay">PLAN YOUR STAY</a> <div class="pop-menu-wrap"> <div class="pop-menu"> <script> var workingTemplate = []; </script> <div class="second-level-wrap"> <script> workingTemplate.push([]); </script> <script> function compare(a, b) { if (a.template_indexing < b.template_indexing) { return -1; } if (a.template_indexing > b.template_indexing) { return 1; } return 0; }; workingTemplate[0].push({"shared":0,"id":39,"type":"page","page_name":"New Page","site_id":1,"child_of":11,"feature_media":2399,"infoskermar":0,"visibility":1,"template_indexing":[0,0],"order_value":0,"current_status":"published","rootPage":0,"date_to_publish":"2022-03-09 11:30:35","create_date":"2024-12-12 10:46:26","last_update_date":"2021-12-01 09:44:14","reg_date":"2024-12-12 10:46:26","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Getting here","pl_url_slug":"getting-to-the-faroe-islands","pl_description":"","language_id":1,"dir":"\/plan-your-stay\/getting-to-the-faroe-islands","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/hunterlawrence-visitfaroeislands11copyorgbutsmaller.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/hunterlawrence-visitfaroeislands11copyorgbutsmaller_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/hunterlawrence-visitfaroeislands11copyorgbutsmaller_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/hunterlawrence-visitfaroeislands11copyorgbutsmaller_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/hunterlawrence-visitfaroeislands11copyorgbutsmaller_full.jpg","info":{"id":2399,"name":"hunterlawrence-visitfaroeislands11copyorgbutsmaller.jpg","file_name":"hunterlawrence-visitfaroeislands11copyorgbutsmaller","alt":"","author":157,"sites_located":"[1]","file_size":144035,"file_extension":"jpg","file_dimensions_x":1913,"file_dimensions_y":1276,"comment":"","is_uploaded":1,"fo_upload_date":"2021-12-01 10:30:48","reg_date":"2021-12-01 11:30:48","languages":{"en":{"id":167,"media_id":2399,"lang_id":1,"alt":"","reg_date":"2021-12-01 11:30:48","short":"en","order_by":1}}}},"hierarchy_level":2,"children":[{"shared":0,"id":186,"type":"page","page_name":"New Page","site_id":1,"child_of":39,"feature_media":2391,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":0,"current_status":"published","rootPage":0,"date_to_publish":"2021-12-10 10:32:36","create_date":"2021-12-10 11:32:36","last_update_date":"2021-12-10 10:19:21","reg_date":"2021-12-10 11:32:36","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"By Air","pl_url_slug":"by-air","pl_description":"","language_id":1,"dir":"\/plan-your-stay\/getting-to-the-faroe-islands\/by-air","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/danrubinvfimay2016dr06061600258102.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/danrubinvfimay2016dr06061600258102_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/danrubinvfimay2016dr06061600258102_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/danrubinvfimay2016dr06061600258102_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/danrubinvfimay2016dr06061600258102_full.jpg","info":{"id":2391,"name":"danrubinvfimay2016dr06061600258102.jpg","file_name":"danrubinvfimay2016dr06061600258102","alt":"","author":157,"sites_located":"[1]","file_size":253486,"file_extension":"jpg","file_dimensions_x":1928,"file_dimensions_y":1289,"comment":"","is_uploaded":1,"fo_upload_date":"2021-12-01 09:56:13","reg_date":"2021-12-01 10:56:14","languages":{"en":{"id":159,"media_id":2391,"lang_id":1,"alt":"","reg_date":"2021-12-01 10:56:13","short":"en","order_by":1}}}},"hierarchy_level":3},{"shared":0,"id":187,"type":"page","page_name":"New Page","site_id":1,"child_of":39,"feature_media":2766,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":0,"current_status":"published","rootPage":0,"date_to_publish":"2021-12-10 10:32:52","create_date":"2021-12-10 11:41:21","last_update_date":"2021-12-10 10:19:23","reg_date":"2021-12-10 11:41:21","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"By sea","pl_url_slug":"by-sea","pl_description":"","language_id":1,"dir":"\/plan-your-stay\/getting-to-the-faroe-islands\/by-sea","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/96-northlandscapes-94781.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/96-northlandscapes-94781_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/96-northlandscapes-94781_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/96-northlandscapes-94781_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/96-northlandscapes-94781_full.jpg","info":{"id":2766,"name":"96-northlandscapes-94781.jpg","file_name":"96-northlandscapes-94781","alt":"","author":157,"sites_located":"[1]","file_size":3646797,"file_extension":"jpg","file_dimensions_x":4000,"file_dimensions_y":2667,"comment":"","is_uploaded":1,"fo_upload_date":"2021-12-10 10:30:34","reg_date":"2021-12-10 11:30:36","languages":{"en":{"id":530,"media_id":2766,"lang_id":1,"alt":"","reg_date":"2021-12-10 11:30:34","short":"en","order_by":1}}}},"hierarchy_level":3}]}); workingTemplate[0].sort(compare) </script> <script> workingTemplate.push([]); </script> <script> workingTemplate.push([]); </script> <script> workingTemplate.push([]); </script> <script> workingTemplate.push([]); </script> <script> function compare(a, b) { if (a.template_indexing < b.template_indexing) { return -1; } if (a.template_indexing > b.template_indexing) { return 1; } return 0; }; workingTemplate[4].push({"shared":0,"id":242,"type":"page","page_name":"","site_id":1,"child_of":11,"feature_media":null,"infoskermar":0,"visibility":1,"template_indexing":[4,1],"order_value":0,"current_status":"published","rootPage":0,"date_to_publish":null,"create_date":"2024-12-12 13:38:14","last_update_date":"0000-00-00 00:00:00","reg_date":"2024-12-12 13:38:14","menu_module_id":8,"article_id":null,"splide":{"split":false,"length":[0]},"palette":"default","pl_title":null,"pl_url_slug":null,"pl_description":null,"language_id":null,"dir":"\/plan-your-stay\/","feature_image_dir":"","menu_module":[{"id":16,"language_id":1,"menu_module_id":8,"a_label":"number_and_services","a_value":"<figure class=\"table\"><table><tbody><tr><td><h4 class=\"paragraph_libre\"><i>Useful numbers & services<\/i><\/h4><\/td><\/tr><\/tbody><\/table><\/figure><figure class=\"table\"><table><tbody><tr><td><h2 class=\"h2_libre\">+298<\/h2><p><span style=\"color:#A2A2A2;\">Country Code<\/span><\/p><\/td><td><h2 class=\"h2_libre\">112<\/h2><p><span style=\"color:#A2A2A2;\">Emergency services<\/span><\/p><\/td><\/tr><tr><td><h2 class=\"h2_libre\">1870<\/h2><p><span style=\"color:#A2A2A2;\">Medical assistance<\/span><\/p><\/td><td><h2 class=\"h2_libre\">118<\/h2><p><span style=\"color:#A2A2A2;\">Number infromation<\/span><\/p><\/td><\/tr><\/tbody><\/table><\/figure>","position":0,"selectedCity":null,"slider_index":{"splideIndex":0,"moduleIndex":0},"reg_date":"2024-08-12 12:59:32","currency":false},{"id":17,"language_id":1,"menu_module_id":8,"a_label":"number_and_services","a_value":"<table><tbody><tr><td><h4 class=\"paragraph_libre\">Useful numbers & services<\/h4><\/td><\/tr><\/tbody><\/table><table><tbody><tr><td><h2 class=\"h2_libre\">+298<\/h2><p><span style=\"color:#A2A2A2;\">Country Code<\/span><\/p><\/td><td ><h2 class=\"h2_libre\">112<\/h2><p><span style=\"color:#A2A2A2;\">Emergency services<\/span><\/p><\/td><\/tr><tr><td ><h2 class=\"h2_libre\">1870<\/h2><p><span style=\"color:#A2A2A2;\">Medical assistance<\/span><\/p><\/td><td ><h2 class=\"h2_libre\">118<\/h2><p><span style=\"color:#A2A2A2;\">Number infromation<\/span><\/p><\/td><\/tr><\/tbody><\/table>","position":0,"selectedCity":null,"slider_index":{"splideIndex":0,"moduleIndex":1},"reg_date":"2024-08-12 12:59:32","currency":false}],"hierarchy_level":2,"children":[]}); workingTemplate[4].sort(compare) </script> <script> workingTemplate.push([]); </script> <script> function compare(a, b) { if (a.template_indexing < b.template_indexing) { return -1; } if (a.template_indexing > b.template_indexing) { return 1; } return 0; }; workingTemplate[4].push({"shared":0,"id":241,"type":"page","page_name":"","site_id":1,"child_of":11,"feature_media":null,"infoskermar":0,"visibility":1,"template_indexing":[4,0],"order_value":0,"current_status":"published","rootPage":0,"date_to_publish":null,"create_date":"2024-12-12 13:38:14","last_update_date":"0000-00-00 00:00:00","reg_date":"2024-12-12 13:38:14","menu_module_id":7,"article_id":null,"splide":{"split":true,"length":[0,1]},"palette":"default","pl_title":null,"pl_url_slug":null,"pl_description":null,"language_id":null,"dir":"\/plan-your-stay\/","feature_image_dir":"","menu_module":[{"id":11,"language_id":1,"menu_module_id":7,"a_label":"currency","a_value":"<figure class=\"table\"><table><tbody><tr><td><h4 class=\"paragraph_libre\"><i>Currency<\/i><\/h4><\/td><\/tr><\/tbody><\/table><\/figure><figure class=\"table\"><table><tbody><tr><td><h2 class=\"h2_libre\">DKK 100<\/h2><p><span style=\"color:#A2A2A2;\">Faroese kr\u00f3na<\/span><\/p><\/td><\/tr><tr><td><h2 class=\"h2_libre\">\u20ac13.4<\/h2><p><span style=\"color:#A2A2A2;\">Euro<\/span><\/p><\/td><\/tr><\/tbody><\/table><\/figure>","position":0,"selectedCity":[],"slider_index":{"splideIndex":0,"moduleIndex":0},"reg_date":"2024-08-12 12:59:32","currency":[{"value":100,"rate":{"label":"DKK","value":"DKK"}},{"value":"","rate":{"label":"EUR","value":"EUR"}}]},{"id":12,"language_id":1,"menu_module_id":7,"a_label":"weather","a_value":"<figure class=\"table\"><table><tbody><tr><td><h4 class=\"paragraph_libre\" style=\"text-align:center;\"><i>Weather<\/i><\/h4><\/td><\/tr><\/tbody><\/table><\/figure><figure class=\"table\"><table><tbody><tr><td><h1 style=\"text-align:right;\">\ud83c\udf27\ufe0f<\/h1><\/td><td><h2 class=\"h2_libre\">8\u00b0C<\/h2><p>3-5 m\/s<\/p><\/td><\/tr><tr><td colspan=\"2\"><p style=\"text-align:center;\">Today in city<\/p><\/td><\/tr><\/tbody><\/table><\/figure>\r\n","position":0,"selectedCity":{"value":"T\u00f3rshavn","label":"T\u00f3rshavn"},"slider_index":{"splideIndex":1,"moduleIndex":0},"reg_date":"2024-08-12 12:59:32","currency":false},{"id":13,"language_id":1,"menu_module_id":7,"a_label":"weather","a_value":"<table><tbody><tr><td><h4 class=\"paragraph_libre\" style=\"text-align:center;\"><i>Weather<\/i><\/h4><\/td><\/tr><\/tbody><\/table><table><tbody><tr><td ><h1 style=\"text-align:right;\">\ud83c\udf27\ufe0f<\/h1><\/td><td><h2 class=\"h2_libre\">8\u00b0C<\/h2><p>3-5 m\/s<\/p><\/td><\/tr><tr><td colspan=\"2\"><p style=\"text-align:center;\">Today in city<\/p><\/td><\/tr><\/tbody><\/table>","position":0,"selectedCity":{"value":"Klaksv\u00edk","label":"Klaksv\u00edk"},"slider_index":{"splideIndex":1,"moduleIndex":1},"reg_date":"2024-08-12 12:59:32","currency":false},{"id":14,"language_id":1,"menu_module_id":7,"a_label":"currency","a_value":"<figure class=\"table\"><table><tbody><tr><td><h4 class=\"paragraph_libre\"><i>Currency<\/i><\/h4><\/td><\/tr><\/tbody><\/table><\/figure><figure class=\"table\"><table><tbody><tr><td><h2 class=\"h2_libre\">DKK 100<\/h2><p><span style=\"color:#A2A2A2;\">Faroese kr\u00f3na<\/span><\/p><\/td><\/tr><tr><td><h2 class=\"h2_libre\">$13.4<\/h2><p><span style=\"color:#A2A2A2;\">US Doller<\/span><\/p><\/td><\/tr><\/tbody><\/table><\/figure>","position":0,"selectedCity":[],"slider_index":{"splideIndex":0,"moduleIndex":1},"reg_date":"2024-08-12 12:59:32","currency":[{"value":100,"rate":{"label":"DKK","value":"DKK"}},{"value":"","rate":{"label":"USD","value":"USD"}}]},{"id":15,"language_id":1,"menu_module_id":7,"a_label":"currency","a_value":"<figure class=\"table\"><table><tbody><tr><td><h4 class=\"paragraph_libre\"><i>Currency<\/i><\/h4><\/td><\/tr><\/tbody><\/table><\/figure><figure class=\"table\"><table><tbody><tr><td><h2 class=\"h2_libre\">DKK 100<\/h2><p><span style=\"color:#A2A2A2;\">Faroese kr\u00f3na<\/span><\/p><\/td><\/tr><tr><td><h2 class=\"h2_libre\">\u00a313.4<\/h2><p><span style=\"color:#A2A2A2;\">United Kingdom<\/span><\/p><\/td><\/tr><\/tbody><\/table><\/figure>","position":0,"selectedCity":[],"slider_index":{"splideIndex":0,"moduleIndex":2},"reg_date":"2024-08-12 12:59:32","currency":[{"value":100,"rate":{"label":"DKK","value":"DKK"}},{"value":"","rate":{"label":"GBP","value":"GBP"}}]}],"hierarchy_level":2,"children":[]}); workingTemplate[4].sort(compare) </script> <script> workingTemplate.push([]); </script> <script> function compare(a, b) { if (a.template_indexing < b.template_indexing) { return -1; } if (a.template_indexing > b.template_indexing) { return 1; } return 0; }; workingTemplate[0].push({"shared":0,"id":40,"type":"page","page_name":"New Page","site_id":1,"child_of":11,"feature_media":4249,"infoskermar":0,"visibility":1,"template_indexing":[0,1],"order_value":1,"current_status":"published","rootPage":0,"date_to_publish":"2021-12-01 13:12:51","create_date":"2024-12-12 10:44:42","last_update_date":"2021-12-01 11:01:00","reg_date":"2024-12-12 10:44:42","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Getting around","pl_url_slug":"getting-around","pl_description":"","language_id":1,"dir":"\/plan-your-stay\/getting-around","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/curvy-roads-of-the-faroe-islands.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/curvy-roads-of-the-faroe-islands_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/curvy-roads-of-the-faroe-islands_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/curvy-roads-of-the-faroe-islands_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/curvy-roads-of-the-faroe-islands_full.jpg","info":{"id":4249,"name":"Curvy roads of the Faroe Islands","file_name":"curvy-roads-of-the-faroe-islands","alt":"","author":157,"sites_located":"[1]","file_size":5705121,"file_extension":"jpg","file_dimensions_x":3840,"file_dimensions_y":4800,"comment":"Photo by @jpkay \/ Jan Keller","is_uploaded":1,"fo_upload_date":"2022-04-25 21:40:24","reg_date":"2022-04-25 22:41:23","languages":{"en":{"id":1970,"media_id":4249,"lang_id":1,"alt":"Car driving on picturesque curvy roads of the Faroe Islands","reg_date":"2022-04-25 22:41:23","short":"en","order_by":1}}}},"hierarchy_level":2,"children":[{"shared":0,"id":41,"type":"page","page_name":"New Page","site_id":1,"child_of":40,"feature_media":10229,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":1,"current_status":"published","rootPage":0,"date_to_publish":"2021-12-01 14:25:15","create_date":"2024-12-11 16:21:47","last_update_date":"2021-12-01 13:17:46","reg_date":"2024-12-11 16:21:47","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Car rental","pl_url_slug":"car-rental","pl_description":"","language_id":1,"dir":"\/plan-your-stay\/getting-around\/car-rental","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/copy-of-ppetmp_0.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/copy-of-ppetmp_0_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/copy-of-ppetmp_0_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/copy-of-ppetmp_0_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/copy-of-ppetmp_0_full.jpg","info":{"id":10229,"name":"copy-of-ppetmp.jpg","file_name":"copy-of-ppetmp_0","alt":"","author":189,"sites_located":"1","file_size":3064034,"file_extension":"jpg","file_dimensions_x":1915,"file_dimensions_y":1880,"comment":"","is_uploaded":1,"fo_upload_date":"2024-05-14 15:46:57","reg_date":"2024-05-14 16:46:58","languages":{"en":{"id":7931,"media_id":10229,"lang_id":1,"alt":"","reg_date":"2024-05-14 16:46:57","short":"en","order_by":1}}}},"hierarchy_level":3},{"shared":0,"id":42,"type":"page","page_name":"New Page","site_id":1,"child_of":40,"feature_media":2290,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":2,"current_status":"published","rootPage":0,"date_to_publish":"2021-12-01 14:43:45","create_date":"2024-12-11 16:21:57","last_update_date":"2021-12-01 14:29:21","reg_date":"2024-12-11 16:21:57","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Rent a bike","pl_url_slug":"rent-a-bike","pl_description":"","language_id":1,"dir":"\/plan-your-stay\/getting-around\/rent-a-bike","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/russellburton-20170616-2dx1405.jpeg","thumbnail":"https:\/\/vfibackend.com\/uploads\/russellburton-20170616-2dx1405_thumbnail.jpeg","medium":"https:\/\/vfibackend.com\/uploads\/russellburton-20170616-2dx1405_medium.jpeg","large":"https:\/\/vfibackend.com\/uploads\/russellburton-20170616-2dx1405_large.jpeg","full":"https:\/\/vfibackend.com\/uploads\/russellburton-20170616-2dx1405_full.jpeg","info":{"id":2290,"name":"russellburton-20170616-2dx1405.jpeg","file_name":"russellburton-20170616-2dx1405","alt":"","author":157,"sites_located":"[1]","file_size":5750020,"file_extension":"jpeg","file_dimensions_x":5364,"file_dimensions_y":3576,"comment":"","is_uploaded":1,"fo_upload_date":"2021-11-16 10:03:15","reg_date":"2021-11-16 11:03:18","languages":{"en":{"id":57,"media_id":2290,"lang_id":1,"alt":"","reg_date":"2021-11-16 11:03:15","short":"en","order_by":1}}}},"hierarchy_level":3},{"shared":0,"id":1664,"type":"page","page_name":"New Page","site_id":1,"child_of":40,"feature_media":8050,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":3,"current_status":"published","rootPage":0,"date_to_publish":"2023-08-02 14:06:50","create_date":"2024-12-11 16:22:15","last_update_date":"2023-07-10 12:16:00","reg_date":"2024-12-11 16:22:15","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Public transportation","pl_url_slug":"public-transportation0","pl_description":"","language_id":1,"dir":"\/plan-your-stay\/getting-around\/public-transportation0","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/gamlaratt-port2_3.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/gamlaratt-port2_3_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/gamlaratt-port2_3_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/gamlaratt-port2_3_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/gamlaratt-port2_3_full.jpg","info":{"id":8050,"name":"gamlaratt-port2.jpg","file_name":"gamlaratt-port2_3","alt":"","author":171,"sites_located":"1","file_size":11732218,"file_extension":"jpg","file_dimensions_x":5313,"file_dimensions_y":3539,"comment":"","is_uploaded":1,"fo_upload_date":"2023-07-10 12:29:26","reg_date":"2023-07-10 13:29:29","languages":{"en":{"id":5765,"media_id":8050,"lang_id":1,"alt":"","reg_date":"2023-07-10 13:29:26","short":"en","order_by":1}}}},"hierarchy_level":3}]}); workingTemplate[0].sort(compare) </script> <script> workingTemplate.push([]); </script> <script> function compare(a, b) { if (a.template_indexing < b.template_indexing) { return -1; } if (a.template_indexing > b.template_indexing) { return 1; } return 0; }; workingTemplate[1].push({"shared":0,"id":45,"type":"page","page_name":"New Page","site_id":1,"child_of":11,"feature_media":2471,"infoskermar":0,"visibility":1,"template_indexing":[1,0],"order_value":2,"current_status":"published","rootPage":0,"date_to_publish":"2021-12-01 16:27:07","create_date":"2024-12-12 10:46:26","last_update_date":"2021-12-01 16:25:46","reg_date":"2024-12-12 10:46:26","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Staying here","pl_url_slug":"staying-here","pl_description":"","language_id":1,"dir":"\/plan-your-stay\/staying-here","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/copy-of-04.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/copy-of-04_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/copy-of-04_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/copy-of-04_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/copy-of-04_full.jpg","info":{"id":2471,"name":"copy-of-04.jpg","file_name":"copy-of-04","alt":"","author":157,"sites_located":"[1]","file_size":1619437,"file_extension":"jpg","file_dimensions_x":1909,"file_dimensions_y":1074,"comment":"","is_uploaded":1,"fo_upload_date":"2021-12-02 09:43:09","reg_date":"2021-12-02 10:43:10","languages":{"en":{"id":236,"media_id":2471,"lang_id":1,"alt":"","reg_date":"2021-12-02 10:43:09","short":"en","order_by":1}}}},"hierarchy_level":2,"children":[{"shared":0,"id":46,"type":"page","page_name":"New Page","site_id":1,"child_of":45,"feature_media":13427,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":0,"current_status":"published","rootPage":0,"date_to_publish":"2021-12-01 16:51:12","create_date":"2025-02-18 12:54:49","last_update_date":"2021-12-01 16:27:37","reg_date":"2025-02-18 12:54:49","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Hotels","pl_url_slug":"hotels","pl_description":"","language_id":1,"dir":"\/plan-your-stay\/staying-here\/hotels","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/visitfaroeislands-paulbrechu59.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/visitfaroeislands-paulbrechu59_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/visitfaroeislands-paulbrechu59_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/visitfaroeislands-paulbrechu59_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/visitfaroeislands-paulbrechu59_full.jpg","info":{"id":13427,"name":"visitfaroeislands-paulbrechu59.jpg","file_name":"visitfaroeislands-paulbrechu59","alt":"","author":189,"sites_located":"1","file_size":1701880,"file_extension":"jpg","file_dimensions_x":2400,"file_dimensions_y":1601,"comment":"","is_uploaded":1,"fo_upload_date":"2025-02-18 11:53:13","reg_date":"2025-02-18 12:53:14","languages":{"en":{"id":10739,"media_id":13427,"lang_id":1,"alt":"","reg_date":"2025-02-18 12:53:13","short":"en","order_by":1}}}},"hierarchy_level":3},{"shared":0,"id":47,"type":"page","page_name":"New Page","site_id":1,"child_of":45,"feature_media":9316,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":1,"current_status":"published","rootPage":0,"date_to_publish":"2021-12-01 17:02:25","create_date":"2024-01-08 12:54:22","last_update_date":"2021-12-01 16:57:23","reg_date":"2024-01-08 12:54:22","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Guesthouses & B&BS","pl_url_slug":"guesthouses-b-bs","pl_description":"If you\u2019re looking for a more intimate and quiet type of lodging, a guesthouse or BnB could be the perfect accommodation for your trip to the Faroe Islands. ","language_id":1,"dir":"\/plan-your-stay\/staying-here\/guesthouses-b-bs","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/the-veiw-bour.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/the-veiw-bour_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/the-veiw-bour_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/the-veiw-bour_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/the-veiw-bour_full.jpg","info":{"id":9316,"name":"the_veiw_B\u00f8ur.jpg","file_name":"the-veiw-bour","alt":"","author":161,"sites_located":"1","file_size":28923960,"file_extension":"jpg","file_dimensions_x":8192,"file_dimensions_y":5464,"comment":"","is_uploaded":1,"fo_upload_date":"2024-01-08 11:52:23","reg_date":"2024-01-08 12:52:41","languages":{"en":{"id":7027,"media_id":9316,"lang_id":1,"alt":"","reg_date":"2024-01-08 12:52:23","short":"en","order_by":1}}}},"hierarchy_level":3},{"shared":0,"id":49,"type":"page","page_name":"New Page","site_id":1,"child_of":45,"feature_media":13148,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":2,"current_status":"published","rootPage":0,"date_to_publish":"2021-12-01 17:41:32","create_date":"2025-01-28 16:34:44","last_update_date":"2021-12-01 17:08:22","reg_date":"2025-01-28 16:34:44","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Camping","pl_url_slug":"camping","pl_description":"Get some inside knowledge on camping in the Faroe Islands.","language_id":1,"dir":"\/plan-your-stay\/staying-here\/camping","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/camping-torshavn1.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/camping-torshavn1_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/camping-torshavn1_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/camping-torshavn1_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/camping-torshavn1_full.jpg","info":{"id":13148,"name":"camping-torshavn1.jpg","file_name":"camping-torshavn1","alt":"","author":161,"sites_located":"1","file_size":1228115,"file_extension":"jpg","file_dimensions_x":2400,"file_dimensions_y":1600,"comment":"","is_uploaded":1,"fo_upload_date":"2025-01-28 15:28:23","reg_date":"2025-01-28 16:28:24","languages":{"en":{"id":10537,"media_id":13148,"lang_id":1,"alt":"","reg_date":"2025-01-28 16:28:24","short":"en","order_by":1}}}},"hierarchy_level":3}]}); workingTemplate[1].sort(compare) </script> <script> workingTemplate.push([]); </script> <script> function compare(a, b) { if (a.template_indexing < b.template_indexing) { return -1; } if (a.template_indexing > b.template_indexing) { return 1; } return 0; }; workingTemplate[2].push({"shared":0,"id":62,"type":"page","page_name":"New Page","site_id":1,"child_of":11,"feature_media":7194,"infoskermar":0,"visibility":1,"template_indexing":[2,0],"order_value":3,"current_status":"published","rootPage":0,"date_to_publish":"2021-12-02 18:19:25","create_date":"2024-12-12 13:38:14","last_update_date":"2021-12-02 18:18:08","reg_date":"2024-12-12 13:38:14","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Get ready for your trip","pl_url_slug":"get-ready-for-your-trip","pl_description":"","language_id":1,"dir":"\/plan-your-stay\/get-ready-for-your-trip","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/slattaratindur.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/slattaratindur_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/slattaratindur_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/slattaratindur_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/slattaratindur_full.jpg","info":{"id":7194,"name":"sl\u00e6ttaratindur.jpg","file_name":"slattaratindur","alt":"","author":161,"sites_located":"1","file_size":6717129,"file_extension":"jpg","file_dimensions_x":4800,"file_dimensions_y":3200,"comment":"","is_uploaded":1,"fo_upload_date":"2023-01-16 14:10:09","reg_date":"2023-01-16 15:11:22","languages":{"en":{"id":4908,"media_id":7194,"lang_id":1,"alt":"Hike to Sl\u00e6ttaratindur, the highest mountain in the Faroe ISlands. Photo by: Depart Deux","reg_date":"2023-01-16 15:11:22","short":"en","order_by":1}}}},"hierarchy_level":2,"children":[{"shared":0,"id":2194,"type":"page","page_name":"New Page","site_id":1,"child_of":62,"feature_media":9340,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":0,"current_status":"published","rootPage":0,"date_to_publish":"2024-12-11 16:18:31","create_date":"2024-12-11 17:18:31","last_update_date":"2024-12-11 16:03:35","reg_date":"2024-12-11 17:18:31","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"General Facts","pl_url_slug":"general-facts","pl_description":"","language_id":1,"dir":"\/plan-your-stay\/get-ready-for-your-trip\/general-facts","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/pride-torshavn_0.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/pride-torshavn_0_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/pride-torshavn_0_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/pride-torshavn_0_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/pride-torshavn_0_full.jpg","info":{"id":9340,"name":"PRIDE_T\u00f3rshavn.jpg","file_name":"pride-torshavn_0","alt":"","author":161,"sites_located":"1","file_size":553246,"file_extension":"jpg","file_dimensions_x":1200,"file_dimensions_y":800,"comment":"","is_uploaded":1,"fo_upload_date":"2024-01-10 14:01:55","reg_date":"2024-01-10 15:02:23","languages":{"en":{"id":7051,"media_id":9340,"lang_id":1,"alt":"","reg_date":"2024-01-10 15:01:55","short":"en","order_by":1}}}},"hierarchy_level":3},{"shared":0,"id":147,"type":"page","page_name":"New Page","site_id":1,"child_of":62,"feature_media":2541,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":16,"current_status":"published","rootPage":0,"date_to_publish":"2021-12-08 15:40:08","create_date":"2024-12-11 17:01:35","last_update_date":"2021-12-08 15:33:55","reg_date":"2024-12-11 17:01:35","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"What to pack","pl_url_slug":"what-to-pack","pl_description":"Are you wondering what to pack before travelling to the Faroe Islands? Find a list here.","language_id":1,"dir":"\/plan-your-stay\/get-ready-for-your-trip\/what-to-pack","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/heimasuheadariclothing.png","thumbnail":"https:\/\/vfibackend.com\/uploads\/heimasuheadariclothing_thumbnail.png","medium":"https:\/\/vfibackend.com\/uploads\/heimasuheadariclothing_medium.png","large":"https:\/\/vfibackend.com\/uploads\/heimasuheadariclothing_large.png","full":"https:\/\/vfibackend.com\/uploads\/heimasuheadariclothing_full.png","info":{"id":2541,"name":"heimasuheadariclothing.png","file_name":"heimasuheadariclothing","alt":"","author":157,"sites_located":"[1]","file_size":5944775,"file_extension":"png","file_dimensions_x":2734,"file_dimensions_y":1824,"comment":"","is_uploaded":1,"fo_upload_date":"2021-12-02 18:45:44","reg_date":"2021-12-02 19:45:46","languages":{"en":{"id":306,"media_id":2541,"lang_id":1,"alt":"","reg_date":"2021-12-02 19:45:44","short":"en","order_by":1}}}},"hierarchy_level":3},{"shared":0,"id":51,"type":"page","page_name":"New Page","site_id":1,"child_of":62,"feature_media":9343,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":23,"current_status":"published","rootPage":0,"date_to_publish":"2024-01-29 11:46:04","create_date":"2024-12-11 17:39:22","last_update_date":"2021-12-02 11:10:43","reg_date":"2024-12-11 17:39:22","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Maps of the Faroe Islands","pl_url_slug":"maps-of-the-faroe-islands","pl_description":"","language_id":1,"dir":"\/plan-your-stay\/get-ready-for-your-trip\/maps-of-the-faroe-islands","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/27_0.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/27_0_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/27_0_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/27_0_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/27_0_full.jpg","info":{"id":9343,"name":"27.jpg","file_name":"27_0","alt":"","author":161,"sites_located":"1","file_size":14439700,"file_extension":"jpg","file_dimensions_x":6720,"file_dimensions_y":4480,"comment":"","is_uploaded":1,"fo_upload_date":"2024-01-10 14:12:52","reg_date":"2024-01-10 15:12:57","languages":{"en":{"id":7054,"media_id":9343,"lang_id":1,"alt":"","reg_date":"2024-01-10 15:12:53","short":"en","order_by":1}}}},"hierarchy_level":3},{"shared":0,"id":58,"type":"page","page_name":"New Page","site_id":1,"child_of":62,"feature_media":7168,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":24,"current_status":"published","rootPage":0,"date_to_publish":"2021-12-02 17:22:54","create_date":"2024-12-11 17:40:04","last_update_date":"2021-12-02 16:44:41","reg_date":"2024-12-11 17:40:04","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Brochures","pl_url_slug":"brochures","pl_description":"","language_id":1,"dir":"\/plan-your-stay\/get-ready-for-your-trip\/brochures","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/faldarir-2022.png","thumbnail":"https:\/\/vfibackend.com\/uploads\/faldarir-2022_thumbnail.png","medium":"https:\/\/vfibackend.com\/uploads\/faldarir-2022_medium.png","large":"https:\/\/vfibackend.com\/uploads\/faldarir-2022_large.png","full":"https:\/\/vfibackend.com\/uploads\/faldarir-2022_full.png","info":{"id":7168,"name":"faldarir-2022.png","file_name":"faldarir-2022","alt":"","author":189,"sites_located":"1","file_size":5456313,"file_extension":"png","file_dimensions_x":2404,"file_dimensions_y":1705,"comment":"","is_uploaded":1,"fo_upload_date":"2023-01-13 14:04:47","reg_date":"2023-01-13 15:04:49","languages":{"en":{"id":4882,"media_id":7168,"lang_id":1,"alt":"","reg_date":"2023-01-13 15:04:47","short":"en","order_by":1}}}},"hierarchy_level":3}]}); workingTemplate[2].sort(compare) </script> <script> workingTemplate.push([]); </script> <script> function compare(a, b) { if (a.template_indexing < b.template_indexing) { return -1; } if (a.template_indexing > b.template_indexing) { return 1; } return 0; }; workingTemplate[3].push({"shared":0,"id":50,"type":"page","page_name":"New Page","site_id":1,"child_of":11,"feature_media":9342,"infoskermar":0,"visibility":1,"template_indexing":[3,0],"order_value":4,"current_status":"published","rootPage":0,"date_to_publish":"2021-12-02 11:09:25","create_date":"2024-12-12 13:38:14","last_update_date":"2021-12-02 11:09:17","reg_date":"2024-12-12 13:38:14","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Need a little help?","pl_url_slug":"practical-information","pl_description":"","language_id":1,"dir":"\/plan-your-stay\/practical-information","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/kiva2612.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/kiva2612_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/kiva2612_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/kiva2612_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/kiva2612_full.jpg","info":{"id":9342,"name":"kiva2612.jpg","file_name":"kiva2612","alt":"","author":161,"sites_located":"1","file_size":1269352,"file_extension":"jpg","file_dimensions_x":2000,"file_dimensions_y":1333,"comment":"","is_uploaded":1,"fo_upload_date":"2024-01-10 14:12:52","reg_date":"2024-01-10 15:12:53","languages":{"en":{"id":7053,"media_id":9342,"lang_id":1,"alt":"","reg_date":"2024-01-10 15:12:52","short":"en","order_by":1}}}},"hierarchy_level":2,"children":[{"shared":0,"id":1877,"type":"page","page_name":"New Page","site_id":1,"child_of":50,"feature_media":9329,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":0,"current_status":"published","rootPage":0,"date_to_publish":"2023-11-08 10:26:45","create_date":"2024-01-09 16:47:07","last_update_date":"2023-11-08 10:17:35","reg_date":"2024-01-09 16:47:07","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Faroese tourism providers","pl_url_slug":"faroese-tourism-providers","pl_description":"","language_id":1,"dir":"\/plan-your-stay\/practical-information\/faroese-tourism-providers","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/18wildislands.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/18wildislands_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/18wildislands_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/18wildislands_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/18wildislands_full.jpg","info":{"id":9329,"name":"18wildislands.jpg","file_name":"18wildislands","alt":"","author":161,"sites_located":"1","file_size":2331000,"file_extension":"jpg","file_dimensions_x":2160,"file_dimensions_y":1441,"comment":"","is_uploaded":1,"fo_upload_date":"2024-01-09 14:32:30","reg_date":"2024-01-09 15:32:46","languages":{"en":{"id":7040,"media_id":9329,"lang_id":1,"alt":"","reg_date":"2024-01-09 15:32:33","short":"en","order_by":1}}}},"hierarchy_level":3},{"shared":0,"id":54,"type":"page","page_name":"New Page","site_id":1,"child_of":50,"feature_media":2398,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":1,"current_status":"published","rootPage":0,"date_to_publish":"2021-12-02 13:43:57","create_date":"2023-11-08 11:27:00","last_update_date":"2021-12-02 12:45:59","reg_date":"2023-11-08 11:27:00","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"International DMCs","pl_url_slug":"international-dmcs","pl_description":"","language_id":1,"dir":"\/plan-your-stay\/practical-information\/international-dmcs","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/red-house5638.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/red-house5638_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/red-house5638_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/red-house5638_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/red-house5638_full.jpg","info":{"id":2398,"name":"red-house5638.jpg","file_name":"red-house5638","alt":"","author":157,"sites_located":"[1]","file_size":220630,"file_extension":"jpg","file_dimensions_x":1917,"file_dimensions_y":1533,"comment":"","is_uploaded":1,"fo_upload_date":"2021-12-01 10:29:23","reg_date":"2021-12-01 11:29:23","languages":{"en":{"id":166,"media_id":2398,"lang_id":1,"alt":"","reg_date":"2021-12-01 11:29:23","short":"en","order_by":1}}}},"hierarchy_level":3},{"shared":0,"id":57,"type":"page","page_name":"New Page","site_id":1,"child_of":50,"feature_media":4917,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":2,"current_status":"published","rootPage":0,"date_to_publish":"2021-12-02 16:43:56","create_date":"2023-11-08 11:27:08","last_update_date":"2021-12-02 16:42:39","reg_date":"2023-11-08 11:27:08","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Regional Information Centres","pl_url_slug":"regional-information-centres","pl_description":"","language_id":1,"dir":"\/plan-your-stay\/practical-information\/regional-information-centres","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/steinatun-olavur_1.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/steinatun-olavur_1_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/steinatun-olavur_1_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/steinatun-olavur_1_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/steinatun-olavur_1_full.jpg","info":{"id":4917,"name":"steinatun-olavur.jpg","file_name":"steinatun-olavur_1","alt":"","author":189,"sites_located":"1","file_size":33689259,"file_extension":"jpg","file_dimensions_x":8192,"file_dimensions_y":4608,"comment":"","is_uploaded":1,"fo_upload_date":"2022-06-22 14:28:08","reg_date":"2022-06-22 15:28:56","languages":{"en":{"id":2633,"media_id":4917,"lang_id":1,"alt":"Visit Torshavn office, located in downtown Torshavn. Taken by Olavur Frederiksen","reg_date":"2022-06-22 15:28:56","short":"en","order_by":1}}}},"hierarchy_level":3}]}); workingTemplate[3].sort(compare) </script> <script> workingTemplate = workingTemplate.filter((x) => x.length > 0); Spruce.store("menu2", { workingTemplate, }); </script> <script> var currency = {"id":1,"type":"currency","rates":{"AED":3.862469,"AFN":77.208349,"ALL":99.46747,"AMD":413.840083,"ANG":1.896016,"AOA":959.116558,"ARS":1115.819533,"AUD":1.662787,"AWG":1.892993,"AZN":1.797484,"BAM":1.961092,"BBD":2.124132,"BDT":127.814912,"BGN":1.958091,"BHD":0.396367,"BIF":3115.878658,"BMD":1.051663,"BND":1.408187,"BOB":7.269617,"BRL":6.081658,"BSD":1.052039,"BTC":1.2087767e-5,"BTN":91.655463,"BWP":14.500993,"BYN":3.442758,"BYR":20612.593664,"BZD":2.113182,"CAD":1.508668,"CDF":3020.376094,"CHF":0.939251,"CLF":0.025839,"CLP":991.581563,"CNY":7.622558,"CNH":7.636225,"COP":4336.553175,"CRC":532.035713,"CUC":1.051663,"CUP":27.869068,"CVE":110.563358,"CZK":24.931773,"DJF":186.901305,"DKK":7.458081,"DOP":65.576961,"DZD":141.588522,"EGP":53.193378,"ERN":15.774944,"ETB":135.886016,"EUR":1,"FJD":2.414888,"FKP":0.831364,"GBP":0.828174,"GEL":2.95495,"GGP":0.831364,"GHS":16.289266,"GIP":0.831364,"GMD":75.952668,"GNF":9099.054061,"GTQ":8.109708,"GYD":219.575106,"HKD":8.174229,"HNL":26.894574,"HRK":7.536953,"HTG":138.639411,"HUF":401.786206,"IDR":17174.761564,"ILS":3.737258,"IMP":0.831364,"INR":91.66454,"IQD":1376.079908,"IRR":44290.502442,"ISK":145.976794,"JEP":0.831364,"JMD":165.685557,"JOD":0.745613,"JPY":156.826608,"KES":136.107597,"KGS":92.193222,"KHR":4217.569436,"KMF":492.885325,"KPW":946.549205,"KRW":1507.902598,"KWD":0.324291,"KYD":0.868761,"KZT":526.192385,"LAK":22769.316234,"LBP":94098.580201,"LKR":310.82224,"LRD":209.554697,"LSL":19.393055,"LTL":3.105287,"LVL":0.636141,"LYD":5.136491,"MAD":10.442591,"MDL":19.601652,"MGA":4961.57255,"MKD":61.64607,"MMK":2207.606947,"MNT":3645.955471,"MOP":8.421689,"MRU":41.997481,"MUR":48.779043,"MVR":16.237967,"MWK":1822.582035,"MXN":21.498215,"MYR":4.651109,"MZN":67.162646,"NAD":19.393055,"NGN":1577.681434,"NIO":38.670227,"NOK":11.700328,"NPR":146.732012,"NZD":1.841308,"OMR":0.40489,"PAB":1.051663,"PEN":3.872531,"PGK":4.27226,"PHP":60.890046,"PKR":294.042087,"PLN":4.149386,"PYG":8314.861653,"QAR":3.827608,"RON":4.986447,"RSD":117.43682,"RUB":91.032303,"RWF":1477.537282,"SAR":3.944079,"SBD":8.948316,"SCR":15.308708,"SDG":631.635935,"SEK":11.159653,"SGD":1.406977,"SHP":0.835679,"SLE":24.087991,"SLL":22052.851992,"SOS":600.23908,"SRD":37.267008,"STD":21767.299601,"SVC":9.202601,"SYP":13673.852429,"SZL":19.393055,"THB":35.586056,"TJS":11.474786,"TMT":3.67957,"TND":3.317623,"TOP":2.525396,"TRY":38.336501,"TTD":7.135145,"TWD":34.479297,"TZS":2746.358949,"UAH":43.921302,"UGX":3872.263323,"USD":1.051663,"UYU":44.922187,"UZS":13571.513915,"VES":66.677155,"VND":26840.29623,"VUV":129.436834,"WST":2.959509,"XAF":657.180433,"XAG":0.032959,"XAU":0.000361,"XCD":2.846166,"XDR":0.800722,"XOF":657.180433,"XPF":119.331742,"YER":260.117397,"ZAR":19.337084,"ZMK":9466.231773,"ZMW":29.776055,"ZWL":338.635038},"base":"EUR","currentDate":"2025-02-26 06:44:23","reg_date":"2025-02-26 18:44:23"}; var symbols = null; function slugify(text) { // return text.toString().toLowerCase() // .replace(/\s+/g, '-') // Replace spaces with - // .replace(/[^\w\-]+/g, '') // Remove all non-word chars // .replace(/\-\-+/g, '-') // Replace multiple - with single - // .replace(/^-+/, '') // Trim - from start of text // .replace(/-+$/, ''); // Trim - from end of text text = ![undefined,null].includes(text) ? text.toString() : ""; text = text.replace(/^\s+|\s+$/g, ""); // trim text = text.toLowerCase(); // remove accents, swap 帽 for n, etc var from = "脿谩盲芒忙氓冒猫茅毛锚矛铆茂卯貌贸枚么霉煤眉没帽莽媒酶路/_,:;"; var to = "aaaaaadeeeeiiiioooouuuuncyo------"; for (var i = 0, l = from.length; i < l; i++) { text = text.replace(new RegExp(from.charAt(i), "g"), to.charAt(i)); } text = text .replace(/[^a-z0-9 -]/g, "") // remove invalid chars .replace(/\s+/g, "-") // collapse whitespace and replace by - .replace(/-+/g, "-"); // collapse dashes return text; } document.addEventListener("DOMContentLoaded", (event) => { document.querySelectorAll(".menu2 .currency").forEach((element, index) => { var attr = JSON.parse(element.getAttribute('attr')); if(attr) { element.querySelectorAll('h2').forEach((e,i)=>{ var symbol = symbols ? symbols.find(x=>x.abbreviation === attr[i].rate.label) : {}; var space = " "; if(i === 1){ attr[i].value = ((attr[0].value / currency.rates[attr[0].rate.value]) * currency.rates[attr[1].rate.value]).toFixed(2) attr[i].rate.value = symbol.symbol; space = ""; } e.innerHTML = attr[i].rate.label +space +attr[i].value; }) } }); document.querySelectorAll(".menu2 .module .weather-today").forEach((e) => { fetch("/weather/" + slugify(e.getAttribute("attr"))) .then((response) => { return response.json(); }) .then((json) => { if(typeof json.today !== 'undefined'){ const html = "<img src=" + json.today.icon + " /><div><h2>" + json.today.temp + "掳C</h2>" + "<i class='fal fa-long-arrow-up' style='transform: rotate(" + (json.today.windDeg + 180) + "deg)'></i></span>" + "<span>" + "<span> </span> " + json.today.windSpeed + "<span> m/s </span> " + "</div>"; e.innerHTML = html; } }) }) }); </script> <div class="wrap-table menu2" x-data="{workingTemplate: $store.menu2.workingTemplate, weather: $store.menu2.weather }" > <table cellspacing="0" cellpadding="0"> <tbody> <tr> <template x-for="template in workingTemplate"> <td :class="(template.some(x=>x.menu_module) ? 'module_td' : '') +' '+ (template.some(x=>x.palette === 'image') ? 'palette_td' : '')" > <template x-for="(element, index) in template"> <div :class="element.palette + (element.menu_module ? ' module' : '') + (element.palette == '' || element.palette == 'default' && !element.menu_module ? ' standard' : '') + (element.a_label === 'static_palette' ? ' static_palette' : '')" > <!-- <div x-text="JSON.stringify(element)"></div> --> <template x-if="element.menu_module"> <div :class="'wrap-slider length'+element.splide.length.length" > <template x-for="i in element.splide.length"> <div class="module splide"> <div class="splide__track"> <ul class="splide__list"> <template x-for="el in element.menu_module.filter(x=>x.slider_index.splideIndex === i)" > <li :class="'splide__slide ' + (el.a_label === 'static_palette' ? 'no-padding' : '')" > <template x-if="el.a_label == 'weather'"> <div class="weather"> <div class="weather-today weather-box" :attr="el.selectedCity?.label" ></div> <p x-text="el.selectedCity?.label" ></p> </div> </template> <template x-if="el.a_label == 'currency'"> <span class="currency" :attr="JSON.stringify(el.currency)" x-html="el.a_value" ></span> </template> <template x-if="el.a_label == 'static_palette'" > <div class="image"> <a :href="el.a_value.href['en']" > <img :src="el.a_value.image" /> <span class="title" x-text="el.a_value.title['en']" ></span> </a> </div> </template> <template x-if="el.a_label !== 'weather' && el.a_label !== 'currency' && el.a_label !== 'static_palette'" > <span x-html="el.a_value"></span> </template> </li> </template> </ul> </div> </div> </template> </div> </template> <template x-if="element.palette === 'image'"> <a :href="`${'/'+'en'+element.dir}`"> <img :src="element.feature_image_dir.large" /> <span class="title" x-text="element.pl_title"></span> </a> </template> <template x-if="element.palette === 'list'"> <a :href="element.dir"> <span class="title" x-text="element.pl_title"></span> <i class="fal fa-arrow-right"></i> </a> </template> <template x-if="element.palette == '' || element.palette == 'default' && !element.menu_module" > <div> <a :href="'/'+'en'+element.dir" class="second-level" > <span class="title" x-text="element.pl_title" ></span> </a> <template x-for="elm in element.children"> <div class="third-level"> <a :href="'/'+'en'+elm.dir"> <i class="fal fa-arrow-right blue-arrow"></i> <span x-text="elm.pl_title"></span> </a> </div> </template> </div> </template> </div> </template> </td> </template> </tr> </tbody> </table> </div> <!-- const find = pageChild( response.data.hierarchy.children[0].children, "id", subPageId ); workingTemplate = []; find.children.forEach((element, i) => { if (pageChild(workingTemplate, "id", element.id)) { // workingTemplate.push([ // { pl_title: "", children: [], current_status: "published" }, // ]); } else { let secondLevel = element.template_indexing[0]; if (element.template_indexing === "") { secondLevel = i; } let arrayLenght = workingTemplate.length; for (let i = 0; i <= secondLevel - arrayLenght; i++) { workingTemplate.push([]); } workingTemplate[secondLevel].push(element); workingTemplate[secondLevel].sort(compare); // insert(workingTemplate[element.template_indexing[0]], element.template_indexing[1], element); } }); workingTemplate = workingTemplate.filter((x) => x.length > 0); --> </div> </div> <div class="small-arrow-container"> <div class="small-arrow"></div> </div> </div> </div> <div class="middle-option middle-option-whatson feature-enabled" onmouseover="openPopup(this)" onmouseout="closePopup(this)" > <a href="/en/whatson">WHAT'S ON</a> <div class="pop-menu-wrap"> <div class="small-arrow-container"> <div class="small-arrow"></div> </div> <div class="pop-menu" id="whatsOn"> <div class="whatson-link-cont desktop"> <!-- <div class="pop-menu-wrap"> <div class="small-arrow-container"> <div class="small-arrow"></div> </div> <div class="pop-menu"> <div class="whatson-link-cont"> --> <a class="whatson-links whatson-events-link" href="/en/whatson/events" > <div class="whatson-categories whatson-events"> <div class="background"> <img src="/assets/whatson_background.jpg" alt="events background, abstract, colorfull" /> </div> <div class="shadow-grad"></div> <div class="content"> <div class="whatson-icon"> <img src="/assets/ikon_whatson-events.svg" alt="What's On calendar icon in a circle" /> </div> <div class="whatson-text"> <h2 class="main-text">Events</h2> <h3 class="sub-text">Overview: What, Where, When</h3> </div> </div> </div> </a> <!-- <a class="whatson-links whatson-tours-link" href="/en/whatson/tours" > <div class="whatson-categories whatson-tours"> <div class="background"> <img src="/assets/delete/tours.jpg" alt="Image of a man in a orange jacket kayaking in the boat harbor revine in the village Gj贸gv" /> </div> <div class="shadow-grad"></div> <div class="content"> <div class="whatson-icon"> <img src="/assets/ikon_whatson-tours.svg" alt="What's On flag icon in a circle" /> </div> <div class="whatson-text"> <h2 class="main-text">Tours</h2> <h3 class="sub-text">Find your guided tour</h3> </div> </div> </div> </a> --> <a class="whatson-links whatson-places-link" href="/en/whatson/places" > <div class="whatson-categories whatson-places"> <div class="background"> <img src="/assets/delete/places.jpg" alt="Scandinavian style chairs and tables with a view of the cith of T贸rshavn in the Faroe Islands Nordic House" /> </div> <div class="shadow-grad"></div> <div class="content"> <div class="whatson-icon"> <img src="/assets/ikon_whatson-places.svg" alt="What's On map marker icon in a circle" /> </div> <div class="whatson-text"> <h2 class="main-text">Places</h2> <h3 class="sub-text">Discover sights, local restaurants, galleries and more</h3> </div> </div> </div> </a> <a class="whatson-links whatson-hiking-link" href="/en/whatson/hiking" > <div class="whatson-categories whatson-hiking"> <div class="background"> <img src="/assets/delete/hiking.jpg" alt="Man in a orange jacket hiking, with a low angle showing a small lake" /> </div> <div class="shadow-grad"></div> <div class="content"> <div class="whatson-icon"> <img src="/assets/ikon_whatson-hiking.svg" alt="What's On man walking to the right icon in a circle" /> </div> <div class="whatson-text"> <h2 class="main-text">Hiking</h2> <h3 class="sub-text">Find the perfect hike for you</h3> </div> </div> </div> </a> <a class="whatson-links whatson-submit-link" href="/en/whatson/submit" > <div class="whatson-categories whatson-submit"> <div class="background"></div> <div class="shadow-grad"></div> <div class="content"> <div class="whatson-icon"> <img src="/assets/whatson-submit.svg" alt="What's On submit icon, plus icon in a circle" /> </div> <div class="whatson-text"> <h2 class="main-text">Submit</h2> <h3 class="sub-text"></h3> </div> </div> </div> </a> <!-- </div> </div> <div class="small-arrow-container"></div> </div> --> </div> </div> <div class="small-arrow-container"></div> </div> </div> <div class="middle-option"> <a href="/en/about-vfi">ABOUT</a> <div class="pop-menu-wrap"> <div class="pop-menu"> <script> var workingTemplate = []; </script> <div class="second-level-wrap"> <script> workingTemplate.push([]); </script> <script> function compare(a, b) { if (a.template_indexing < b.template_indexing) { return -1; } if (a.template_indexing > b.template_indexing) { return 1; } return 0; }; workingTemplate[0].push({"shared":0,"id":118,"type":"page","page_name":"New Page","site_id":1,"child_of":193,"feature_media":12863,"infoskermar":0,"visibility":1,"template_indexing":[0,0],"order_value":0,"current_status":"published","rootPage":0,"date_to_publish":"2021-12-06 11:51:32","create_date":"2024-12-17 16:03:31","last_update_date":"2021-12-06 11:51:27","reg_date":"2024-12-17 16:03:31","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Nature ","pl_url_slug":"nature","pl_description":"","language_id":1,"dir":"\/about-vfi\/nature","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/hjalpirot_1.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/hjalpirot_1_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/hjalpirot_1_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/hjalpirot_1_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/hjalpirot_1_full.jpg","info":{"id":12863,"name":"hjalpirot.jpg","file_name":"hjalpirot_1","alt":"","author":161,"sites_located":"1","file_size":2539514,"file_extension":"jpg","file_dimensions_x":3355,"file_dimensions_y":4578,"comment":"","is_uploaded":1,"fo_upload_date":"2024-12-17 15:03:19","reg_date":"2024-12-17 16:03:20","languages":{"en":{"id":10313,"media_id":12863,"lang_id":1,"alt":"Hj\u00e1lplir\u00f3t","reg_date":"2024-12-18 12:44:36","short":"en","order_by":1},"dk":{"id":10315,"media_id":12863,"lang_id":4,"alt":"Hj\u00e6lperod","reg_date":"2024-12-18 12:44:43","short":"dk","order_by":4}}}},"hierarchy_level":2,"children":[{"shared":0,"id":120,"type":"page","page_name":"New Page","site_id":1,"child_of":118,"feature_media":10256,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":0,"current_status":"published","rootPage":0,"date_to_publish":"2021-12-06 12:02:58","create_date":"2024-05-17 15:28:09","last_update_date":"2021-12-06 11:54:20","reg_date":"2024-05-17 15:28:09","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Weather","pl_url_slug":"weather0","pl_description":"","language_id":1,"dir":"\/about-vfi\/nature\/weather0","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/feinerkerl-16-1.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/feinerkerl-16-1_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/feinerkerl-16-1_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/feinerkerl-16-1_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/feinerkerl-16-1_full.jpg","info":{"id":10256,"name":"feinerkerl-16-1.jpg","file_name":"feinerkerl-16-1","alt":"","author":189,"sites_located":"1","file_size":1203345,"file_extension":"jpg","file_dimensions_x":2400,"file_dimensions_y":1600,"comment":"","is_uploaded":1,"fo_upload_date":"2024-05-17 14:26:58","reg_date":"2024-05-17 15:26:58","languages":{"en":{"id":7958,"media_id":10256,"lang_id":1,"alt":"","reg_date":"2024-05-17 15:26:58","short":"en","order_by":1}}}},"hierarchy_level":3},{"shared":0,"id":121,"type":"page","page_name":"New Page","site_id":1,"child_of":118,"feature_media":2589,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":1,"current_status":"published","rootPage":0,"date_to_publish":"2021-12-06 12:07:48","create_date":"2024-12-12 12:07:30","last_update_date":"2021-12-06 11:54:20","reg_date":"2024-12-12 12:07:30","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Geography","pl_url_slug":"geography","pl_description":"","language_id":1,"dir":"\/about-vfi\/nature\/geography","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/dji-0030.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/dji-0030_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/dji-0030_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/dji-0030_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/dji-0030_full.jpg","info":{"id":2589,"name":"dji-0030.jpg","file_name":"dji-0030","alt":"","author":157,"sites_located":"[1]","file_size":5586590,"file_extension":"jpg","file_dimensions_x":3914,"file_dimensions_y":2934,"comment":"","is_uploaded":1,"fo_upload_date":"2021-12-06 12:00:27","reg_date":"2021-12-06 13:00:29","languages":{"en":{"id":354,"media_id":2589,"lang_id":1,"alt":"","reg_date":"2021-12-06 13:00:27","short":"en","order_by":1}}}},"hierarchy_level":3},{"shared":0,"id":2198,"type":"page","page_name":"New Page","site_id":1,"child_of":118,"feature_media":4975,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":2,"current_status":"published","rootPage":0,"date_to_publish":"2024-12-12 11:28:31","create_date":"2024-12-12 13:26:17","last_update_date":"2024-12-12 11:12:50","reg_date":"2024-12-12 13:26:17","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Flora & Fauna","pl_url_slug":"flora-fauna","pl_description":"Wondering what to do on these isolated islands in the middle of the Atlantic? Well, you would be surprised of the myriad of possibilities. ","language_id":1,"dir":"\/about-vfi\/nature\/flora-fauna","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/img-6037_0.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/img-6037_0_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/img-6037_0_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/img-6037_0_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/img-6037_0_full.jpg","info":{"id":4975,"name":"img-6037.jpg","file_name":"img-6037_0","alt":"","author":189,"sites_located":"1","file_size":1176778,"file_extension":"jpg","file_dimensions_x":1800,"file_dimensions_y":1200,"comment":"","is_uploaded":1,"fo_upload_date":"2022-07-08 11:37:35","reg_date":"2022-07-08 12:39:13","languages":{"en":{"id":2691,"media_id":4975,"lang_id":1,"alt":"Beautiful nature, flowers with the village, Elduv\u00edk, in the background. Faroe Islands. Taken by Harriet av G\u00f8r\u00f0um \/ @byolafsdottir","reg_date":"2022-07-08 12:39:13","short":"en","order_by":1}}}},"hierarchy_level":3},{"shared":0,"id":2072,"type":"page","page_name":"New Page","site_id":1,"child_of":118,"feature_media":11297,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":3,"current_status":"published","rootPage":0,"date_to_publish":"2024-08-30 14:58:52","create_date":"2024-12-12 13:26:17","last_update_date":"2024-08-29 09:53:43","reg_date":"2024-12-12 13:26:17","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Northern Lights","pl_url_slug":"northern-lights-guide","pl_description":"See our curated guide to catching the Northern Lights in the Faroe Islands. When is the best time? Where to go and what to bring? Read it all here. ","language_id":1,"dir":"\/about-vfi\/nature\/northern-lights-guide","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/bjartur-vest-1.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/bjartur-vest-1_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/bjartur-vest-1_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/bjartur-vest-1_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/bjartur-vest-1_full.jpg","info":{"id":11297,"name":"bjartur-vest-1.jpg","file_name":"bjartur-vest-1","alt":"","author":189,"sites_located":"1","file_size":1729791,"file_extension":"jpg","file_dimensions_x":2400,"file_dimensions_y":1692,"comment":"","is_uploaded":1,"fo_upload_date":"2024-08-30 14:47:55","reg_date":"2024-08-30 15:47:56","languages":{"en":{"id":8951,"media_id":11297,"lang_id":1,"alt":"","reg_date":"2024-08-30 15:47:55","short":"en","order_by":1}}}},"hierarchy_level":3}]}); workingTemplate[0].sort(compare) </script> <script> workingTemplate.push([]); </script> <script> function compare(a, b) { if (a.template_indexing < b.template_indexing) { return -1; } if (a.template_indexing > b.template_indexing) { return 1; } return 0; }; workingTemplate[1].push({"shared":0,"id":2199,"type":"page","page_name":"New Page","site_id":1,"child_of":193,"feature_media":9303,"infoskermar":0,"visibility":1,"template_indexing":[1,0],"order_value":1,"current_status":"published","rootPage":0,"date_to_publish":"2024-12-12 12:57:04","create_date":"2025-01-30 14:43:58","last_update_date":"2024-12-12 12:47:25","reg_date":"2025-01-30 14:43:58","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"History, Governance & Economy","pl_url_slug":"history-governance-and-economy","pl_description":"","language_id":1,"dir":"\/about-vfi\/history-governance-and-economy","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/dalur2.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/dalur2_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/dalur2_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/dalur2_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/dalur2_full.jpg","info":{"id":9303,"name":"dalur2.jpg","file_name":"dalur2","alt":"","author":189,"sites_located":"1","file_size":4235489,"file_extension":"jpg","file_dimensions_x":2400,"file_dimensions_y":1800,"comment":"","is_uploaded":1,"fo_upload_date":"2024-01-05 15:32:31","reg_date":"2024-01-05 16:32:32","languages":{"en":{"id":7014,"media_id":9303,"lang_id":1,"alt":"","reg_date":"2024-01-05 16:32:31","short":"en","order_by":1}}}},"hierarchy_level":2,"children":[{"shared":0,"id":108,"type":"page","page_name":"New Page","site_id":1,"child_of":2199,"feature_media":2365,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":1,"current_status":"published","rootPage":0,"date_to_publish":"2021-12-06 10:16:42","create_date":"2024-12-12 14:09:36","last_update_date":"2021-12-06 09:50:24","reg_date":"2024-12-12 14:09:36","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Government & Politics","pl_url_slug":"government-politics0","pl_description":"","language_id":1,"dir":"\/about-vfi\/history-governance-and-economy\/government-politics0","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/img-4495_0.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/img-4495_0_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/img-4495_0_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/img-4495_0_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/img-4495_0_full.jpg","info":{"id":2365,"name":"img-4495.jpg","file_name":"img-4495_0","alt":"","author":157,"sites_located":"[1]","file_size":219805,"file_extension":"jpg","file_dimensions_x":1915,"file_dimensions_y":1277,"comment":"","is_uploaded":1,"fo_upload_date":"2021-11-16 11:34:06","reg_date":"2021-11-16 12:34:07","languages":{"en":{"id":132,"media_id":2365,"lang_id":1,"alt":"","reg_date":"2021-11-16 12:34:06","short":"en","order_by":1}}}},"hierarchy_level":3},{"shared":0,"id":109,"type":"page","page_name":"New Page","site_id":1,"child_of":2199,"feature_media":2578,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":2,"current_status":"published","rootPage":0,"date_to_publish":"2021-12-06 10:21:04","create_date":"2024-12-12 14:09:53","last_update_date":"2021-12-06 09:50:24","reg_date":"2024-12-12 14:09:53","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"History of the Faroe Islands","pl_url_slug":"history-of-the-faroe-islands","pl_description":"Get a brief insight in the Faroese history. From the first settlers to more resent happenings.","language_id":1,"dir":"\/about-vfi\/history-governance-and-economy\/history-of-the-faroe-islands","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/nature-fullsizerender.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/nature-fullsizerender_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/nature-fullsizerender_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/nature-fullsizerender_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/nature-fullsizerender_full.jpg","info":{"id":2578,"name":"nature-fullsizerender.jpg","file_name":"nature-fullsizerender","alt":"","author":157,"sites_located":"[1]","file_size":163835,"file_extension":"jpg","file_dimensions_x":1920,"file_dimensions_y":1280,"comment":"","is_uploaded":1,"fo_upload_date":"2021-12-06 10:18:20","reg_date":"2021-12-06 11:18:21","languages":{"en":{"id":343,"media_id":2578,"lang_id":1,"alt":"","reg_date":"2021-12-06 11:18:20","short":"en","order_by":1}}}},"hierarchy_level":3},{"shared":0,"id":106,"type":"page","page_name":"New Page","site_id":1,"child_of":2199,"feature_media":2577,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":3,"current_status":"published","rootPage":0,"date_to_publish":"2021-12-06 09:59:32","create_date":"2024-12-12 14:10:12","last_update_date":"2021-12-06 09:50:11","reg_date":"2024-12-12 14:10:12","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Economy","pl_url_slug":"economy","pl_description":"The Faroese business sector is gradually becoming more diversified. Nevertheless, there is no getting around the fact that the Faroese are a seafaring people","language_id":1,"dir":"\/about-vfi\/history-governance-and-economy\/economy","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/lavurfrederiksenringar.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/lavurfrederiksenringar_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/lavurfrederiksenringar_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/lavurfrederiksenringar_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/lavurfrederiksenringar_full.jpg","info":{"id":2577,"name":"lavurfrederiksenringar.jpg","file_name":"lavurfrederiksenringar","alt":"","author":157,"sites_located":"[1]","file_size":102888,"file_extension":"jpg","file_dimensions_x":1911,"file_dimensions_y":1162,"comment":"","is_uploaded":1,"fo_upload_date":"2021-12-06 09:53:42","reg_date":"2021-12-06 10:53:44","languages":{"en":{"id":342,"media_id":2577,"lang_id":1,"alt":"","reg_date":"2021-12-06 10:53:43","short":"en","order_by":1}}}},"hierarchy_level":3},{"shared":0,"id":89,"type":"page","page_name":"New Page","site_id":1,"child_of":2199,"feature_media":10212,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":4,"current_status":"published","rootPage":0,"date_to_publish":"2021-12-03 13:48:09","create_date":"2024-12-12 14:10:25","last_update_date":"2021-12-03 13:42:36","reg_date":"2024-12-12 14:10:25","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Quick facts","pl_url_slug":"quick-facts","pl_description":"","language_id":1,"dir":"\/about-vfi\/history-governance-and-economy\/quick-facts","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/olavsoka-6404.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/olavsoka-6404_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/olavsoka-6404_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/olavsoka-6404_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/olavsoka-6404_full.jpg","info":{"id":10212,"name":"olavsoka-6404.jpg","file_name":"olavsoka-6404","alt":"","author":161,"sites_located":"1","file_size":20018032,"file_extension":"jpg","file_dimensions_x":7360,"file_dimensions_y":4912,"comment":"","is_uploaded":1,"fo_upload_date":"2024-05-13 13:40:42","reg_date":"2024-05-13 14:40:44","languages":{"en":{"id":7914,"media_id":10212,"lang_id":1,"alt":"","reg_date":"2024-05-13 14:40:42","short":"en","order_by":1}}}},"hierarchy_level":3}]}); workingTemplate[1].sort(compare) </script> <script> workingTemplate.push([]); </script> <script> function compare(a, b) { if (a.template_indexing < b.template_indexing) { return -1; } if (a.template_indexing > b.template_indexing) { return 1; } return 0; }; workingTemplate[1].push({"shared":0,"id":112,"type":"page","page_name":"New Page","site_id":1,"child_of":193,"feature_media":11303,"infoskermar":0,"visibility":1,"template_indexing":[1,1],"order_value":2,"current_status":"published","rootPage":0,"date_to_publish":"2021-12-06 11:10:00","create_date":"2025-01-30 14:43:59","last_update_date":"2021-12-06 11:08:13","reg_date":"2025-01-30 14:43:59","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"People & society","pl_url_slug":"people-society","pl_description":"","language_id":1,"dir":"\/about-vfi\/people-society","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/olavsoka-2024-jona-holm-kristoffersen-19-34_0.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/olavsoka-2024-jona-holm-kristoffersen-19-34_0_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/olavsoka-2024-jona-holm-kristoffersen-19-34_0_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/olavsoka-2024-jona-holm-kristoffersen-19-34_0_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/olavsoka-2024-jona-holm-kristoffersen-19-34_0_full.jpg","info":{"id":11303,"name":"olavsoka-2024-jona-holm-kristoffersen-19-34.jpg","file_name":"olavsoka-2024-jona-holm-kristoffersen-19-34_0","alt":"","author":189,"sites_located":"1","file_size":1750681,"file_extension":"jpg","file_dimensions_x":1800,"file_dimensions_y":2400,"comment":"","is_uploaded":1,"fo_upload_date":"2024-08-30 15:07:29","reg_date":"2024-08-30 16:07:29","languages":{"en":{"id":8957,"media_id":11303,"lang_id":1,"alt":"","reg_date":"2024-08-30 16:07:29","short":"en","order_by":1}}}},"hierarchy_level":2,"children":[{"shared":0,"id":115,"type":"page","page_name":"New Page","site_id":1,"child_of":112,"feature_media":11802,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":0,"current_status":"published","rootPage":0,"date_to_publish":"2021-12-06 11:39:51","create_date":"2024-12-12 14:18:56","last_update_date":"2021-12-06 11:08:26","reg_date":"2024-12-12 14:18:56","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Food","pl_url_slug":"faroese-food","pl_description":"","language_id":1,"dir":"\/about-vfi\/people-society\/faroese-food","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/img-7900.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/img-7900_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/img-7900_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/img-7900_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/img-7900_full.jpg","info":{"id":11802,"name":"img-7900.jpg","file_name":"img-7900","alt":"","author":161,"sites_located":"1","file_size":3744072,"file_extension":"jpg","file_dimensions_x":5437,"file_dimensions_y":3625,"comment":"","is_uploaded":1,"fo_upload_date":"2024-10-09 11:39:14","reg_date":"2024-10-09 12:39:19","languages":{"en":{"id":9426,"media_id":11802,"lang_id":1,"alt":"","reg_date":"2024-10-09 12:39:18","short":"en","order_by":1}}}},"hierarchy_level":3},{"shared":0,"id":75,"type":"page","page_name":"New Page","site_id":1,"child_of":112,"feature_media":9333,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":1,"current_status":"published","rootPage":0,"date_to_publish":"2021-12-03 09:49:15","create_date":"2024-12-12 14:19:06","last_update_date":"2021-12-03 09:26:43","reg_date":"2024-12-12 14:19:06","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Language","pl_url_slug":"faroese-language","pl_description":"Discover the history of the Faroese language and learn useful phrases before your trip.","language_id":1,"dir":"\/about-vfi\/people-society\/faroese-language","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/olavsoka_0.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/olavsoka_0_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/olavsoka_0_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/olavsoka_0_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/olavsoka_0_full.jpg","info":{"id":9333,"name":"\u00f3lavs\u00f8ka.jpg","file_name":"olavsoka_0","alt":"","author":161,"sites_located":"1","file_size":11427012,"file_extension":"jpg","file_dimensions_x":5760,"file_dimensions_y":3840,"comment":"","is_uploaded":1,"fo_upload_date":"2024-01-10 11:25:25","reg_date":"2024-01-10 12:25:54","languages":{"en":{"id":7044,"media_id":9333,"lang_id":1,"alt":"","reg_date":"2024-01-10 12:25:25","short":"en","order_by":1}}}},"hierarchy_level":3},{"shared":0,"id":102,"type":"page","page_name":"New Page","site_id":1,"child_of":112,"feature_media":2337,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":2,"current_status":"published","rootPage":0,"date_to_publish":"2021-12-03 15:37:11","create_date":"2024-12-12 14:19:33","last_update_date":"2021-12-03 14:34:17","reg_date":"2024-12-12 14:19:33","menu_module_id":null,"article_id":null,"splide":"","palette":"image","pl_title":"Sport","pl_url_slug":"sport0","pl_description":"","language_id":1,"dir":"\/about-vfi\/people-society\/sport0","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/suduroyingur-olavsoka-2012.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/suduroyingur-olavsoka-2012_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/suduroyingur-olavsoka-2012_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/suduroyingur-olavsoka-2012_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/suduroyingur-olavsoka-2012_full.jpg","info":{"id":2337,"name":"Su\u00f0uroyingur_\u00d3lavs\u00f8ka_2012.jpg","file_name":"suduroyingur-olavsoka-2012","alt":"","author":157,"sites_located":"[1]","file_size":170318,"file_extension":"jpg","file_dimensions_x":1916,"file_dimensions_y":1204,"comment":"","is_uploaded":1,"fo_upload_date":"2021-11-16 11:04:30","reg_date":"2024-05-13 15:01:15","languages":{"en":{"id":104,"media_id":2337,"lang_id":1,"alt":"","reg_date":"2021-11-16 12:04:30","short":"en","order_by":1}}}},"hierarchy_level":3},{"shared":0,"id":2200,"type":"page","page_name":"New Page","site_id":1,"child_of":112,"feature_media":9814,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":3,"current_status":"published","rootPage":0,"date_to_publish":"2024-12-12 13:38:53","create_date":"2024-12-12 14:38:53","last_update_date":"2024-12-12 13:28:21","reg_date":"2024-12-12 14:38:53","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"People","pl_url_slug":"people0","pl_description":"","language_id":1,"dir":"\/about-vfi\/people-society\/people0","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/general-14th-2023-filippodedionigi-27994.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/general-14th-2023-filippodedionigi-27994_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/general-14th-2023-filippodedionigi-27994_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/general-14th-2023-filippodedionigi-27994_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/general-14th-2023-filippodedionigi-27994_full.jpg","info":{"id":9814,"name":"general-14th-2023-filippodedionigi-27994.jpg","file_name":"general-14th-2023-filippodedionigi-27994","alt":"","author":189,"sites_located":"1","file_size":2508484,"file_extension":"jpg","file_dimensions_x":2400,"file_dimensions_y":1600,"comment":"","is_uploaded":1,"fo_upload_date":"2024-02-29 16:14:35","reg_date":"2024-02-29 17:14:36","languages":{"en":{"id":7519,"media_id":9814,"lang_id":1,"alt":"","reg_date":"2024-02-29 17:14:36","short":"en","order_by":1}}}},"hierarchy_level":3}]}); workingTemplate[1].sort(compare) </script> <script> workingTemplate.push([]); </script> <script> function compare(a, b) { if (a.template_indexing < b.template_indexing) { return -1; } if (a.template_indexing > b.template_indexing) { return 1; } return 0; }; workingTemplate[2].push({"shared":0,"id":88,"type":"page","page_name":"New Page","site_id":1,"child_of":193,"feature_media":8895,"infoskermar":0,"visibility":1,"template_indexing":[2,0],"order_value":3,"current_status":"published","rootPage":0,"date_to_publish":"2021-12-03 13:40:58","create_date":"2025-01-30 14:43:59","last_update_date":"2021-12-03 13:36:33","reg_date":"2025-01-30 14:43:59","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Visit Faroe Islands","pl_url_slug":"about-visit-faroe-islands","pl_description":"","language_id":1,"dir":"\/about-vfi\/about-visit-faroe-islands","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/copy-of-annie-spratt-syg6yxg-fdk-unsplash_0.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/copy-of-annie-spratt-syg6yxg-fdk-unsplash_0_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/copy-of-annie-spratt-syg6yxg-fdk-unsplash_0_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/copy-of-annie-spratt-syg6yxg-fdk-unsplash_0_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/copy-of-annie-spratt-syg6yxg-fdk-unsplash_0_full.jpg","info":{"id":8895,"name":"copy-of-annie-spratt-syg6yxg-fdk-unsplash.jpg","file_name":"copy-of-annie-spratt-syg6yxg-fdk-unsplash_0","alt":"","author":189,"sites_located":"1","file_size":8949316,"file_extension":"jpg","file_dimensions_x":4660,"file_dimensions_y":3112,"comment":"","is_uploaded":1,"fo_upload_date":"2023-10-26 13:29:31","reg_date":"2023-10-26 14:29:34","languages":{"en":{"id":6606,"media_id":8895,"lang_id":1,"alt":"","reg_date":"2023-10-26 14:29:31","short":"en","order_by":1}}}},"hierarchy_level":2,"children":[{"shared":0,"id":1580,"type":"page","page_name":"New Page","site_id":1,"child_of":88,"feature_media":7469,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":0,"current_status":"published","rootPage":0,"date_to_publish":"2023-02-17 11:10:46","create_date":"2024-12-12 15:09:42","last_update_date":"2023-02-17 11:09:08","reg_date":"2024-12-12 15:09:42","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Sustainability","pl_url_slug":"sustainability0","pl_description":"","language_id":1,"dir":"\/about-vfi\/about-visit-faroe-islands\/sustainability0","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/tysdagur-vidareidi.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/tysdagur-vidareidi_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/tysdagur-vidareidi_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/tysdagur-vidareidi_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/tysdagur-vidareidi_full.jpg","info":{"id":7469,"name":"tysdagur-vidareidi.jpg","file_name":"tysdagur-vidareidi","alt":"","author":189,"sites_located":"1","file_size":2861477,"file_extension":"jpg","file_dimensions_x":1920,"file_dimensions_y":2400,"comment":"","is_uploaded":1,"fo_upload_date":"2023-02-17 11:32:15","reg_date":"2023-02-17 12:32:16","languages":{"en":{"id":5183,"media_id":7469,"lang_id":1,"alt":"","reg_date":"2023-02-17 12:32:15","short":"en","order_by":1}}}},"hierarchy_level":3},{"shared":0,"id":1874,"type":"page","page_name":"New Page","site_id":1,"child_of":88,"feature_media":8895,"infoskermar":0,"visibility":1,"template_indexing":"","order_value":1,"current_status":"published","rootPage":0,"date_to_publish":"2023-10-31 10:11:06","create_date":"2024-12-12 15:09:42","last_update_date":"2023-10-30 13:47:38","reg_date":"2024-12-12 15:09:42","menu_module_id":null,"article_id":null,"splide":"","palette":"","pl_title":"Tourism strategy 2030","pl_url_slug":"tourism-strategy-20300","pl_description":"","language_id":1,"dir":"\/about-vfi\/about-visit-faroe-islands\/tourism-strategy-20300","feature_image_dir":{"actual":"https:\/\/vfibackend.com\/uploads\/copy-of-annie-spratt-syg6yxg-fdk-unsplash_0.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/copy-of-annie-spratt-syg6yxg-fdk-unsplash_0_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/copy-of-annie-spratt-syg6yxg-fdk-unsplash_0_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/copy-of-annie-spratt-syg6yxg-fdk-unsplash_0_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/copy-of-annie-spratt-syg6yxg-fdk-unsplash_0_full.jpg","info":{"id":8895,"name":"copy-of-annie-spratt-syg6yxg-fdk-unsplash.jpg","file_name":"copy-of-annie-spratt-syg6yxg-fdk-unsplash_0","alt":"","author":189,"sites_located":"1","file_size":8949316,"file_extension":"jpg","file_dimensions_x":4660,"file_dimensions_y":3112,"comment":"","is_uploaded":1,"fo_upload_date":"2023-10-26 13:29:31","reg_date":"2023-10-26 14:29:34","languages":{"en":{"id":6606,"media_id":8895,"lang_id":1,"alt":"","reg_date":"2023-10-26 14:29:31","short":"en","order_by":1}}}},"hierarchy_level":3}]}); workingTemplate[2].sort(compare) </script> <script> workingTemplate = workingTemplate.filter((x) => x.length > 0); Spruce.store("menu3", { workingTemplate, }); </script> <script> var currency = {"id":1,"type":"currency","rates":{"AED":3.862469,"AFN":77.208349,"ALL":99.46747,"AMD":413.840083,"ANG":1.896016,"AOA":959.116558,"ARS":1115.819533,"AUD":1.662787,"AWG":1.892993,"AZN":1.797484,"BAM":1.961092,"BBD":2.124132,"BDT":127.814912,"BGN":1.958091,"BHD":0.396367,"BIF":3115.878658,"BMD":1.051663,"BND":1.408187,"BOB":7.269617,"BRL":6.081658,"BSD":1.052039,"BTC":1.2087767e-5,"BTN":91.655463,"BWP":14.500993,"BYN":3.442758,"BYR":20612.593664,"BZD":2.113182,"CAD":1.508668,"CDF":3020.376094,"CHF":0.939251,"CLF":0.025839,"CLP":991.581563,"CNY":7.622558,"CNH":7.636225,"COP":4336.553175,"CRC":532.035713,"CUC":1.051663,"CUP":27.869068,"CVE":110.563358,"CZK":24.931773,"DJF":186.901305,"DKK":7.458081,"DOP":65.576961,"DZD":141.588522,"EGP":53.193378,"ERN":15.774944,"ETB":135.886016,"EUR":1,"FJD":2.414888,"FKP":0.831364,"GBP":0.828174,"GEL":2.95495,"GGP":0.831364,"GHS":16.289266,"GIP":0.831364,"GMD":75.952668,"GNF":9099.054061,"GTQ":8.109708,"GYD":219.575106,"HKD":8.174229,"HNL":26.894574,"HRK":7.536953,"HTG":138.639411,"HUF":401.786206,"IDR":17174.761564,"ILS":3.737258,"IMP":0.831364,"INR":91.66454,"IQD":1376.079908,"IRR":44290.502442,"ISK":145.976794,"JEP":0.831364,"JMD":165.685557,"JOD":0.745613,"JPY":156.826608,"KES":136.107597,"KGS":92.193222,"KHR":4217.569436,"KMF":492.885325,"KPW":946.549205,"KRW":1507.902598,"KWD":0.324291,"KYD":0.868761,"KZT":526.192385,"LAK":22769.316234,"LBP":94098.580201,"LKR":310.82224,"LRD":209.554697,"LSL":19.393055,"LTL":3.105287,"LVL":0.636141,"LYD":5.136491,"MAD":10.442591,"MDL":19.601652,"MGA":4961.57255,"MKD":61.64607,"MMK":2207.606947,"MNT":3645.955471,"MOP":8.421689,"MRU":41.997481,"MUR":48.779043,"MVR":16.237967,"MWK":1822.582035,"MXN":21.498215,"MYR":4.651109,"MZN":67.162646,"NAD":19.393055,"NGN":1577.681434,"NIO":38.670227,"NOK":11.700328,"NPR":146.732012,"NZD":1.841308,"OMR":0.40489,"PAB":1.051663,"PEN":3.872531,"PGK":4.27226,"PHP":60.890046,"PKR":294.042087,"PLN":4.149386,"PYG":8314.861653,"QAR":3.827608,"RON":4.986447,"RSD":117.43682,"RUB":91.032303,"RWF":1477.537282,"SAR":3.944079,"SBD":8.948316,"SCR":15.308708,"SDG":631.635935,"SEK":11.159653,"SGD":1.406977,"SHP":0.835679,"SLE":24.087991,"SLL":22052.851992,"SOS":600.23908,"SRD":37.267008,"STD":21767.299601,"SVC":9.202601,"SYP":13673.852429,"SZL":19.393055,"THB":35.586056,"TJS":11.474786,"TMT":3.67957,"TND":3.317623,"TOP":2.525396,"TRY":38.336501,"TTD":7.135145,"TWD":34.479297,"TZS":2746.358949,"UAH":43.921302,"UGX":3872.263323,"USD":1.051663,"UYU":44.922187,"UZS":13571.513915,"VES":66.677155,"VND":26840.29623,"VUV":129.436834,"WST":2.959509,"XAF":657.180433,"XAG":0.032959,"XAU":0.000361,"XCD":2.846166,"XDR":0.800722,"XOF":657.180433,"XPF":119.331742,"YER":260.117397,"ZAR":19.337084,"ZMK":9466.231773,"ZMW":29.776055,"ZWL":338.635038},"base":"EUR","currentDate":"2025-02-26 06:44:23","reg_date":"2025-02-26 18:44:23"}; var symbols = null; function slugify(text) { // return text.toString().toLowerCase() // .replace(/\s+/g, '-') // Replace spaces with - // .replace(/[^\w\-]+/g, '') // Remove all non-word chars // .replace(/\-\-+/g, '-') // Replace multiple - with single - // .replace(/^-+/, '') // Trim - from start of text // .replace(/-+$/, ''); // Trim - from end of text text = ![undefined,null].includes(text) ? text.toString() : ""; text = text.replace(/^\s+|\s+$/g, ""); // trim text = text.toLowerCase(); // remove accents, swap 帽 for n, etc var from = "脿谩盲芒忙氓冒猫茅毛锚矛铆茂卯貌贸枚么霉煤眉没帽莽媒酶路/_,:;"; var to = "aaaaaadeeeeiiiioooouuuuncyo------"; for (var i = 0, l = from.length; i < l; i++) { text = text.replace(new RegExp(from.charAt(i), "g"), to.charAt(i)); } text = text .replace(/[^a-z0-9 -]/g, "") // remove invalid chars .replace(/\s+/g, "-") // collapse whitespace and replace by - .replace(/-+/g, "-"); // collapse dashes return text; } document.addEventListener("DOMContentLoaded", (event) => { document.querySelectorAll(".menu3 .currency").forEach((element, index) => { var attr = JSON.parse(element.getAttribute('attr')); if(attr) { element.querySelectorAll('h2').forEach((e,i)=>{ var symbol = symbols ? symbols.find(x=>x.abbreviation === attr[i].rate.label) : {}; var space = " "; if(i === 1){ attr[i].value = ((attr[0].value / currency.rates[attr[0].rate.value]) * currency.rates[attr[1].rate.value]).toFixed(2) attr[i].rate.value = symbol.symbol; space = ""; } e.innerHTML = attr[i].rate.label +space +attr[i].value; }) } }); document.querySelectorAll(".menu3 .module .weather-today").forEach((e) => { fetch("/weather/" + slugify(e.getAttribute("attr"))) .then((response) => { return response.json(); }) .then((json) => { if(typeof json.today !== 'undefined'){ const html = "<img src=" + json.today.icon + " /><div><h2>" + json.today.temp + "掳C</h2>" + "<i class='fal fa-long-arrow-up' style='transform: rotate(" + (json.today.windDeg + 180) + "deg)'></i></span>" + "<span>" + "<span> </span> " + json.today.windSpeed + "<span> m/s </span> " + "</div>"; e.innerHTML = html; } }) }) }); </script> <div class="wrap-table menu3" x-data="{workingTemplate: $store.menu3.workingTemplate, weather: $store.menu3.weather }" > <table cellspacing="0" cellpadding="0"> <tbody> <tr> <template x-for="template in workingTemplate"> <td :class="(template.some(x=>x.menu_module) ? 'module_td' : '') +' '+ (template.some(x=>x.palette === 'image') ? 'palette_td' : '')" > <template x-for="(element, index) in template"> <div :class="element.palette + (element.menu_module ? ' module' : '') + (element.palette == '' || element.palette == 'default' && !element.menu_module ? ' standard' : '') + (element.a_label === 'static_palette' ? ' static_palette' : '')" > <!-- <div x-text="JSON.stringify(element)"></div> --> <template x-if="element.menu_module"> <div :class="'wrap-slider length'+element.splide.length.length" > <template x-for="i in element.splide.length"> <div class="module splide"> <div class="splide__track"> <ul class="splide__list"> <template x-for="el in element.menu_module.filter(x=>x.slider_index.splideIndex === i)" > <li :class="'splide__slide ' + (el.a_label === 'static_palette' ? 'no-padding' : '')" > <template x-if="el.a_label == 'weather'"> <div class="weather"> <div class="weather-today weather-box" :attr="el.selectedCity?.label" ></div> <p x-text="el.selectedCity?.label" ></p> </div> </template> <template x-if="el.a_label == 'currency'"> <span class="currency" :attr="JSON.stringify(el.currency)" x-html="el.a_value" ></span> </template> <template x-if="el.a_label == 'static_palette'" > <div class="image"> <a :href="el.a_value.href['en']" > <img :src="el.a_value.image" /> <span class="title" x-text="el.a_value.title['en']" ></span> </a> </div> </template> <template x-if="el.a_label !== 'weather' && el.a_label !== 'currency' && el.a_label !== 'static_palette'" > <span x-html="el.a_value"></span> </template> </li> </template> </ul> </div> </div> </template> </div> </template> <template x-if="element.palette === 'image'"> <a :href="`${'/'+'en'+element.dir}`"> <img :src="element.feature_image_dir.large" /> <span class="title" x-text="element.pl_title"></span> </a> </template> <template x-if="element.palette === 'list'"> <a :href="element.dir"> <span class="title" x-text="element.pl_title"></span> <i class="fal fa-arrow-right"></i> </a> </template> <template x-if="element.palette == '' || element.palette == 'default' && !element.menu_module" > <div> <a :href="'/'+'en'+element.dir" class="second-level" > <span class="title" x-text="element.pl_title" ></span> </a> <template x-for="elm in element.children"> <div class="third-level"> <a :href="'/'+'en'+elm.dir"> <i class="fal fa-arrow-right blue-arrow"></i> <span x-text="elm.pl_title"></span> </a> </div> </template> </div> </template> </div> </template> </td> </template> </tr> </tbody> </table> </div> <!-- const find = pageChild( response.data.hierarchy.children[0].children, "id", subPageId ); workingTemplate = []; find.children.forEach((element, i) => { if (pageChild(workingTemplate, "id", element.id)) { // workingTemplate.push([ // { pl_title: "", children: [], current_status: "published" }, // ]); } else { let secondLevel = element.template_indexing[0]; if (element.template_indexing === "") { secondLevel = i; } let arrayLenght = workingTemplate.length; for (let i = 0; i <= secondLevel - arrayLenght; i++) { workingTemplate.push([]); } workingTemplate[secondLevel].push(element); workingTemplate[secondLevel].sort(compare); // insert(workingTemplate[element.template_indexing[0]], element.template_indexing[1], element); } }); workingTemplate = workingTemplate.filter((x) => x.length > 0); --> </div> </div> <div class="small-arrow-container"> <div class="small-arrow"></div> </div> </div> </div> <script> document.addEventListener("DOMContentLoaded", function () { const menuDelayTimer = 300; // Delay of hovering over menu item let menuTimer; function openSubNav(element) { clearTimeout(menuTimer); element.classList.add("active"); } function closeSubNav(element) { menuTimer = setTimeout(() => { element.classList.remove("active"); }, menuDelayTimer); } document .querySelectorAll( ".middle-option, middle-option-whatson, .pop-menu" ) .forEach((element) => { element.onmouseenter = () => { openSubNav(element.closest(".middle-option")); }; element.onmouseleave = () => { closeSubNav(element.closest(".middle-option")); }; }); function mountModules() { let splides = []; document.querySelectorAll(".module.splide").forEach((element) => { element.querySelectorAll(".splide__pagination").forEach((elm) => { elm.remove(); }); splides.push( new Splide(element, { destroy: true, autoplay: true, }).mount() ); }); return splides; } document.querySelectorAll(".middle-option").forEach((element) => { let splides = []; element.onmouseenter = () => { splides = mountModules(); }; element.onmouseleave = () => { for (const splide of splides) { splide.destroy(false); } splides = []; }; }); }); </script> <div @click="window.location.href = '/en/explore'" class="navMapIcon feature-disabled" > <img class="map" src="/assets/map_white.svg" /> Explore Map </div> </div> <div class="other-icons"> <div class="heart-icon"> <i x-show="$store.app.favourites == 'close'" class="fal fa-heart heart-empty hide-initially" @click="$store.app.favourites = $store.app.favourites == 'open' ? 'close' : 'open', fetchfavouritesList('en'), $store.app.searchIsOpen = false" ></i> <i x-show="$store.app.favourites == 'open'" class="fa fa-heart heart-blue hide-initially" @click="$store.app.favourites = $store.app.favourites == 'open' ? 'close' : 'open', fetchfavouritesList('en'), $store.app.searchIsOpen = false" ></i> <div x-show="$store.app.favourites == 'open'" class="small-arrow-container" > <div class="small-arrow"></div> </div> </div> <div @click="toggleSearch(!$store.app.searchIsOpen), closeMenu(), $store.app.favourites = 'close'" class="search-icon" > <i class="fal fa-search"></i> <div x-show.transition="$store.app.searchIsOpen" class="small-arrow-container" :class="$store.app.showSearchResults ? 'searched' : ''" > <div class="small-arrow"></div> </div> </div> <div @click="$store.app.sites = true, $store.app.searchIsOpen = false, $store.app.favourites = 'close'" class="site-select-wrap" > <p>Sites</p> <label class="icon-down" for="site-select"> <i class="fas fa-caret-down"></i> </label> </div> </div> </div> </nav> <nav class="tablet-nav inside-whatson"> <div class="top-nav" x-data="{favourites: 'close'}"> <a href="/" class="logo"> <div class="sheephead"><img src="/assets/head png.png" /></div> <div class="text">Visit Faroe Islands</div> </a> <div class="other-icons"> <div class="heart-icon" @click="$store.app.favourites = $store.app.favourites == 'open' ? 'close' : 'open', fetchfavouritesList('en'), $store.app.searchIsOpen = false" > <i x-show="$store.app.favourites == 'close'" class="fal fa-heart heart-empty" ></i> <i x-show="$store.app.favourites == 'open'" class="fa fa-heart heart-blue" ></i> </div> <div @click="$store.app.searchIsOpen = !$store.app.searchIsOpen, closeMenu(), $store.app.favourites = 'close'" class="search-icon" > <i class="fal fa-search"></i> </div> <div id="menuToggle" @click="toggleMenu(); favourites = 'close'"> <input type="checkbox" /> <span></span> <span></span> <span></span> </div> </div> </div> </nav> <div class="drop-down-menu" x-data="{active: '-1', langActive: 'false', otherActive: 'false'}"> <div id="VFI-mobile-menu"> <div class="accordion"> <div class="accordion-item" :class="{'active': active === '1'}"> <div class="wrap-title-arrow"> <div class="accordion-title-container" @click="active = active !== '1' ? '1' : '-1'"> <div class="accordion-title"> <a href="/en/see-do">SEE & DO</a> </div> <div class="accordion-divider"></div> <div class="accordion-title-arrow-icon"> <img src="/assets/sideMenu/accordionArrowDown.svg"/> </div> </div> </div> <div class="accordion-content"> <div class="second-level"> <ul> <li class="second-level-title"> <span> <a class="sec-level-tag level-tag" href="/en/see-do/activities">ACTIVITIES </a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/see-do/activities/hiking">Hiking</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/see-do/activities/sights-attractions">Sights & Attractions</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/see-do/activities/at-sea">At sea</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/see-do/activities/adventure-sports">Adventure Sports</a> </span> </li> </ul> </div> <div class="second-level"> <ul> <li class="second-level-title"> <span> <a class="sec-level-tag level-tag" href="/en/see-do/cultural-experiences">CULTURAL EXPERIENCES</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/see-do/cultural-experiences/art-and-architecture">Art & Architecture</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/see-do/cultural-experiences/heim-experiences">'Heim' Experiences</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/see-do/cultural-experiences/eat-and-drink">Eat & Drink</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/see-do/cultural-experiences/shopping">Shopping</a> </span> </li> </ul> </div> <div class="second-level"> <ul> <li class="second-level-title"> <span> <a class="sec-level-tag level-tag" href="/en/see-do/inspiration-guides">INSPIRATION & GUIDES </a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/see-do/inspiration-guides/popular-guides">Popular Guides</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/see-do/inspiration-guides/ideas-for-exploring-the-faroe-islands">Ideas for Exploring</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/see-do/inspiration-guides/tips-from-travellers">Tips from travellers</a> </span> </li> </ul> </div> </div> </div> <div class="accordion-item" :class="{'active': active === '2'}"> <div class="wrap-title-arrow"> <div class="accordion-title-container" @click="active = active !== '2' ? '2' : '-1'"> <div class="accordion-title"> <a href="/en/plan-your-stay">PLAN YOUR STAY</a> </div> <div class="accordion-divider"></div> <div class="accordion-title-arrow-icon"> <img src="/assets/sideMenu/accordionArrowDown.svg"/> </div> </div> </div> <div class="accordion-content"> <div class="second-level"> <ul> <li class="second-level-title"> <span> <a class="sec-level-tag level-tag" href="/en/plan-your-stay/getting-to-the-faroe-islands">GETTING HERE</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/plan-your-stay/getting-to-the-faroe-islands/by-air">By Air</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/plan-your-stay/getting-to-the-faroe-islands/by-sea">By sea</a> </span> </li> </ul> </div> <div class="second-level"> <ul> <li class="second-level-title"> <span> <a class="sec-level-tag level-tag" href="/en/plan-your-stay/getting-around">GETTING AROUND</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/plan-your-stay/getting-around/car-rental">Car rental</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/plan-your-stay/getting-around/rent-a-bike">Rent a bike</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/plan-your-stay/getting-around/public-transportation0">Public transportation</a> </span> </li> </ul> </div> <div class="second-level"> <ul> <li class="second-level-title"> <span> <a class="sec-level-tag level-tag" href="/en/plan-your-stay/staying-here">STAYING HERE</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/plan-your-stay/staying-here/hotels">Hotels</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/plan-your-stay/staying-here/guesthouses-b-bs">Guesthouses & B&BS</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/plan-your-stay/staying-here/camping">Camping</a> </span> </li> </ul> </div> <div class="second-level"> <ul> <li class="second-level-title"> <span> <a class="sec-level-tag level-tag" href="/en/plan-your-stay/get-ready-for-your-trip">GET READY FOR YOUR TRIP</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/plan-your-stay/get-ready-for-your-trip/general-facts">General Facts</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/plan-your-stay/get-ready-for-your-trip/what-to-pack">What to pack</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/plan-your-stay/get-ready-for-your-trip/maps-of-the-faroe-islands">Maps of the Faroe Islands</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/plan-your-stay/get-ready-for-your-trip/brochures">Brochures</a> </span> </li> </ul> </div> <div class="second-level"> <ul> <li class="second-level-title"> <span> <a class="sec-level-tag level-tag" href="/en/plan-your-stay/practical-information">NEED A LITTLE HELP?</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/plan-your-stay/practical-information/faroese-tourism-providers">Faroese tourism providers</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/plan-your-stay/practical-information/international-dmcs">International DMCs</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/plan-your-stay/practical-information/regional-information-centres">Regional Information Centres</a> </span> </li> </ul> </div> </div> </div> <div class="accordion-item" :class="{'active': active === '3'}"> <div class="wrap-title-arrow"> <div class="accordion-title-container" @click="active = active !== '3' ? '3' : '-1'"> <div class="accordion-title"> <a href="/en/about-vfi">ABOUT</a> </div> <div class="accordion-divider"></div> <div class="accordion-title-arrow-icon"> <img src="/assets/sideMenu/accordionArrowDown.svg"/> </div> </div> </div> <div class="accordion-content"> <div class="second-level"> <ul> <li class="second-level-title"> <span> <a class="sec-level-tag level-tag" href="/en/about-vfi/nature">NATURE </a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/about-vfi/nature/weather0">Weather</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/about-vfi/nature/geography">Geography</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/about-vfi/nature/flora-fauna">Flora & Fauna</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/about-vfi/nature/northern-lights-guide">Northern Lights</a> </span> </li> </ul> </div> <div class="second-level"> <ul> <li class="second-level-title"> <span> <a class="sec-level-tag level-tag" href="/en/about-vfi/history-governance-and-economy">HISTORY, GOVERNANCE & ECONOMY</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/about-vfi/history-governance-and-economy/government-politics0">Government & Politics</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/about-vfi/history-governance-and-economy/history-of-the-faroe-islands">History of the Faroe Islands</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/about-vfi/history-governance-and-economy/economy">Economy</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/about-vfi/history-governance-and-economy/quick-facts">Quick facts</a> </span> </li> </ul> </div> <div class="second-level"> <ul> <li class="second-level-title"> <span> <a class="sec-level-tag level-tag" href="/en/about-vfi/people-society">PEOPLE & SOCIETY</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/about-vfi/people-society/faroese-food">Food</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/about-vfi/people-society/faroese-language">Language</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/about-vfi/people-society/sport0">Sport</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/about-vfi/people-society/people0">People</a> </span> </li> </ul> </div> <div class="second-level"> <ul> <li class="second-level-title"> <span> <a class="sec-level-tag level-tag" href="/en/about-vfi/about-visit-faroe-islands">VISIT FAROE ISLANDS</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/about-vfi/about-visit-faroe-islands/sustainability0">Sustainability</a> </span> </li> <li class="third-level"> <span class="third-text"> <a class="third-level-tag level-tag" href="/en/about-vfi/about-visit-faroe-islands/tourism-strategy-20300">Tourism strategy 2030</a> </span> </li> </ul> </div> </div> </div> <div class="accordion-item accordion-item-whatson" :class="{'active': active === 'whatsOn-site'}"> <div class="wrap-title-arrow"> <div class="accordion-title-container" @click="active = active === 'whatsOn-site' ? '-1': 'whatsOn-site'"> <div class="accordion-title">WHAT'S ON</div> <div class="accordion-divider"></div> <div class="accordion-title-arrow-icon"> <img src="/assets/sideMenu/accordionArrowDown.svg"/> </div> </div> </div> <div class="accordion-content whatsonDropDownInSideMenu"> <div class="whatson-link-cont tablet"> <!-- <div class="pop-menu-wrap"> <div class="small-arrow-container"> <div class="small-arrow"></div> </div> <div class="pop-menu"> <div class="whatson-link-cont"> --> <a class="whatson-links whatson-events-link" href="/en/whatson/events" > <div class="whatson-categories whatson-events"> <div class="background"> <img src="/assets/whatson_background.jpg" alt="events background, abstract, colorfull" /> </div> <div class="shadow-grad"></div> <div class="content"> <div class="whatson-icon"> <img src="/assets/ikon_whatson-events.svg" alt="What's On calendar icon in a circle" /> </div> <div class="whatson-text"> <h2 class="main-text">Events</h2> <h3 class="sub-text">Overview: What, Where, When</h3> </div> </div> </div> </a> <!-- <a class="whatson-links whatson-tours-link" href="/en/whatson/tours" > <div class="whatson-categories whatson-tours"> <div class="background"> <img src="/assets/delete/tours.jpg" alt="Image of a man in a orange jacket kayaking in the boat harbor revine in the village Gj贸gv" /> </div> <div class="shadow-grad"></div> <div class="content"> <div class="whatson-icon"> <img src="/assets/ikon_whatson-tours.svg" alt="What's On flag icon in a circle" /> </div> <div class="whatson-text"> <h2 class="main-text">Tours</h2> <h3 class="sub-text">Find your guided tour</h3> </div> </div> </div> </a> --> <a class="whatson-links whatson-places-link" href="/en/whatson/places" > <div class="whatson-categories whatson-places"> <div class="background"> <img src="/assets/delete/places.jpg" alt="Scandinavian style chairs and tables with a view of the cith of T贸rshavn in the Faroe Islands Nordic House" /> </div> <div class="shadow-grad"></div> <div class="content"> <div class="whatson-icon"> <img src="/assets/ikon_whatson-places.svg" alt="What's On map marker icon in a circle" /> </div> <div class="whatson-text"> <h2 class="main-text">Places</h2> <h3 class="sub-text">Discover sights, local restaurants, galleries and more</h3> </div> </div> </div> </a> <a class="whatson-links whatson-hiking-link" href="/en/whatson/hiking" > <div class="whatson-categories whatson-hiking"> <div class="background"> <img src="/assets/delete/hiking.jpg" alt="Man in a orange jacket hiking, with a low angle showing a small lake" /> </div> <div class="shadow-grad"></div> <div class="content"> <div class="whatson-icon"> <img src="/assets/ikon_whatson-hiking.svg" alt="What's On man walking to the right icon in a circle" /> </div> <div class="whatson-text"> <h2 class="main-text">Hiking</h2> <h3 class="sub-text">Find the perfect hike for you</h3> </div> </div> </div> </a> <a class="whatson-links whatson-submit-link" href="/en/whatson/submit" > <div class="whatson-categories whatson-submit"> <div class="background"></div> <div class="shadow-grad"></div> <div class="content"> <div class="whatson-icon"> <img src="/assets/whatson-submit.svg" alt="What's On submit icon, plus icon in a circle" /> </div> <div class="whatson-text"> <h2 class="main-text">Submit</h2> <h3 class="sub-text"></h3> </div> </div> </div> </a> <!-- </div> </div> <div class="small-arrow-container"></div> </div> --> </div> </div> </div> <div class="accordion-item gray-background" :class="{'active': langActive === 'true'}"> <div class="wrap-title-arrow"> <div class="accordion-title-container" @click="langActive = langActive === 'true' ? 'false': 'true'"> <div class="accordion-title"> Language: <div class="current-language"> English </div> </div> <div class="accordion-divider"></div> <div class="accordion-title-arrow-icon"> <img src="/assets/sideMenu/accordionArrowDown.svg"/> </div> </div> </div> <div class="accordion-content language-list" :class="{'active': langActive === 'true'}"> <ul> <li> <a href="/fo/whatson">F酶royskt</a> </li> <li> <a class="active" href="/en/whatson">English</a> </li> </ul> </div> </div> <div class="accordion-item gray-background" :class="{'active': otherActive === 'true'}"> <div class="wrap-title-arrow"> <div class="accordion-title-container" @click="otherActive = otherActive === 'true' ? 'false': 'true'"> <div class="accordion-title fontweight-normal">Sites</div> <div class="accordion-divider"></div> <div class="accordion-title-arrow-icon"> <img src="/assets/sideMenu/accordionArrowDown.svg"/> </div> </div> </div> <div class="accordion-content other-sites-side-menu"> <div class="languages lang"> <h3>TOURISM SITES</h3> <h4 class="paragraph_libre"><a href='/en'><span style='color:#009FFF;'><i>English</i></span></a></h4> <h4 class="paragraph_libre"><a href='https://visitfaroeislands.com/dk/'><span style='color:#373737;'><i>Dansk</i></span></a></h4> <h4 class="paragraph_libre"><a href=''><span style='color:#A2A2A2;'><i>Deutsch</i></span></a></h4> <h4 class="paragraph_libre"><a href='/ferdavinna'><i>F酶royskt</i></a></h4> <p></p> <h3>PROFESSIONAL SITES</h3> <h4 class="paragraph_libre"><a href='/press-professionals'><i>Press & professionals</i></a></h4> <h4 class="paragraph_libre"><a href='/en/closed'><i>Closed for Maintenance, Open for Voluntourism</i></a></h4> <h4 class="paragraph_libre"><a href='https://visitfaroeislands.com/meetings/'><i>Meetings</i></a></h4> <h4 class="paragraph_libre"><a href='https://visitfaroeislands.com/famshop/'><i>Faroe Islands Fam-shop</i></a></h4> <h3></h3> <h3>F脴ROYAR</h3> <h4 class="paragraph_libre"><a href='/ferdavinna'><i>Fer冒avinna</i></a></h4> <h4 class="paragraph_libre"><a href='https://visitfaroeislands.com/vinna/um-okkum/tidindi/'><i>T铆冒indi</i></a></h4> <h4 class="paragraph_libre"><a href='https://visitfaroeislands.com/fo/ferdavinna/closed-for-maintenance0'><i>Closed for maintenance F酶royar</i></a></h4> </div> </div> </div> </div> </div> </div> <link rel="stylesheet" href="/views/menus/sideMenus/mobileTabletSideMenu/style/sideMenu.css?1"/> <div id="favourites" class="hearted-pages-container" x-data="{}" :class="$store.app.favourites == 'open' ? 'show' : ''" > <div class="load-spinner"> <i class="fal fa-spinner"></i> </div> <div @click.prevent="$store.app.favourites = 'close'" class="close-favourites" > <img src="/views/whatson/assets/caret-close.svg" alt="" /> </div> <div x-show="$store.app.favouritesList.length <= 0" id="noFavourites" class="noFavourites" > <div class="noFavourites__heartContainer"> <i class="fas fa-heart noFavourites__bigHeart"></i> <i class="fas fa-heart noFavourites__topHeart"></i> <i class="fas fa-heart noFavourites__rightHeart"></i> </div> <h2> You haven鈥檛 got any favourites yet </h2> <p> This is where you can collect inspiration, articles, events and places that interest you. </p> <p> Click the <span><i class="fal fa-heart"></i></span> icon on pages and they鈥檒l appear here. </p> </div> <div x-show="$store.app.favouritesList.length > 0" id="favHeader" class="header" > <div class="headline"> <h1> Your favourites </h1> </div> </div> <div x-show="$store.app.favouritesList.length > 0" id="favouritesList" class="favouritesContainer" > <div class="favouritesList fav-inspArticles"> <div class="header-box"> <h2 class="text"> Inspiration & Articles <span x-text="favLikedCount('articles', $store.app.favouritesListData)" ></span> </h2> <div class="header-border"></div> </div> <div class="favouritesList__inspArticles"> <template x-for="article in $store.app.favouritesListData.article" :key="article" > <div> <template x-if="article.type == 'article' || article.type == 'inspiration'" > <div class="favouritesList-item-wrapper"> <a class="favouritesList-item" :href="'/en/' + article.page.pl_url_slug" > <div class="favList-item-img" style="background-color: #006b74" > <template x-if="article.page.feature_media"> <img :src="article.page.feature_image_dir.large" alt="article.page.feature_image_dir.info.alt" /> </template> <div class="bottom-shadow"></div> </div> <div class="favList-item-text"> <h3 class="headline" x-text="article.page.pl_title"></h3> <p class="favourites-excerpt" x-text="article.page.pl_description" ></p> </div> </a> <div class="remove-heart" @click=" $store.app.favouritesListData.article = $store.app.favouritesListData.article.filter(x => x.id !== article.id); localStorage.setItem('favouritesList',JSON.stringify(JSON.parse(localStorage.getItem('favouritesList')).filter(x =>x.id !== article.id))) fetchfavouritesList() " > <i class="fal fa-trash-alt"></i> </div> </div> </template> </div> </template> </div> </div> <div class="favouritesList fav-eventTours"> <div class="header-box"> <h2 class="text"> Events & Tours <span x-text="favLikedCount('eventTours', $store.app.favouritesListData)" ></span> </h2> <div class="header-border"></div> </div> <div class="favouritesList__eventTours"> <template x-for="eventTour in $store.app.favouritesListData.eventTour" :key="eventTour" > <div> <template x-if="eventTour.type == 'event' || eventTour.type == 'tour'" > <div class="favouritesList-item-wrapper"> <a class="favouritesList-item" :href="(eventTour.type == 'event' ? '/en/whatson/events/event/' : '/en/whatson/tours/tour/') + eventTour.page.url_slug" > <div class="favList-item-img" style="background-color: #006b74" > <template x-if="eventTour.page.id_media"> <img :src="eventTour.page.image.medium" alt="" /> </template> <div class="bottom-shadow"></div> </div> <div class="favList-item-text"> <h3 class="headline" x-text="eventTour.page.headline"></h3> <p class="favourites-excerpt" x-text="eventTour.page.excerpt" ></p> </div> </a> <div class="remove-heart" @click=" $store.app.favouritesListData.eventTour = $store.app.favouritesListData.eventTour.filter(x => x.id !== eventTour.id); localStorage.setItem('favouritesList',JSON.stringify(JSON.parse(localStorage.getItem('favouritesList')).filter(x =>x.id !== eventTour.id))) " > <i class="fal fa-trash-alt"></i> </div> </div> </template> </div> </template> </div> </div> <div class="favouritesList fav-places"> <div class="header-box"> <h2 class="text"> Places <span x-text="favLikedCount('places', $store.app.favouritesListData)" ></span> </h2> <div class="header-border"></div> </div> <div class="favouritesList__places"> <template x-for="place in $store.app.favouritesListData.places" :key="new Date().valueOf()" > <div> <template x-if="place.type == 'place'"> <div class="favouritesList-item-wrapper"> <a class="favouritesList-item" :href="'/en/whatson/places/place/' + place.page.url_slug" > <div class="favList-item-img" style="background-color: #ae2c64" > <template x-if="place.page.id_media"> <img :src="place.page.image.medium" alt="" /> </template> <div class="bottom-shadow"></div> </div> <div class="favList-item-text"> <h3 class="headline" x-text="place.page.headline"></h3> <p class="favourites-excerpt" x-text="place.page.excerpt" ></p> </div> </a> <div class="remove-heart" @click=" $store.app.favouritesListData.places = $store.app.favouritesListData.places.filter(x => x.id !== place.id); localStorage.setItem('favouritesList',JSON.stringify(JSON.parse(localStorage.getItem('favouritesList')).filter(x =>x.id !== place.id)))" > <i class="fal fa-trash-alt"></i> </div> </div> </template> </div> </template> </div> </div> <div class="favouritesList fav-hiking"> <div class="header-box"> <h2 class="text"> Hiking <span x-text="favLikedCount('hikes', $store.app.favouritesListData)" ></span> </h2> <div class="header-border"></div> </div> <div class="favouritesList__hiking"> <template x-for="hike in $store.app.favouritesListData.hiking" :key="hike" > <div> <template x-if="hike.type == 'hike'"> <div class="favouritesList-item-wrapper"> <a class="favouritesList-item" :href="'/en/whatson/hiking/hike/' + hike.page.url_slug" > <div class="favList-item-img" style="background-color: #217d3d" > <template x-if="hike.page.id_media"> <img :src="hike.page.image.medium" alt="" /> </template> <div class="bottom-shadow"></div> </div> <div class="favList-item-text"> <h3 class="headline" x-text="hike.page.headline"></h3> <p class="favourites-excerpt" x-text="hike.page.excerpt" ></p> </div> </a> <div class="remove-heart" @click=" $store.app.favouritesListData.hiking = $store.app.favouritesListData.hiking.filter(x => x.id !== hike.id); localStorage.setItem('favouritesList',JSON.stringify(JSON.parse(localStorage.getItem('favouritesList')).filter(x =>x.id !== hike.id)))" > <i class="fal fa-trash-alt"></i> </div> </div> </template> </div> </template> </div> </div> </div> </div> <div x-data="{inspArticlesLength: $store.app.inspArticlesLength, eventsToursHikesLength: $store.app.eventsToursHikesLength, placeLength: $store.app.placeLength}" x-show.transition="$store.app.searchIsOpen === true" class="search-result-container" :class="$store.app.showSearchResults ? 'searched' : ''" > <div class="small-arrow-container"> <div class="small-arrow"></div> </div> <div class="search-result-header" @click.away="if(!$store.app.showSearchResults) { $store.app.searchIsOpen = false }" > <div class="search-result-header-title"> <span class="search-initial"> Search </span> <span class="search-searched"> Search results </span> </div> <div class="search-input-container"> <div class="search search-inputs"> <div class="search-icon"> <i class="fal fa-search" aria-hidden="true"></i> </div> <input type="search" placeholder="Search" id="search-field" class="searchField" value="" /> <!--* The 'X' is set as an image in the .scss class --> <!-- If the search bar is empty when pressing the clear button - the search menu will close --> <input id="clear-search-btn" type="reset" class="clear-search-btn" value="" alt="Clear the search form" @click="if(document.getElementById('search-field').value === '') { toggleSearch(false); } if (document.getElementById('search-field').value !== '') { document.getElementById('search-field').value = ''; document.getElementById('search-field').focus(); }" /> </div> </div> </div> <div id="mobile-top-header-search-options" class="mobile-top-header-options"> <div class="mobile-search-options-wrapper"> <div class="mobile-search-header-option selected"> <button value="inspiration_and_articles"> INSPIRATION & ARTICLES </button> </div> <div class="mobile-search-header-option"> <button value="events_tours_and_hikes"> EVENTS & HIKES </button> </div> <div class="mobile-search-header-option"> <button value="places">PLACES</button> </div> </div> </div> <div id="search-result-content-container" class="search-result-content-container" > <div class="searchList search-inspArticles selected" list-value="inspiration_and_articles" > <div class="header-box"> <h2 class="section-title"> INSPIRATION & ARTICLES <span x-text="`(${$store.app.searchResult.pages.length})`"></span> </h2> <div class="header-border"></div> </div> <div class="searchList-all searchList__inspArticles"> <template x-for="i in inspArticlesLength >= $store.app.searchResult.pages.length ? $store.app.searchResult.pages.length : $store.app.inspArticlesLength" > <div class="searchList-item-wrapper"> <a :href="$store.app.searchResult.pages[i -1] && ($store.app.searchResult.pages[i -1].url_slug != null ? ('/en/' + $store.app.searchResult.pages[i -1].url_slug) : '')" class="searchList-item" > <div class="searchList-item-img" :class="`searchList-item-img${Math.floor(Math.random() * 5) + 1}`" > <img :src="$store.app.searchResult.pages[i -1] && ($store.app.searchResult.pages[i -1].feature_media != null ? $store.app.searchResult.pages[i -1].image.medium : '')" alt="" /> <div class="bottom-shadow"></div> </div> <div class="searchList-item-text"> <h3 class="searchList-item-headline" x-text="$store.app.searchResult.pages[i -1] && $store.app.searchResult.pages[i -1].title" ></h3> <p class="searchList-item-excerpt" x-text="$store.app.searchResult.pages[i -1] && $store.app.searchResult.pages[i -1].description" ></p> </div> </a> </div> </template> <template x-if="$store.app.searchResult.pages.length > $store.app.inspArticlesLength " > <div class="read_more" @click="$store.app.inspArticlesLength = $store.app.inspArticlesLength + 10" > Read More </div> </template> </div> </div> <div class="searchList search-eventsToursHikes" list-value="events_tours_and_hikes" > <div class="header-box"> <h2 class="section-title"> EVENTS & HIKES <span x-text="`(${$store.app.searchResult.eventsToursHikes.length})`" ></span> </h2> <div class="header-border"></div> </div> <div class="searchList-all searchList__eventsToursHikes"> <template x-for="i in eventsToursHikesLength >= $store.app.searchResult.eventsToursHikes.length ? $store.app.searchResult.eventsToursHikes.length : $store.app.eventsToursHikesLength" > <div class="searchList-item-wrapper"> <!-- <div x-text="JSON.stringify($store.app.searchResult.eventsToursHikes[i - 1])"></div> --> <a :href="$store.app.searchResult.eventsToursHikes[i -1] && ($store.app.searchResult.eventsToursHikes[i -1].url_slug !== null ? ('/en/whatson/' + ($store.app.searchResult.eventsToursHikes[i-1].type === 'hike' ? 'hiking/hike/' : ($store.app.searchResult.eventsToursHikes[i-1].type === 'tour' ? 'tours/tour/': ($store.app.searchResult.eventsToursHikes[i-1].type === 'event' ? 'events/event/': 'problem/'))) + $store.app.searchResult.eventsToursHikes[i -1].url_slug) : '')" class="searchList-item" > <div class="searchList-item-img" :class="`searchList-item-img${($store.app.searchResult.eventsToursHikes[i-1].id % 5) + 1}`" > <img :src="$store.app.searchResult.eventsToursHikes[i -1] && ($store.app.searchResult.eventsToursHikes[i -1].id_media != null ? $store.app.searchResult.eventsToursHikes[i -1].image.medium : '')" alt="" /> <div class="bottom-shadow"></div> </div> <div class="searchList-item-text"> <h3 class="searchList-item-headline" x-text="$store.app.searchResult.eventsToursHikes[i -1] && $store.app.searchResult.eventsToursHikes[i -1].headline" ></h3> <p class="searchList-item-excerpt" x-text="$store.app.searchResult.eventsToursHikes[i -1] && $store.app.searchResult.eventsToursHikes[i -1].excerpt" ></p> </div> </a> </div> </template> <template x-if="$store.app.searchResult.eventsToursHikes.length > $store.app.eventsToursHikesLength " > <div class="read_more" @click="$store.app.eventsToursHikesLength = $store.app.eventsToursHikesLength + 10" > Read More </div> </template> </div> </div> <div class="searchList search-places" list-value="places"> <div class="header-box"> <h2 class="section-title"> Places <span x-text="`(${$store.app.searchResult.places.length})`"></span> </h2> <div class="header-border"></div> </div> <div class="searchList-all searchList__places"> <template x-for=" i in placeLength >= $store.app.searchResult.places.length ? $store.app.searchResult.places.length : $store.app.placeLength" > <div class="searchList-item-wrapper"> <a :href="$store.app.searchResult.places[i -1] && ($store.app.searchResult.places[i -1].url_slug !== null ? ('/en/whatson/places/place/' + $store.app.searchResult.places[i -1].url_slug) : '')" class="searchList-item" > <div class="searchList-item-img" :class="`searchList-item-img${($store.app.searchResult.places[i-1].id % 5) + 1}`" > <img :src="$store.app.searchResult.places[i -1] && ($store.app.searchResult.places[i -1].id_media !== null ? $store.app.searchResult.places[i -1].image.medium: '/assets/default-placeholder.png' )" alt="" /> <div class="bottom-shadow"></div> </div> <div class="searchList-item-text"> <h3 class="searchList-item-headline" x-text="$store.app.searchResult.places[i -1] && $store.app.searchResult.places[i -1].headline" ></h3> <p class="searchList-item-excerpt" x-text="$store.app.searchResult.places[i -1] && $store.app.searchResult.places[i -1].excerpt" ></p> </div> </a> </div> </template> <template x-if="$store.app.searchResult.places.length > $store.app.placeLength " > <div class="read_more" @click="$store.app.placeLength = $store.app.placeLength + 10" > Read More </div> </template> </div> </div> </div> </div> <template x-if="$store.app.sites"> <div class="other-sites-side-menu"> <div class="top"> <div @click="$store.app.sites = false"> <p>LAT AFTUR</p> <i class="fal fa-times" aria-hidden="true"></i> </div> </div> <div class="lang"> <h3>TOURISM SITES</h3> <h4 class="paragraph_libre"><a href='/en'><span style='color:#009FFF;'><i>English</i></span></a></h4> <h4 class="paragraph_libre"><a href='https://visitfaroeislands.com/dk/'><span style='color:#373737;'><i>Dansk</i></span></a></h4> <h4 class="paragraph_libre"><a href=''><span style='color:#A2A2A2;'><i>Deutsch</i></span></a></h4> <h4 class="paragraph_libre"><a href='/ferdavinna'><i>F酶royskt</i></a></h4> <p></p> <h3>PROFESSIONAL SITES</h3> <h4 class="paragraph_libre"><a href='/press-professionals'><i>Press & professionals</i></a></h4> <h4 class="paragraph_libre"><a href='/en/closed'><i>Closed for Maintenance, Open for Voluntourism</i></a></h4> <h4 class="paragraph_libre"><a href='https://visitfaroeislands.com/meetings/'><i>Meetings</i></a></h4> <h4 class="paragraph_libre"><a href='https://visitfaroeislands.com/famshop/'><i>Faroe Islands Fam-shop</i></a></h4> <h3></h3> <h3>F脴ROYAR</h3> <h4 class="paragraph_libre"><a href='/ferdavinna'><i>Fer冒avinna</i></a></h4> <h4 class="paragraph_libre"><a href='https://visitfaroeislands.com/vinna/um-okkum/tidindi/'><i>T铆冒indi</i></a></h4> <h4 class="paragraph_libre"><a href='https://visitfaroeislands.com/fo/ferdavinna/closed-for-maintenance0'><i>Closed for maintenance F酶royar</i></a></h4> </div> <div class="follow"> <div class="follow_content"> <p class="text">Follow Us</p> <div class="socialIcons"> <div class="socialIconItem"><a href='https://www.instagram.com/visitfaroeislands/'><i class='brand fab fa-instagram'></i></a></div> <div class="socialIconItem"><a href='https://www.facebook.com/VisitFaroeIslands'><i class='brand fab fa-facebook-f'></i></a></div> <div class="socialIconItem"><a href='https://twitter.com/home?lang=da'><i class='brand fab fa-twitter'></i></a></div> <div class="socialIconItem"><a href='https://www.linkedin.com/company/3589749/admin/'><i class='brand fab fa-linkedin-in'></i></a></div> <div class="socialIconItem"><a href='https://www.pinterest.com/visitfaroeislands/_created/'><i class='brand fab fa-pinterest'></i></a></div> </div> </div> </div> </div> </template> </div> </div> <div class="section place-nav-bar stand-alone"> <div class="content"> <nav id="nav"></nav> </div> </div> <div class="section"> <div class="content place-header"> <h1>Roykstovan 铆 Kirkjub酶</h1> <div class="social" x-data="{favouritesList: $store.app.favouritesList}"> <div title="Like"> <img x-show="favouritesList.some(x=>x.id === 292 && x.type === 'place')" src="/views/whatson/assets/favorites-hover.svg" alt="path icon" @click.prplace="likePlace('292', 'place'), favouritesList = $store.app.favouritesList" /> <img x-show="!favouritesList.some(x=>x.id === 292 && x.type === 'place')" src="/views/whatson/assets/favorites.svg" alt="path icon" @click.prplace="likePlace('292', 'place'), favouritesList = $store.app.favouritesList" /> </div> <div id="copyUrlBtn" class="copyUrlBtn" @click="copyURL($event)"> <i class="fa-light fa-link copy-url-btn-icon"></i> <div class="copy-url-msg-container"> <p>Link Copied!</p> </div> </div> <div id="fbShareBtn" title="Share on Facebook" class="social_buttonsEl fbShareBtn" @click="shareOnFacebook()"> <img src="/assets/facebook.svg" alt="facebook path icon"/> </div> </div> </div> </div> <div x-data="{ price:null, date: null, dates: null, months: ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"] }" id="description" class="section place-info" > <div class="content place-intro"> <div class="place-poster" > <div class="image-slider splide " data-splide='{"drag":false}' > <div class="splide__slider"> <div class="splide__track"> <ul x-data="{showText: false}" class="splide__list"> <li class="splide__slide "> <div @click.prevent="openFullSizeImages([{"id":8699,"id_place":292,"id_media":9241,"what_image":"main","file_extension":"jpg","alt":"","file_name":"copy-of-kirkjubo","thumbnail":"https:\/\/vfibackend.com\/uploads\/copy-of-kirkjubo_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/copy-of-kirkjubo_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/copy-of-kirkjubo_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/copy-of-kirkjubo_full.jpg","actual":"https:\/\/vfibackend.com\/uploads\/copy-of-kirkjubo.jpg","english":{"id":17397,"id_place":292,"place_image_id":8699,"what_language":"english","text":"Roykstovan in Kirkjub\u00f8ur"},"faroese":{"id":17398,"id_place":292,"place_image_id":8699,"what_language":"faroese","text":"Roykstovan \u00ed kirkjub\u00f8"}},{"id":8700,"id_place":292,"id_media":8489,"what_image":"main","file_extension":"jpg","alt":"","file_name":"img-8806-94","thumbnail":"https:\/\/vfibackend.com\/uploads\/img-8806-94_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/img-8806-94_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/img-8806-94_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/img-8806-94_full.jpg","actual":"https:\/\/vfibackend.com\/uploads\/img-8806-94.jpg","english":{"id":17399,"id_place":292,"place_image_id":8700,"what_language":"english","text":"J\u00f3annes farmer of Kirkjub\u00f8ur"},"faroese":{"id":17400,"id_place":292,"place_image_id":8700,"what_language":"faroese","text":"J\u00f3annes b\u00f3ndi \u00ed Kirkjub\u00f8"}},{"id":8701,"id_place":292,"id_media":8490,"what_image":"main","file_extension":"jpg","alt":"","file_name":"roykstovan_0","thumbnail":"https:\/\/vfibackend.com\/uploads\/roykstovan_0_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/roykstovan_0_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/roykstovan_0_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/roykstovan_0_full.jpg","actual":"https:\/\/vfibackend.com\/uploads\/roykstovan_0.jpg","english":{"id":17401,"id_place":292,"place_image_id":8701,"what_language":"english","text":"Roykstovan in Kirkjub\u00f8ur"},"faroese":{"id":17402,"id_place":292,"place_image_id":8701,"what_language":"faroese","text":"Roykstovan \u00ed kirkjub\u00f8"}}], 0)" class="splide__slide__container" > <img src="https://vfibackend.com/uploads/copy-of-kirkjubo_large.jpg" style="" alt="" /> </div> <div :class="{ 'active': showText }" class="image-text"> <div class="icon-box" @click.prevent="showText=showText ? false : true" > <i class="fal fa-info-circle"></i> </div> <span> Roykstovan in Kirkjub酶ur </span> </div> <div class="image-cat"> <!-- <span> Roykstovan in Kirkjub酶ur </span> --> <div class="icon-box" @click.prevent="showText=showText ? false : true" > <!-- <i class="fal fa-info-circle"></i> --> </div> </div> </li> <li class="splide__slide "> <div @click.prevent="openFullSizeImages([{"id":8699,"id_place":292,"id_media":9241,"what_image":"main","file_extension":"jpg","alt":"","file_name":"copy-of-kirkjubo","thumbnail":"https:\/\/vfibackend.com\/uploads\/copy-of-kirkjubo_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/copy-of-kirkjubo_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/copy-of-kirkjubo_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/copy-of-kirkjubo_full.jpg","actual":"https:\/\/vfibackend.com\/uploads\/copy-of-kirkjubo.jpg","english":{"id":17397,"id_place":292,"place_image_id":8699,"what_language":"english","text":"Roykstovan in Kirkjub\u00f8ur"},"faroese":{"id":17398,"id_place":292,"place_image_id":8699,"what_language":"faroese","text":"Roykstovan \u00ed kirkjub\u00f8"}},{"id":8700,"id_place":292,"id_media":8489,"what_image":"main","file_extension":"jpg","alt":"","file_name":"img-8806-94","thumbnail":"https:\/\/vfibackend.com\/uploads\/img-8806-94_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/img-8806-94_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/img-8806-94_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/img-8806-94_full.jpg","actual":"https:\/\/vfibackend.com\/uploads\/img-8806-94.jpg","english":{"id":17399,"id_place":292,"place_image_id":8700,"what_language":"english","text":"J\u00f3annes farmer of Kirkjub\u00f8ur"},"faroese":{"id":17400,"id_place":292,"place_image_id":8700,"what_language":"faroese","text":"J\u00f3annes b\u00f3ndi \u00ed Kirkjub\u00f8"}},{"id":8701,"id_place":292,"id_media":8490,"what_image":"main","file_extension":"jpg","alt":"","file_name":"roykstovan_0","thumbnail":"https:\/\/vfibackend.com\/uploads\/roykstovan_0_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/roykstovan_0_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/roykstovan_0_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/roykstovan_0_full.jpg","actual":"https:\/\/vfibackend.com\/uploads\/roykstovan_0.jpg","english":{"id":17401,"id_place":292,"place_image_id":8701,"what_language":"english","text":"Roykstovan in Kirkjub\u00f8ur"},"faroese":{"id":17402,"id_place":292,"place_image_id":8701,"what_language":"faroese","text":"Roykstovan \u00ed kirkjub\u00f8"}}], 1)" class="splide__slide__container" > <img src="https://vfibackend.com/uploads/img-8806-94_large.jpg" style="" alt="" /> </div> <div :class="{ 'active': showText }" class="image-text"> <div class="icon-box" @click.prevent="showText=showText ? false : true" > <i class="fal fa-info-circle"></i> </div> <span> J贸annes farmer of Kirkjub酶ur </span> </div> <div class="image-cat"> <!-- <span> J贸annes farmer of Kirkjub酶ur </span> --> <div class="icon-box" @click.prevent="showText=showText ? false : true" > <!-- <i class="fal fa-info-circle"></i> --> </div> </div> </li> <li class="splide__slide "> <div @click.prevent="openFullSizeImages([{"id":8699,"id_place":292,"id_media":9241,"what_image":"main","file_extension":"jpg","alt":"","file_name":"copy-of-kirkjubo","thumbnail":"https:\/\/vfibackend.com\/uploads\/copy-of-kirkjubo_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/copy-of-kirkjubo_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/copy-of-kirkjubo_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/copy-of-kirkjubo_full.jpg","actual":"https:\/\/vfibackend.com\/uploads\/copy-of-kirkjubo.jpg","english":{"id":17397,"id_place":292,"place_image_id":8699,"what_language":"english","text":"Roykstovan in Kirkjub\u00f8ur"},"faroese":{"id":17398,"id_place":292,"place_image_id":8699,"what_language":"faroese","text":"Roykstovan \u00ed kirkjub\u00f8"}},{"id":8700,"id_place":292,"id_media":8489,"what_image":"main","file_extension":"jpg","alt":"","file_name":"img-8806-94","thumbnail":"https:\/\/vfibackend.com\/uploads\/img-8806-94_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/img-8806-94_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/img-8806-94_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/img-8806-94_full.jpg","actual":"https:\/\/vfibackend.com\/uploads\/img-8806-94.jpg","english":{"id":17399,"id_place":292,"place_image_id":8700,"what_language":"english","text":"J\u00f3annes farmer of Kirkjub\u00f8ur"},"faroese":{"id":17400,"id_place":292,"place_image_id":8700,"what_language":"faroese","text":"J\u00f3annes b\u00f3ndi \u00ed Kirkjub\u00f8"}},{"id":8701,"id_place":292,"id_media":8490,"what_image":"main","file_extension":"jpg","alt":"","file_name":"roykstovan_0","thumbnail":"https:\/\/vfibackend.com\/uploads\/roykstovan_0_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/roykstovan_0_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/roykstovan_0_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/roykstovan_0_full.jpg","actual":"https:\/\/vfibackend.com\/uploads\/roykstovan_0.jpg","english":{"id":17401,"id_place":292,"place_image_id":8701,"what_language":"english","text":"Roykstovan in Kirkjub\u00f8ur"},"faroese":{"id":17402,"id_place":292,"place_image_id":8701,"what_language":"faroese","text":"Roykstovan \u00ed kirkjub\u00f8"}}], 2)" class="splide__slide__container" > <img src="https://vfibackend.com/uploads/roykstovan_0_large.jpg" style="" alt="" /> </div> <div :class="{ 'active': showText }" class="image-text"> <div class="icon-box" @click.prevent="showText=showText ? false : true" > <i class="fal fa-info-circle"></i> </div> <span> Roykstovan in Kirkjub酶ur </span> </div> <div class="image-cat"> <!-- <span> Roykstovan in Kirkjub酶ur </span> --> <div class="icon-box" @click.prevent="showText=showText ? false : true" > <!-- <i class="fal fa-info-circle"></i> --> </div> </div> </li> </ul> </div> </div> <div class="indicator"></div> </div> </div> <aside class="place-info-aside"> <div class="place-info-item info-place"> <div class="info-place-image streymoy"></div> <div class="info-item-icon"> <img src="/views/whatson/assets/place-start.svg" alt="calender icon"/> </div> <div class="info-item-text"> <div class="info-item-sub-text"> Streymoy </div> </div> </div> <a class="place-info-item info-phone" href="tel:+298 328089"> <div class="info-item-icon"> <img src="/views/whatson/assets/phone-start.svg" alt="phone icon"/> </div> <div class="place-info-item info-phone"> <span> +298 328089 </span> </div> </a> <a href="https://www.facebook.com/pg/roykstovan/about/?ref=page_internal" target="_blank" class="place-info-item info-web"> <div class="info-item-icon"> <img src="/views/whatson/assets/web-start.svg" alt="web icon"/> </div> <div class="info-item-text"> <div class="info-item-sub-text"> Website </div> </div> </a> </aside> </div> <div class="content place-body"> <h2 data-overlay-text-target="excerpt">Farmhouse from year 1100</h2> <p data-overlay-text-target="description" class="markdown-content">The Farmhouse in Kirkjub酶 is called Kirkjub酶gar冒ur, a timbered home that has been continuously occupied by the same Faroese family for 17 generations<br /> <br /> Roykstovan is the oldest part of the house , and is one of the oldest still inhabited timber houses in the world.<br /> <br /> It has been the farmers homestead since 1557, and prior to that, it was a part of the bishops palace. Dating back more than 900 years.<br /> <br /> a Roykstova was the room where the fireplace was situated, and served as kitchen, workroom, living room, and as sleeping quarters.<br /> <br /> You can visit this part of the house, which has a collection of farming and household implements from year 1100 and up.<br /> <br /> Groups can book lunch, coffee or dinner to enjoy in this historic house.</p> <div class="embedded-media-container"> </div> </div> </div> <div id="maps" class="section"> <div class="content big-box map-box" x-data=" {tab:'3d',route:'route1'} "> <div class="map-box-content"> <div class="map"> <div id="placeMap" class="place-map"> <div class="custom-mapbox-control" x-data="{showSimilar:false}"> <a class="show-all-markers" @click.prevent="fetchAllList(!showSimilar);showSimilar=!showSimilar" :class="showSimilar?'active':''" href="#">Show all</a> <!-- <a @click.prevent="window.showSimilarEvents(!showSimilar);showSimilar=!showSimilar" :class="showSimilar?'active':''" href="#">Show all</a> --> <a href="https://www.google.com/maps/dir//61.95198100,-6.79279200" target="_blank" >Google direction</a> </div> </div> </div> </div> </div> </div> <div x-data="{ data: {"type":"place","id":292,"old_id":3696,"author":157,"min_age":"","capacity":"","address_include_map":1,"address_name":"Heima \u00c1 Gar\u00f0i 1","lng_map":"-6.79279200","lat_map":"61.95198100","address_region":4,"address_zip":175,"instagram_active":0,"instagram_hashtag":"kirkjub%C3%B8ur\/","instagram_profile":"https:\/\/www.instagram.com\/explore\/tags\/kirkjub%C3%B8ur\/","contact_name":"Roykstovan \u00e1 Kirkjub\u00f8gar\u00f0i","contact_social":"https:\/\/www.instagram.com\/explore\/tags\/kirkjub%C3%B8ur\/","contact_website":"https:\/\/www.facebook.com\/pg\/roykstovan\/about\/?ref=page_internal","contact_email":"joannes@patursson.fo","contact_phone":"328089","contact_zip":298,"current_status":"published","approval_status":"approve","create_date":"2022-03-22 17:10:05","reg_date":1703160443,"latitude":"61.95198100","longitude":"-6.79279200","profilename":"Bardur","firstname":"B\u00e1r\u00f0ur","lastname":"Eklund","region_id":4,"region_name":"Streymoy","what_language":"english","headline":"Roykstovan \u00ed Kirkjub\u00f8","excerpt":"Farmhouse from year 1100","url_slug":"roykstovan-i-kirkjubo1","cardSummary":"","mapSummary":"","id_media":9241,"what_image":"main","file_extension":"jpg","alt":"","file_name":"copy-of-kirkjubo","submittedChangeId":null,"comb_visitors":4647}, address: JSON.parse('175') }" id="contact" class="section place-contact-section" > <div class="content contact"> <div class="address"> <p>Address</p> <p data-overlay-text-target="address">Heima 脕 Gar冒i 1</p> <p x-text="address != null ? address.label : ''"></p> <p x-text="175 + ' ' + $store.app?.zip_codes?.['175']?.city" x-show="$store.app?.zip_codes?.['175']" data-overlay-text-target="zip"></p> <p data-overlay-text-target="regionName">Streymoy</p> </div> <div class="contact-info"> <p>Contact</p> <a href="https://www.facebook.com/pg/roykstovan/about/?ref=page_internal" target="_blank" class="wrap-item website-contact-link" > <div class="info-item-icon"> <img src="/views/whatson/assets/contact-link.svg" alt="web icon"/> </div> <p x-text="data?.contact_website" data-overlay-text-target="website"></p> </a> <a href="tel:+298 328089" class="wrap-item contact-phone-link" > <div class="info-item-icon"> <img src="/views/whatson/assets/contact-phone.svg" alt="phone icon"/> </div> <p class="contact-phone-p" data-overlay-text-target="phone">+298 328089</p> </a> <a href="mailto:joannes@patursson.fo" class="wrap-item mailto-link" > <div class="info-item-icon"> <img src="/views/whatson/assets/contact-email.svg" alt="email icon"/> </div> <p data-overlay-text-target="email">joannes@patursson.fo</p> </a> </div> </div> </div> <div id="opening-hours" class="section" x-data="{data:{"type":"place","id":292,"old_id":3696,"author":157,"min_age":"","capacity":"","address_include_map":1,"address_name":"Heima \u00c1 Gar\u00f0i 1","lng_map":"-6.79279200","lat_map":"61.95198100","address_region":4,"address_zip":175,"instagram_active":0,"instagram_hashtag":"kirkjub%C3%B8ur\/","instagram_profile":"https:\/\/www.instagram.com\/explore\/tags\/kirkjub%C3%B8ur\/","contact_name":"Roykstovan \u00e1 Kirkjub\u00f8gar\u00f0i","contact_social":"https:\/\/www.instagram.com\/explore\/tags\/kirkjub%C3%B8ur\/","contact_website":"https:\/\/www.facebook.com\/pg\/roykstovan\/about\/?ref=page_internal","contact_email":"joannes@patursson.fo","contact_phone":"328089","contact_zip":298,"current_status":"published","approval_status":"approve","create_date":"2022-03-22 17:10:05","reg_date":1703160443,"latitude":"61.95198100","longitude":"-6.79279200","profilename":"Bardur","firstname":"B\u00e1r\u00f0ur","lastname":"Eklund","region_id":4,"region_name":"Streymoy","what_language":"english","headline":"Roykstovan \u00ed Kirkjub\u00f8","excerpt":"Farmhouse from year 1100","url_slug":"roykstovan-i-kirkjubo1","cardSummary":"","mapSummary":"","id_media":9241,"what_image":"main","file_extension":"jpg","alt":"","file_name":"copy-of-kirkjubo","submittedChangeId":null,"comb_visitors":4647}, openHours:[{"id":10991,"id_place":292,"day_en":"Monday - Saturday ","day_fo":"","from_time":"09:00","to_time":"17:00","is_closed":0,"reg_date":"2023-12-21 13:07:23","days":{"en":"Monday - Saturday ","fo":""}},{"id":10992,"id_place":292,"day_en":"Sunday","day_fo":"","from_time":"14:00","to_time":"17:00","is_closed":0,"reg_date":"2023-12-21 13:07:23","days":{"en":"Sunday","fo":""}},{"id":10993,"id_place":292,"day_en":"Closed on special occasions","day_fo":"","from_time":"00:00","to_time":"00:00","is_closed":0,"reg_date":"2023-12-21 13:07:23","days":{"en":"Closed on special occasions","fo":""}}]}" > <div class="content opening-hours"> <template x-if="openHours && openHours.length > 0"> <h2> Opening hours </h2> </template> <div class="wrap-info"> <template x-for="hours in openHours"> <div class="wrap-info-item"> <template x-if="hours.is_closed == 0"> <div> <p class="text-day" x-text="hours.days['en']"></p> <p class="text-time"> <span x-text="hours.from_time"></span> - <span x-text="hours.to_time"></span> </p> </div> </template> <template x-if="hours.is_closed == 1"> <div> <p class="text-day" x-text="hours.days['en']"></p> <p class="text-time"> Closed </p> </div> </template> </div> </template> </div> </div> </div> <div class="section"> <div class="content amenities"> <h2> Amenities </h2> <ul class="amenities-list"> <li> <span class="am-icon fal fa-check"></span> <span class="am-text"> Lunch </span> </li> <li> <span class="am-icon fal fa-check"></span> <span class="am-text"> Groups </span> </li> </ul> </div> </div> <!-- <img src onerror="window.dispatchEvent(new Event('tooltips_load'))" style="display: none;" /> --> <script id="amenity-dispatch-script"> window.dispatchEvent(new Event('tooltips_load')); </script> <div class="section place-place"> </div> <div class="section similar events-at"> </div> </div> </div> </div> <script> Spruce.store("app", { difficulty: null, duration: null, distance: null, area: [], guests: [], grids: JSON.parse( null ), allGrids: JSON.parse( null ), gridAmount: 2, ssrMode: true, activeDisplay: 1, fullSizeImage: [], searchResult: { pages: [], events: [], tours: [], places: [], hikes: [], eventsToursHikes: [] }, showSearchResults: false, inspArticlesLength: 10, eventsToursHikesLength: 10, placeLength: 10, eventLength: 10, tourLength: 10, hikeLength: 10, searchIsOpen: false, noScroll: false, currentIndex: 0, viewItemMobile: false, listViewItemMobile: null, favouritesData: [], // in tourism, 'open' is interpreted as 'the favorites are open', while in standalone it is 'open the favorites' favourites: true ? "close" : 'open', favouritesList: localStorage.getItem('favouritesList') ? JSON.parse(localStorage.getItem('favouritesList')): [], favouritesListData: {article: [], eventTour: [], places: [], hiking: [], }, lastEl: null, view: null, listView: "list", filter: sessionStorage.getItem("filter") ? sessionStorage.getItem("filter") === "true" ? true : false : false, listViewItemData: null, lang: "en", isSubmodule: true, backend: 'https://vfibackend.com', basePath: '/views/whatson', site_id: '1', mapbox_api_key: 'pk.eyJ1IjoidmlzaXQtaGFsZCIsImEiOiJjbG52dnJxOTEwM3ljMm1vYThhaTJ3ZDRmIn0.D4HoFio_K0-k3aY_QsruCQ', mapboxStyle: "mapbox://styles/visit-hald/clqf0t2dt00g301o9bk810w3z", }); Spruce.store("constants", { singularTypes:{ hiking:'hike', events:'event', places:'place', tours:'tour', } }); Spruce.store('translation', JSON.parse(`{"checkAvailability":{"en":"check availability","fo":"kanna t\u00f8kar dagar"},"socialButtonTitles":{"like":{"en":"Like","fo":"D\u00e1ma"},"shareFacebook":{"en":"Share on Facebook","fo":"Deil \u00e1 Facebook"},"share":{"en":"Share","fo":"Deil"},"poster":{"en":"Create poster","fo":"Ger uppslag"},"edit":{"en":"Suggest edit","fo":"Broytingaruppskot"}},"tourProviders":{"contactUs":{"en":"Contact us","fo":"F\u00e1 samband"}},"eventDateTitles":{"datesPrice":{"en":"Event dates & tickets","fo":"Dato og atgongumerkir"},"specific":{"en":"Specific","fo":"Serstak"},"every":{"en":"Every","fo":"Hv\u00f8nn"}},"tourDateTitles":{"datesPrice":{"en":"Event dates & tickets","fo":"Dato og atgongumerkir"},"specific":{"en":"Specific","fo":"Serstak"},"every":{"en":"Every","fo":"Hv\u00f8nn"}},"amenities":{"amenities":{"en":"Amenities","fo":"Hentleikar"}},"placeDateTitles":{"datesPrice":{"en":"Opening hours","fo":"Upplatingart\u00ed\u00f0ir"},"closed":{"en":"Closed","fo":"Stongt"},"specific":{"en":"Specific","fo":"Serstak"},"every":{"en":"Every","fo":"Hv\u00f8nn"},"website":{"en":"Website","fo":"Heimas\u00ed\u00f0a"}},"eventOrganizerTitles":{"organizer":{"en":"The event is organised by","fo":"Hetta tiltaki\u00f0 er skipa\u00f0 av"}},"details":{"en":"Details","fo":"L\u00fdsing"},"capacity":{"en":"Capacity: Up to ","fo":"R\u00famf\u00f8ri: Upp til "},"capacityGuests":{"en":" guests","fo":" gestir"},"capacityGuest":{"en":"guest","fo":"gestur"},"ageLimit":{"en":"Minimum age: ","fo":"Aldursmark: "},"ageLimitYearsPlus":{"en":" years +","fo":" \u00e1r"},"address":{"en":"Address","fo":"B\u00fasta\u00f0ur"},"contact":{"en":"Contact","fo":"Samband"},"price":{"title":{"en":"Price","fo":"Pr\u00edsur"},"free":{"en":"Free","fo":"\u00d3keypis"},"from":{"en":"From","fo":"Fr\u00e1"},"to":{"en":"to","fo":"til"},"uppTo":{"en":"Up to","fo":"Upp til"}},"date":{"title":{"en":"Date","fo":"Dato"},"monthNames":{"en":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"fo":["Jan","Feb","Mar","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Des"]},"days":{"en":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"fo":["Sunnudag","M\u00e1nadag","T\u00fdsdag","Mikudag","H\u00f3sdag","Fr\u00edggjadag","Leygardag"]},"from":{"en":"From","fo":"Fr\u00e1"},"to":{"en":"to","fo":"til"}},"difficulty":{"easy":{"en":"Easy","fo":"L\u00e6ttur"},"medium":{"en":"Medium","fo":"Mi\u00f0al"},"difficult":{"en":"Difficult","fo":"Avbj\u00f3\u00f0andi"},"expert":{"en":"Expert","fo":"Torf\u00f8rur"}},"title":{"en":"HIKING IN THE FAROE ISLANDS","fo":"BYGDAG\u00d8TUR"},"capital":{"en":"(capital area)","fo":"(mi\u00f0sta\u00f0ar\u00f8ki\u00f0)"},"fillins":{"viewPoints":{"en":"View points","fo":"\u00dats\u00fdnisst\u00f8\u00f0"},"familyFriendlyHikes":{"en":"Family friendly hikes","fo":"Familjuvinaligir t\u00farar"},"familyFriendlyTours":{"en":"Family friendly tours","fo":"Familjuvinaligir t\u00farar"},"summits":{"en":"Summits","fo":"Fjallatindar"},"roundTrip":{"en":"Round Trip","fo":"Rundfer\u00f0ir"},"guide-to-safe-hiking":{"en":"Guide to safe hiking","fo":"Guide to safe hiking"},"geography":{"en":"Geography","fo":"Geography"},"clothing":{"en":"Clothing","fo":"Clothing"},"climate":{"en":"Climate","fo":"Climate"},"birdwatching":{"en":"Birdwatching","fo":"Birdwatching"},"hiking-seasons":{"en":"Hiking seaosns","fo":"Hiking seaosns"},"about-villagepaths":{"en":"About villagepaths","fo":"About villagepaths"},"difficulty-explained":{"en":"Difficulty explained","fo":"Difficulty explained"},"sheep-herding":{"en":"Sheep hearding","fo":"Sheep hearding"},"hare-hunting-season":{"en":"Hare hunting season","fo":"Hare hunting season"},"connecting_routes":{"en":"Connecting routes","fo":"Samantvinna\u00f0ir farlei\u00f0ir"},"showSummitHikes":{"en":"Show summit hikes","fo":"V\u00eds fjallatinda t\u00farar"},"showReturnHIkes":{"en":"Show return hikes","fo":"V\u00eds gongut\u00farar"},"showFamilyFriendlyRoutes":{"en":"Show family friendly routes","fo":"V\u00eds familjuvinaligar farlei\u00f0ir"},"showCombinedRoutes":{"en":"Show combined routes","fo":"V\u00eds samla\u00f0ar farlei\u00f0ir"},"guidedHikingTours":{"en":"Guided hiking tours","fo":"Guided hiking tours"},"whatson":{"faroeIslands":{"en":"Faroe Islands","fo":"F\u00f8royar"},"submitYourEvent":{"en":"Submit your event","fo":"Skr\u00e1set t\u00edtt tiltak"},"submitYourPlace":{"en":"Submit your place","fo":"Skr\u00e1set t\u00edtt sta\u00f0"},"submitYourTour":{"en":"Submit your tour","fo":"Skr\u00e1set t\u00edn t\u00far"},"submitYourEdit":{"en":"Submit your edit","fo":"Skr\u00e1set t\u00edn broyting"},"villagePaths":{"en":"Village paths","fo":"Bygdag\u00f8tur"},"appDownload":{"en":"App download","fo":"Taka ni\u00f0ur App"},"artPerformance":{"en":"Show performances","fo":"V\u00eds frams\u00fdningar"},"artVisual":{"en":"Show exhibitions","fo":"V\u00eds Myndlist"},"festival":{"en":"Show festivals","fo":"V\u00eds festivalar"},"accommodation":{"en":"Show accommodations","fo":"V\u00eds innivist"},"sightsAttractions":{"en":"Show sights & attractions","fo":"V\u00eds kend st\u00f8\u00f0 & undirhald"},"birdWatching":{"en":"Show birdwatching","fo":"V\u00eds fugla eyglei\u00f0ing"},"homeDining":{"en":"Show home dining","fo":"V\u00eds heimabl\u00eddni"},"rappelling":{"en":"Show reppelling","fo":"V\u00eds s\u00edging"},"nearMe":{"en":"Show events near me","fo":"V\u00eds tilt\u00f8k n\u00e6r m\u00e6r"}}},"favourites":{"noFavHeadline":{"en":"You haven\u2019t got any favourites yet","fo":"T\u00fa hevur ongar yndis enn"},"noFavDescription":{"en":"This is where you can collect inspiration, articles, events and places that interest you.","fo":"Her kanst t\u00fa savna \u00edbl\u00e1stur, greinar, tilt\u00f8k og st\u00f8\u00f0, sum t\u00fa hevur \u00e1huga fyri. "},"noFavSub1":{"en":"Click the ","fo":"Tr\u00fdst \u00e1 "},"noFavSub2":{"en":" icon on pages and they\u2019ll appear here.","fo":" ikoni\u00f0 \u00e1 s\u00ed\u00f0urnar, so koma t\u00e6r fram her."},"headline":{"en":"Your favourites","fo":"T\u00ednir yndis"},"menuEventTours":{"en":"Events & Tours","fo":"Tilt\u00f8k og T\u00farar"},"menuPlaces":{"en":"Places","fo":"St\u00f8\u00f0"},"menuHiking":{"en":"Hiking","fo":"Gongut\u00farar"}},"similarHikes":{"headline":{"en":"Similar hikes","fo":"L\u00edknandi gongut\u00farar"}},"similarEvents":{"headline":{"en":"Similar events","fo":"L\u00edknandi tilt\u00f8k"}},"similarTours":{"headline":{"en":"Similar tours","fo":"L\u00edknandi t\u00farar"}},"similarPlaces":{"headline":{"en":"Similar places","fo":"L\u00edknandi st\u00f8\u00f0"}},"eventsAt":{"en":"Events at","fo":"Tilt\u00f8k hj\u00e1"},"topHeader":{"en":"Language: ","fo":"M\u00e1l: "},"hikeNav":{"description":{"en":"description","fo":"fr\u00e1grei\u00f0ing"},"maps":{"en":"maps","fo":"kort"},"facts":{"en":"facts","fo":"fakta"},"weather":{"en":"weather","fo":"ve\u00f0ur"},"tours":{"en":"tour","fo":"t\u00farur"}},"info":{"categories":{"en":"Categories","fo":"B\u00f3lkar"},"difficulty":{"en":"Trail Difficulty","fo":"Torleikastig"},"distance":{"en":"distance","fo":"longd"},"elevation":{"en":"Elevation","fo":"H\u00e6ddarmetrar"},"maxHeight":{"en":"Peak","fo":"H\u00e6gsta sta\u00f0"},"duration":{"en":"Duration","fo":"T\u00ed\u00f0"},"view":{"en":"3D view","fo":"3D s\u00fdning"},"map":{"en":"Map","fo":"Kort"},"mapGPX":{"en":"GPX Map","fo":"GPX Kort"},"gettingThere":{"en":"Getting there","fo":"Lei\u00f0beining"},"startingPoint":{"en":"Starting point","fo":"byrjan"},"tourStarts":{"en":"Tour starts in ","fo":"T\u00farurin byrjar \u00ed "},"facts":{"en":"Facts","fo":"Fakta"},"download":{"en":"Download GPX map","fo":"Tak ni\u00f0ur GPX sl\u00f3\u00f0"},"mapButton":{"showAll":{"en":"Show all","fo":"V\u00eds allar"},"googleMap":{"en":"Google direction","fo":"Google Kort"}},"route":{"en":"Route","fo":"Farlei\u00f0"},"weather":{"today":{"en":"Weather today","fo":"Ve\u00f0ri\u00f0 \u00ed dag"},"forcast":{"en":"3 day forecast","fo":"3 dagar fors\u00f8gn"},"forcast10":{"en":"7 day forecast","fo":"7 dagar fors\u00f8gn"},"weatherForecast":{"en":"Weather forecast","fo":"Ve\u00f0ur fors\u00f8gn"}},"included":{"en":"Included","fo":"Talt vi\u00f0 \u00ed upph\u00e6ddini "},"goodToKnow":{"en":"Good to know","fo":"Gott at vita"},"itinerary":{"en":"Itinerary","fo":"Skr\u00e1"},"tourBookingDetails":{"en":"Tour details and bookings","fo":"T\u00fara og b\u00edleggingar kunning"},"tourAvailable":{"en":"Tour available in","fo":"T\u00farurin er t\u00f8kur \u00ed"},"tourProvider":{"en":"Tour provider","fo":"T\u00farafyriskipari"},"findABooking":{"en":"Find a Booking","fo":"Finn eina b\u00edlegging"},"words":{"and":{"en":"Tour available in","fo":"T\u00farurin er t\u00f8kur \u00ed"},"languages":{"en":"Languages","fo":"M\u00e1l"},"available":{"en":"Available","fo":"Atkomandi"}}},"visit":{"en":"Visit","fo":"vitja"},"region":{"en":"Region","fo":"\u00d8ki"},"duration":{"en":"Duration","fo":"T\u00ed\u00f0arskei\u00f0"},"guest":{"en":"Guest","fo":"Gestur"},"type":{"en":"Type","fo":"Slag"},"summary":{"seeMoreDetails":{"en":"See more details","fo":"Les meira"},"discoverTheArea":{"en":"DISCOVER THE AREA","fo":"N\u00c6RUMHV\u00d8RVI\u00d0"},"back":{"en":"Back","fo":"Aftur"}},"filter":{"to":{"en":"to","fo":"til"},"hours":{"en":"hours","fo":"t\u00edmar"},"hour":{"en":"hour","fo":"t\u00edmi"},"lessThan":{"en":"Less than","fo":"Minni enn"},"trail":{"headline":{"en":"Trail difficulty","fo":"Torleikastig"},"info":{"en":"Easy - Expert","fo":"L\u00e6ttur - Torf\u00f8rur"}},"duration":{"headline":{"en":"Duration","fo":"T\u00ed\u00f0"},"info":{"en":"Up to 8 hours","fo":"Upp \u00ed 8 t\u00edmar"}},"distance":{"headline":{"en":"Distance","fo":"Longd"},"info":{"en":"Up to 10km","fo":"Upp \u00ed 10 km"}},"all":{"en":"All1","fo":"Alt"},"where":{"en":"Where","fo":"Hvar"},"allCategories":{"en":"All Categories","fo":"Allir b\u00f3lkar"},"groupRecurringEvents":{"en":"Group <br \/> recurring events","fo":"B\u00f3lka <br \/> endurtakandi tilt\u00f8k"},"allActivities":{"en":"All Activities","fo":"Allir tilt\u00f8k"},"allEvents":{"en":"All events","fo":"\u00d8ll tilt\u00f8k"},"allPlaces":{"en":"All places","fo":"\u00d8ll st\u00f8\u00f0"},"allTours":{"en":"All tours","fo":"Allir t\u00farar"},"allRegions":{"en":"All regions","fo":"\u00d8ll \u00f8kir"},"anyTime":{"en":"Any time","fo":"\u00d8ll t\u00ed\u00f0arskei\u00f0"},"islandwide":{"en":"All Regions","fo":"\u00d8ll \u00d8kir"},"allTypes":{"en":"All types","fo":"\u00d8ll sl\u00f8g"},"showFreeEvents":{"en":"Show free events","fo":"V\u00eds \u00f3keypis tilt\u00f8k"},"guest":{"en":"Guest","fo":"Gestur"},"guests":{"en":"Guests","fo":"Gestir"},"allGuests":{"en":"- guests","fo":"- gestir"},"price":{"en":"Price","fo":"Pr\u00edsur"},"allPrices":{"en":"All prices","fo":"Allir pr\u00edsir"},"when":{"en":"When","fo":"N\u00e6r"},"dateRange":{"en":"Date Range","fo":"T\u00ed\u00f0arskei\u00f0"},"what":{"en":"What","fo":"Hvat"},"adults":{"en":"Adults","fo":"Vaksin"}},"filterSide":{"filters":{"en":"FILTERS","fo":"FILTUR","repeat":{"en":"Hide repeating experiences","fo":"Goym endurtakandi tilt\u00f8k"},"onlyFree":{"en":"Show only free events","fo":"V\u00eds bert \u00f3keypis tilt\u00f8k"},"reset":{"en":"Reset all","fo":"Nullstilla"}},"headline":{"headerHiking":{"en":"FIND HIKES","fo":"VEL T\u00cdN GONGUT\u00daR"},"headerEvents":{"en":"FIND EVENTS","fo":"VEL T\u00cdTT TILTAK"},"headerPlaces":{"en":"FIND PLACES","fo":"VEL T\u00cdTT STA\u00d0"},"headerTours":{"en":"FIND TOURS","fo":"VEL T\u00cdN T\u00daR"},"close":{"en":"CLOSE","fo":"LAT AFTUR"}},"search":{"events":{"en":"Search events","fo":"Leita eftir tilt\u00f8kum"},"tours":{"en":"Search tours","fo":"Leita eftir t\u00farum"},"places":{"en":"Search places","fo":"Leita eftir st\u00f8\u00f0um"},"hiking":{"en":"Search hiking routes","fo":"Leita eftir gongut\u00farum"}},"searchEvent":{"en":"Search event","fo":"Leita eftir tiltak"},"searchTour":{"en":"Search tour","fo":"Leita eftir t\u00fari"},"searchPlace":{"en":"Search for place","fo":"Leita eftir sta\u00f0i"},"type":{"family_friendly":{"en":"Family friendly","fo":"Familjuvinaligt"},"villagepaths":{"en":"Villagepaths","fo":"Bygdag\u00f8tur"},"summits":{"en":"Summits","fo":"Fjallatindar"},"view_points":{"en":"View points","fo":"\u00dats\u00fdnisst\u00f8\u00f0"},"round_trip":{"en":"Round trip","fo":"Rundfer\u00f0ir"},"connecting_routes":{"en":"Connecting routes","fo":"Samantvinna\u00f0ir"}}},"mainNav":{"events":{"en":"Events","fo":"Tilt\u00f8k"},"tours":{"en":"Tours","fo":"T\u00farar"},"places":{"en":"Places","fo":"St\u00f8\u00f0"},"hiking":{"en":"Hiking","fo":"Bygdag\u00f8tur"},"submitEvent":{"en":"Submit","fo":"Skr\u00e1set"},"submit":{"en":"Submit","fo":"Skr\u00e1set"}},"sideMenu":{"inspiration":{"en":"Inspiration","fo":"\u00cdbl\u00e1stur"},"events":{"en":"Events","fo":"Tilt\u00f8k"},"tours":{"en":"Tours","fo":"T\u00farar"},"places":{"en":"Places","fo":"St\u00f8\u00f0"},"hiking":{"en":"Hiking","fo":"Gongut\u00farar"},"eventThemes":{"en":"Event themes","fo":"Tema tilt\u00f8k"},"submitEvent":{"en":"Submit","fo":"Skr\u00e1set"},"chosenLanguage":{"en":"English","fo":"F\u00f8royskt"}},"navigation":{"whatsOn":{"navHeadline":{"en":"What's On","fo":"What's On"},"events":{"headline":{"en":"Events","fo":"Tilt\u00f8k"},"subtext":{"en":"Overview: What, Where, When","fo":"Overview: What, Where, When"}},"tours":{"headline":{"en":"Tours","fo":"T\u00farar"},"subtext":{"en":"Find your guided tour","fo":"Find your guided tour"}},"places":{"headline":{"en":"Places","fo":"St\u00f8\u00f0"},"subtext":{"en":"Discover sights, local restaurants, galleries and more","fo":"Discover sights, local restaurants, galleries and more"}},"hiking":{"headline":{"en":"Hiking","fo":"Bygdag\u00f8tur"},"subtext":{"en":"Find the perfect hike for you","fo":"Find the perfect hike for you"}},"inspiration":{"headline":{"en":"Inspiration","fo":"Inspiration"},"subtext":{"en":"Guides, tips and articles","fo":"Guides, tips and articles"}},"submit":{"headline":{"en":"Submit","fo":"Skr\u00e1set"}}},"exploreMap":{"exploreMap":{"en":"Explore Map","fo":"Kanna Kort"},"exploreTheMap":{"en":"Explore The Map","fo":"Kanna Korti"}},"favourites":{"noFavHeadline":{"en":"You haven\u2019t got any favourites yet","fo":"T\u00fa hevur ongar yndis enn"},"noFavDescription":{"en":"This is where you can collect inspiration, articles, events and places that interest you.","fo":"Her kanst t\u00fa savna \u00edbl\u00e1stur, greinar, tilt\u00f8k og st\u00f8\u00f0, sum t\u00fa hevur \u00e1huga fyri. "},"noFavSub1":{"en":"Click the ","fo":"Tr\u00fdst \u00e1 "},"noFavSub2":{"en":" icon on pages and they\u2019ll appear here.","fo":" ikoni\u00f0 \u00e1 s\u00ed\u00f0urnar, so koma t\u00e6r fram her."},"headline":{"en":"Your favourites","fo":"T\u00ednir yndis"},"inspArticleHeadline":{"en":"Inspiration & Articles","fo":"\u00cdbl\u00e1stur & Greinir"},"eventsToursHeadline":{"en":"Events & Tours","fo":"Tilt\u00f8k & T\u00farar"},"placesHeadline":{"en":"Places","fo":"St\u00f8\u00f0"},"hikingHeadline":{"en":"Hiking","fo":"Bygdag\u00f8tur"}},"search":{"searchTitle":{"en":"Search","fo":"Leita"},"searchTerm":{"en":"Search","fo":"Leita"},"searchResults":{"headline":{"en":"Search results","fo":"Leitingar\u00farslit"},"events":{"headline":{"en":"Events","fo":"Tilt\u00f8k"}},"tours":{"headline":{"en":"Tours","fo":"T\u00farar"}},"places":{"headline":{"en":"Places","fo":"St\u00f8\u00f0"}},"inspiration_and_articles":{"headline":{"en":"INSPIRATION & ARTICLES","fo":"INSPIRATI\u00d3NIR & ARTIKLAR"}},"events_tours_and_hikes":{"headline":{"en":"EVENTS & HIKES","fo":"TILT\u00d8K & GONGUT\u00daRAR"}},"hiking":{"headline":{"en":"Hiking","fo":"Bygdag\u00f8tur"}}}}},"body":{"autoRelated":{"headline":{"en":"Related articles to","fo":"Related articles to"}},"largeImageSlider":{"caption":{"en":"Caption","fo":"Myndartekstur "},"description":{"en":"Description","fo":"Fr\u00e1grei\u00f0ing"},"linkButton":{"en":"Open on Instagram","fo":"Opna \u00ed Instagram"},"expandButton":{"readMore":{"en":"Read more","fo":"Les meira"},"hide":{"en":"Hide","fo":"Goym"}}}},"footer":{"followUs":{"headline":{"en":"Follow Us","fo":"Fylg Okkum"}},"otherSites":{"headline":{"en":"Other sites","fo":"A\u00f0rar s\u00ed\u00f0ur"}},"language":{"headline":{"en":"Language","fo":"M\u00e1l"}}},"modules":{"frontPageSlider":{"defualtSlider":{"linkText":{"en":"Learn more","fo":"L\u00e6r meira"}}},"gallery":{"showAll":{"en":"Show all","fo":"V\u00eds allar"},"collapse":{"en":"Collapse","fo":"Falla saman"}},"related":{"en":"Related Feature","fo":"Related FeatureFO"},"readAlso":{"en":"Read Also","fo":"Les Eisini"},"newsletter":{"headline":{"en":"Email address","fo":"Teldupost adressa"},"addEmailBtn":{"en":"Add email","fo":"Add email"},"tagsBtn":{"showMore":{"en":"Show more","fo":"V\u00eds meira"},"hide":{"en":"Hide","fo":"Goym"}}}}}`)); </script> <script> Spruce.store("app").favouritesData = []; Spruce.store("app").fetchAllList = []; Spruce.store("app").data = {"text":{"id":21367,"id_place":292,"what_language":"english","show_it":1,"headline":"Roykstovan \u00ed Kirkjub\u00f8","description":"The Farmhouse in Kirkjub\u00f8 is called Kirkjub\u00f8gar\u00f0ur, a timbered home that has been continuously occupied by the same Faroese family for 17 generations\n\nRoykstovan is the oldest part of the house , and is one of the oldest still inhabited timber houses in the world.\n\nIt has been the farmers homestead since 1557, and prior to that, it was a part of the bishops palace. Dating back more than 900 years.\n\na Roykstova was the room where the fireplace was situated, and served as kitchen, workroom, living room, and as sleeping quarters.\n\nYou can visit this part of the house, which has a collection of farming and household implements from year 1100 and up.\n\nGroups can book lunch, coffee or dinner to enjoy in this historic house.","cardSummary":"","mapSummary":"","excerpt":"Farmhouse from year 1100","url_slug":"roykstovan-i-kirkjubo1","visitors":3530,"url":"http:\/\/whatson.fo\/places\/place\/roykstovan-i-kirkjubo1","english":{"id":21367,"id_place":292,"what_language":"english","show_it":1,"headline":"Roykstovan \u00ed Kirkjub\u00f8","description":"The Farmhouse in Kirkjub\u00f8 is called Kirkjub\u00f8gar\u00f0ur, a timbered home that has been continuously occupied by the same Faroese family for 17 generations\n\nRoykstovan is the oldest part of the house , and is one of the oldest still inhabited timber houses in the world.\n\nIt has been the farmers homestead since 1557, and prior to that, it was a part of the bishops palace. Dating back more than 900 years.\n\na Roykstova was the room where the fireplace was situated, and served as kitchen, workroom, living room, and as sleeping quarters.\n\nYou can visit this part of the house, which has a collection of farming and household implements from year 1100 and up.\n\nGroups can book lunch, coffee or dinner to enjoy in this historic house.","cardSummary":"","mapSummary":"","excerpt":"Farmhouse from year 1100","url_slug":"roykstovan-i-kirkjubo1","visitors":3531,"url":"http:\/\/whatson.fo\/places\/place\/roykstovan-i-kirkjubo1"},"faroese":{"id":21368,"id_place":292,"what_language":"faroese","show_it":1,"headline":"Roykstovan \u00ed Kirkjub\u00f8","description":"B\u00f3ndagar\u00f0urin \u00ed Kirkjub\u00f8 kallast Kirkjub\u00f8gar\u00f0ur\n\nRoykstovan er elsti partur av h\u00fasinum, og er eitt av teimum elstu h\u00fasum \u00ed landinum, har f\u00f3lk enn b\u00fagva.\n\nB\u00f3ndafamiljan hevur b\u00fa\u00f0 her s\u00ed\u00f0ani 1557 \u2013 \u00e1\u00f0renn hetta var ta\u00f0 biskupps\u00e6ti\u00f0.\n\nRoykstovan var sta\u00f0i har eldsta\u00f0urin var, og var b\u00e6\u00f0i k\u00f8kur, arebi\u00f0sr\u00fam, stova og sovisalur.\n\nT\u00fa kannst vitja Roykstovuna, i\u00f0 hevur eina samling av h\u00fasarhalds- og landb\u00fana\u00f0arlutum fr\u00e1 1100 talinum.\n\nB\u00f3lkar kunnu b\u00edleggja mi\u00f0m\u00e1la, kaffi ella n\u00e1ttver\u00f0a.","cardSummary":"","mapSummary":"","excerpt":"B\u00f3ndah\u00fas s\u00ed\u00f0ani \u00e1r 1100 ","url_slug":"roykstovan-i-kirkjubo0","visitors":1116,"url":"http:\/\/whatson.fo\/places\/place\/roykstovan-i-kirkjubo0"}},"data":{"type":"place","id":292,"old_id":3696,"author":157,"min_age":"","capacity":"","address_include_map":1,"address_name":"Heima \u00c1 Gar\u00f0i 1","lng_map":"-6.79279200","lat_map":"61.95198100","address_region":4,"address_zip":175,"instagram_active":0,"instagram_hashtag":"kirkjub%C3%B8ur\/","instagram_profile":"https:\/\/www.instagram.com\/explore\/tags\/kirkjub%C3%B8ur\/","contact_name":"Roykstovan \u00e1 Kirkjub\u00f8gar\u00f0i","contact_social":"https:\/\/www.instagram.com\/explore\/tags\/kirkjub%C3%B8ur\/","contact_website":"https:\/\/www.facebook.com\/pg\/roykstovan\/about\/?ref=page_internal","contact_email":"joannes@patursson.fo","contact_phone":"328089","contact_zip":298,"current_status":"published","approval_status":"approve","create_date":"2022-03-22 17:10:05","reg_date":1703160443,"latitude":"61.95198100","longitude":"-6.79279200","profilename":"Bardur","firstname":"B\u00e1r\u00f0ur","lastname":"Eklund","region_id":4,"region_name":"Streymoy","what_language":"english","headline":"Roykstovan \u00ed Kirkjub\u00f8","excerpt":"Farmhouse from year 1100","url_slug":"roykstovan-i-kirkjubo1","cardSummary":"","mapSummary":"","id_media":9241,"what_image":"main","file_extension":"jpg","alt":"","file_name":"copy-of-kirkjubo","submittedChangeId":null,"comb_visitors":4647},"images":{"main":[{"id":8699,"id_place":292,"id_media":9241,"what_image":"main","file_extension":"jpg","alt":"","file_name":"copy-of-kirkjubo","thumbnail":"https:\/\/vfibackend.com\/uploads\/copy-of-kirkjubo_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/copy-of-kirkjubo_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/copy-of-kirkjubo_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/copy-of-kirkjubo_full.jpg","actual":"https:\/\/vfibackend.com\/uploads\/copy-of-kirkjubo.jpg","english":{"id":17397,"id_place":292,"place_image_id":8699,"what_language":"english","text":"Roykstovan in Kirkjub\u00f8ur"},"faroese":{"id":17398,"id_place":292,"place_image_id":8699,"what_language":"faroese","text":"Roykstovan \u00ed kirkjub\u00f8"}},{"id":8700,"id_place":292,"id_media":8489,"what_image":"main","file_extension":"jpg","alt":"","file_name":"img-8806-94","thumbnail":"https:\/\/vfibackend.com\/uploads\/img-8806-94_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/img-8806-94_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/img-8806-94_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/img-8806-94_full.jpg","actual":"https:\/\/vfibackend.com\/uploads\/img-8806-94.jpg","english":{"id":17399,"id_place":292,"place_image_id":8700,"what_language":"english","text":"J\u00f3annes farmer of Kirkjub\u00f8ur"},"faroese":{"id":17400,"id_place":292,"place_image_id":8700,"what_language":"faroese","text":"J\u00f3annes b\u00f3ndi \u00ed Kirkjub\u00f8"}},{"id":8701,"id_place":292,"id_media":8490,"what_image":"main","file_extension":"jpg","alt":"","file_name":"roykstovan_0","thumbnail":"https:\/\/vfibackend.com\/uploads\/roykstovan_0_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/roykstovan_0_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/roykstovan_0_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/roykstovan_0_full.jpg","actual":"https:\/\/vfibackend.com\/uploads\/roykstovan_0.jpg","english":{"id":17401,"id_place":292,"place_image_id":8701,"what_language":"english","text":"Roykstovan in Kirkjub\u00f8ur"},"faroese":{"id":17402,"id_place":292,"place_image_id":8701,"what_language":"faroese","text":"Roykstovan \u00ed kirkjub\u00f8"}}]},"opening_hours":[{"id":10991,"id_place":292,"day_en":"Monday - Saturday ","day_fo":"","from_time":"09:00","to_time":"17:00","is_closed":0,"reg_date":"2023-12-21 13:07:23","days":{"en":"Monday - Saturday ","fo":""}},{"id":10992,"id_place":292,"day_en":"Sunday","day_fo":"","from_time":"14:00","to_time":"17:00","is_closed":0,"reg_date":"2023-12-21 13:07:23","days":{"en":"Sunday","fo":""}},{"id":10993,"id_place":292,"day_en":"Closed on special occasions","day_fo":"","from_time":"00:00","to_time":"00:00","is_closed":0,"reg_date":"2023-12-21 13:07:23","days":{"en":"Closed on special occasions","fo":""}}],"video_links":[{"id":11026,"id_place":292,"video_link":"","reg_date":"2023-12-21 13:07:23"},{"id":11027,"id_place":292,"video_link":"","reg_date":"2023-12-21 13:07:23"},{"id":11028,"id_place":292,"video_link":"","reg_date":"2023-12-21 13:07:23"},{"id":11029,"id_place":292,"video_link":"","reg_date":"2023-12-21 13:07:23"},{"id":11030,"id_place":292,"video_link":"","reg_date":"2023-12-21 13:07:23"},{"id":11031,"id_place":292,"video_link":"","reg_date":"2023-12-21 13:07:23"},{"id":11032,"id_place":292,"video_link":"","reg_date":"2023-12-21 13:07:23"},{"id":11033,"id_place":292,"video_link":"","reg_date":"2023-12-21 13:07:23"}],"embeddedMedia":[],"categories":[{"id":9617,"id_place":292,"id_category":6,"category_en":"Food & Drinks","category_fo":"Matur & Drekka","slug":"food-drinks","media_id":4065},{"id":9618,"id_place":292,"id_category":7,"category_en":"Galleries & Museums","category_fo":"List & S\u00f8vn","slug":"galleries-museums","media_id":4066}],"amenities":[{"amenityID":10,"amNameEn":"Lunch","amNameFo":"","tooltip":"","tooltipFo":"","tooltipFrontendEn":"","tooltipFrontendFo":"","Date":"2024-05-17 16:36:42"},{"amenityID":20,"amNameEn":"Groups","amNameFo":"B\u00f3lkar","tooltip":"","tooltipFo":"","tooltipFrontendEn":"","tooltipFrontendFo":"","Date":"2024-05-17 16:36:43"}],"current_events":[],"instagram":[{"id":5581,"id_place":292,"url":"","id_media":null,"text_en":"","text_fo":"","mediaId":null,"extension":null,"alt":null,"file_name":null,"medium":null,"text":{"en":"","fo":""}},{"id":5582,"id_place":292,"url":"","id_media":null,"text_en":"","text_fo":"","mediaId":null,"extension":null,"alt":null,"file_name":null,"medium":null,"text":{"en":"","fo":""}},{"id":5583,"id_place":292,"url":"","id_media":null,"text_en":"","text_fo":"","mediaId":null,"extension":null,"alt":null,"file_name":null,"medium":null,"text":{"en":"","fo":""}},{"id":5584,"id_place":292,"url":"","id_media":null,"text_en":"","text_fo":"","mediaId":null,"extension":null,"alt":null,"file_name":null,"medium":null,"text":{"en":"","fo":""}},{"id":5585,"id_place":292,"url":"","id_media":null,"text_en":"","text_fo":"","mediaId":null,"extension":null,"alt":null,"file_name":null,"medium":null,"text":{"en":"","fo":""}}],"similarPlaces":[{"type":"place","id":480,"old_id":3856,"author":157,"min_age":"","capacity":"","address_include_map":1,"address_name":"Frammi vi\u00f0 Gj\u00f3nna","lng_map":"-7.02202300","lat_map":"62.13667400","address_region":4,"address_zip":335,"instagram_active":1,"instagram_hashtag":"","instagram_profile":"","contact_name":"","contact_social":"","contact_website":"http:\/\/www.koks.fo","contact_email":"koks@koks.fo","contact_phone":"333999","contact_zip":298,"current_status":"published","approval_status":"approve","create_date":"2022-03-22 17:15:31","reg_date":1647970285,"latitude":"62.13667400","longitude":"-7.02202300","profilename":"Bardur","firstname":"B\u00e1r\u00f0ur","lastname":"Eklund","region_id":4,"region_name":"Streymoy","what_language":"english","headline":"KOKS","excerpt":"Widely regarded as the best restaurant in the Faroe Islands, Michelin star restaurant KOKS offers the complete fine dining experience","url_slug":"koks0","cardSummary":"","mapSummary":"","id_media":3790,"what_image":"main","file_extension":"png","alt":"","file_name":"koksnov21069","submittedChangeId":null,"comb_visitors":6345,"region":{"id":13,"region_id":4,"region_name":"Streymoy","order_value":3},"image":{"actual":"https:\/\/vfibackend.com\/uploads\/koksnov21069.png","thumbnail":"https:\/\/vfibackend.com\/uploads\/koksnov21069_thumbnail.png","medium":"https:\/\/vfibackend.com\/uploads\/koksnov21069_medium.png","large":"https:\/\/vfibackend.com\/uploads\/koksnov21069_large.png","full":"https:\/\/vfibackend.com\/uploads\/koksnov21069_full.png","info":{"id":3790,"name":"koksnov21069.png","file_name":"koksnov21069","alt":"","author":157,"sites_located":"[7]","file_size":9252683,"file_extension":"png","file_dimensions_x":1666,"file_dimensions_y":2500,"comment":"","is_uploaded":1,"fo_upload_date":"2022-03-22 17:15:29","reg_date":"2022-03-22 18:15:31","languages":{"en":{"id":1516,"media_id":3790,"lang_id":1,"alt":"","reg_date":"2022-03-22 18:15:29","short":"en","order_by":1}}}},"categories":[{"id_place":480,"id":6,"category_en":"Food & Drinks","category_fo":"Matur & Drekka","slug":"food-drinks","media_id":4065}],"prio":2},{"type":"place","id":494,"old_id":4767,"author":157,"min_age":"","capacity":"","address_include_map":1,"address_name":"Bakkavegur 23","lng_map":"-7.17089653","lat_map":"62.15366465","address_region":4,"address_zip":350,"instagram_active":1,"instagram_hashtag":"","instagram_profile":"","contact_name":"","contact_social":"","contact_website":"","contact_email":"","contact_phone":"","contact_zip":0,"current_status":"published","approval_status":"approve","create_date":"2022-03-22 17:15:43","reg_date":1647970285,"latitude":"62.15366465","longitude":"-7.17089653","profilename":"Bardur","firstname":"B\u00e1r\u00f0ur","lastname":"Eklund","region_id":4,"region_name":"Streymoy","what_language":"english","headline":"Vestmanna Village Museum","excerpt":"The cottage industry in Faroe Islands in late 18\u00b4th century","url_slug":"vestmanna-village-museum","cardSummary":"","mapSummary":"","id_media":3804,"what_image":"main","file_extension":"jpg","alt":"","file_name":"3350f02647","submittedChangeId":null,"comb_visitors":4535,"region":{"id":13,"region_id":4,"region_name":"Streymoy","order_value":3},"image":{"actual":"https:\/\/vfibackend.com\/uploads\/3350f02647.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/3350f02647_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/3350f02647_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/3350f02647_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/3350f02647_full.jpg","info":{"id":3804,"name":"3350f02647.jpg","file_name":"3350f02647","alt":"","author":157,"sites_located":"[7]","file_size":65243,"file_extension":"jpg","file_dimensions_x":640,"file_dimensions_y":472,"comment":"","is_uploaded":1,"fo_upload_date":"2022-03-22 17:15:42","reg_date":"2022-03-22 18:15:43","languages":{"en":{"id":1530,"media_id":3804,"lang_id":1,"alt":"","reg_date":"2022-03-22 18:15:42","short":"en","order_by":1}}}},"categories":[{"id_place":494,"id":7,"category_en":"Galleries & Museums","category_fo":"List & S\u00f8vn","slug":"galleries-museums","media_id":4066}],"prio":2},{"type":"place","id":564,"old_id":11270,"author":157,"min_age":"","capacity":"","address_include_map":1,"address_name":"Hvalv\u00edksvegur 1","lng_map":"-7.02442646","lat_map":"62.18484241","address_region":4,"address_zip":430,"instagram_active":1,"instagram_hashtag":"","instagram_profile":"","contact_name":"","contact_social":"https:\/\/www.facebook.com\/Joe-Pizza-809919809063204","contact_website":"menu.fo","contact_email":"","contact_phone":"442410","contact_zip":298,"current_status":"published","approval_status":"approve","create_date":"2022-03-22 17:20:36","reg_date":1647970285,"latitude":"62.18484241","longitude":"-7.02442646","profilename":"Bardur","firstname":"B\u00e1r\u00f0ur","lastname":"Eklund","region_id":4,"region_name":"Streymoy","what_language":"english","headline":"Joe Pizza","excerpt":"Pizza, Kebab and Burgers","url_slug":"joe-pizza0","cardSummary":"","mapSummary":"","id_media":3871,"what_image":"main","file_extension":"jpg","alt":"","file_name":"pizzajoe","submittedChangeId":null,"comb_visitors":3743,"region":{"id":13,"region_id":4,"region_name":"Streymoy","order_value":3},"image":{"actual":"https:\/\/vfibackend.com\/uploads\/pizzajoe.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/pizzajoe_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/pizzajoe_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/pizzajoe_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/pizzajoe_full.jpg","info":{"id":3871,"name":"pizzajoe.jpg","file_name":"pizzajoe","alt":"","author":157,"sites_located":"[7]","file_size":75676,"file_extension":"jpg","file_dimensions_x":960,"file_dimensions_y":640,"comment":"","is_uploaded":1,"fo_upload_date":"2022-03-22 17:20:36","reg_date":"2022-03-22 18:20:36","languages":{"en":{"id":1597,"media_id":3871,"lang_id":1,"alt":"","reg_date":"2022-03-22 18:20:36","short":"en","order_by":1}}}},"categories":[{"id_place":564,"id":6,"category_en":"Food & Drinks","category_fo":"Matur & Drekka","slug":"food-drinks","media_id":4065}],"prio":2},{"type":"place","id":576,"old_id":17619,"author":157,"min_age":"","capacity":"","address_include_map":1,"address_name":"Niels Finsensg\u00f8ta 16","lng_map":"-6.77430399","lat_map":"62.01164855","address_region":4,"address_zip":100,"instagram_active":1,"instagram_hashtag":"","instagram_profile":"","contact_name":"","contact_social":"https:\/\/www.facebook.com\/williamsstova","contact_website":"https:\/\/www.facebook.com\/williamsstova","contact_email":"williamsstova@myndlist.fo","contact_phone":"259505","contact_zip":298,"current_status":"published","approval_status":"approve","create_date":"2022-03-22 17:21:02","reg_date":1647970285,"latitude":"62.01164855","longitude":"-6.77430399","profilename":"Bardur","firstname":"B\u00e1r\u00f0ur","lastname":"Eklund","region_id":4,"region_name":"Streymoy","what_language":"english","headline":"WILLIAMSSTOVA","excerpt":"an art exibitoion for artist in the heart of T\u00f3rshavn","url_slug":"williamsstova0","cardSummary":"","mapSummary":"","id_media":3883,"what_image":"main","file_extension":"jpg","alt":"","file_name":"167203935-136677678396721-2580379587184112953-n","submittedChangeId":null,"comb_visitors":4544,"region":{"id":13,"region_id":4,"region_name":"Streymoy","order_value":3},"image":{"actual":"https:\/\/vfibackend.com\/uploads\/167203935-136677678396721-2580379587184112953-n.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/167203935-136677678396721-2580379587184112953-n_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/167203935-136677678396721-2580379587184112953-n_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/167203935-136677678396721-2580379587184112953-n_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/167203935-136677678396721-2580379587184112953-n_full.jpg","info":{"id":3883,"name":"167203935-136677678396721-2580379587184112953-n.jpg","file_name":"167203935-136677678396721-2580379587184112953-n","alt":"","author":157,"sites_located":"[7]","file_size":104421,"file_extension":"jpg","file_dimensions_x":720,"file_dimensions_y":960,"comment":"","is_uploaded":1,"fo_upload_date":"2022-03-22 17:21:02","reg_date":"2022-03-22 18:21:02","languages":{"en":{"id":1609,"media_id":3883,"lang_id":1,"alt":"","reg_date":"2022-03-22 18:21:02","short":"en","order_by":1}}}},"categories":[{"id_place":576,"id":7,"category_en":"Galleries & Museums","category_fo":"List & S\u00f8vn","slug":"galleries-museums","media_id":4066}],"prio":2},{"type":"place","id":611,"old_id":11112,"author":157,"min_age":"","capacity":"","address_include_map":1,"address_name":"47 Hvalv\u00edksvegur","lng_map":"-7.01325230","lat_map":"62.18443650","address_region":4,"address_zip":430,"instagram_active":1,"instagram_hashtag":"","instagram_profile":"","contact_name":"","contact_social":"https:\/\/www.facebook.com\/nidristova\/","contact_website":"","contact_email":"bookingnidristova@gmail.com","contact_phone":"585212","contact_zip":298,"current_status":"published","approval_status":"approve","create_date":"2022-03-22 17:22:51","reg_date":1647970285,"latitude":"62.18443650","longitude":"-7.01325230","profilename":"Bardur","firstname":"B\u00e1r\u00f0ur","lastname":"Eklund","region_id":4,"region_name":"Streymoy","what_language":"english","headline":"Heimabl\u00eddni in Ni\u00f0ristova","excerpt":"Traditional Faroese food and specialities \u2013 made from scratch and locally produced","url_slug":"heimablidni-in-nidristova","cardSummary":"","mapSummary":"","id_media":3915,"what_image":"main","file_extension":"jpg","alt":"","file_name":"adminajax","submittedChangeId":null,"comb_visitors":5955,"region":{"id":13,"region_id":4,"region_name":"Streymoy","order_value":3},"image":{"actual":"https:\/\/vfibackend.com\/uploads\/adminajax.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/adminajax_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/adminajax_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/adminajax_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/adminajax_full.jpg","info":{"id":3915,"name":"adminajax.jpg","file_name":"adminajax","alt":"","author":157,"sites_located":"[7]","file_size":55533,"file_extension":"jpg","file_dimensions_x":400,"file_dimensions_y":400,"comment":"","is_uploaded":1,"fo_upload_date":"2022-03-22 17:22:50","reg_date":"2022-03-22 18:22:50","languages":{"en":{"id":1641,"media_id":3915,"lang_id":1,"alt":"","reg_date":"2022-03-22 18:22:50","short":"en","order_by":1}}}},"categories":[{"id_place":611,"id":6,"category_en":"Food & Drinks","category_fo":"Matur & Drekka","slug":"food-drinks","media_id":4065}],"prio":2},{"type":"place","id":707,"old_id":null,"author":178,"min_age":"","capacity":"","address_include_map":1,"address_name":"4 Heygat\u00fan, Vestmanna 350, F\u00e6r\u00f8erne","lng_map":"-7.16808990","lat_map":"62.15446460","address_region":4,"address_zip":350,"instagram_active":0,"instagram_hashtag":"elvaleirkafe","instagram_profile":"https:\/\/www.instagram.com\/elvaleirkafe\/","contact_name":"Elva Leirkaf\u00e9","contact_social":"https:\/\/www.instagram.com\/elvaleirkafe\/","contact_website":"https:\/\/www.facebook.com\/elvaleirkafe","contact_email":"elvaleirkafe@gmail.com","contact_phone":"216490","contact_zip":298,"current_status":"published","approval_status":"approve","create_date":"2022-10-04 13:53:47","reg_date":1667386825,"latitude":"62.15446460","longitude":"-7.16808990","profilename":"Birgith","firstname":"Birgith","lastname":"Lassen","region_id":4,"region_name":"Streymoy","what_language":"english","headline":"Elva ","excerpt":"cermic caf\u00e9 in Vestmanna","url_slug":"elva0","cardSummary":"","mapSummary":"","id_media":5921,"what_image":"main","file_extension":"jpg","alt":"","file_name":"elva","submittedChangeId":null,"comb_visitors":5803,"region":{"id":13,"region_id":4,"region_name":"Streymoy","order_value":3},"image":{"actual":"https:\/\/vfibackend.com\/uploads\/elva.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/elva_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/elva_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/elva_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/elva_full.jpg","info":{"id":5921,"name":"elva.jpg","file_name":"elva","alt":"","author":178,"sites_located":"7","file_size":178650,"file_extension":"jpg","file_dimensions_x":1440,"file_dimensions_y":1440,"comment":"","is_uploaded":1,"fo_upload_date":"2022-10-31 11:46:58","reg_date":"2022-10-31 12:46:58","languages":{"en":{"id":3636,"media_id":5921,"lang_id":1,"alt":"","reg_date":"2022-10-31 12:46:58","short":"en","order_by":1}}}},"categories":[{"id_place":707,"id":12,"category_en":"Shopping","category_fo":"Handlar","slug":"shopping","media_id":4088},{"id_place":707,"id":1,"category_en":"Other","category_fo":"Anna\u00f0","slug":"others","media_id":4079},{"id_place":707,"id":6,"category_en":"Food & Drinks","category_fo":"Matur & Drekka","slug":"food-drinks","media_id":4065}],"prio":2},{"type":"place","id":754,"old_id":null,"author":178,"min_age":"","capacity":"","address_include_map":1,"address_name":"18 \u00cd T\u00fani, N\u00f3lsoy bygd 270, Faroe Islands","lng_map":"-6.67449060","lat_map":"62.00871132","address_region":4,"address_zip":270,"instagram_active":0,"instagram_hashtag":"","instagram_profile":"","contact_name":"Ovasavni\u00f0","contact_social":"https:\/\/www.instagram.com\/visitnolsoy\/","contact_website":"www.nolsoy.fo","contact_email":"anja@visitnolsoy.fo","contact_phone":"527060","contact_zip":298,"current_status":"published","approval_status":"approve","create_date":"2022-11-02 14:02:06","reg_date":1667398751,"latitude":"62.00871132","longitude":"-6.67449060","profilename":"Birgith","firstname":"Birgith","lastname":"Lassen","region_id":4,"region_name":"Streymoy","what_language":"english","headline":"Ove Joensen Museum","excerpt":"The local hero, Ove Joensen, who row from N\u00f3lsoy, Faroe Islands to Copenhagen on August 11th in 1986. Contact Visit N\u00f3lsoy if you want to visit the museum and get a guided tour.","url_slug":"ove-joensen-museum0","cardSummary":"","mapSummary":"","id_media":5980,"what_image":"main","file_extension":"jpg","alt":"","file_name":"download_2","submittedChangeId":null,"comb_visitors":4080,"region":{"id":13,"region_id":4,"region_name":"Streymoy","order_value":3},"image":{"actual":"https:\/\/vfibackend.com\/uploads\/download_2.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/download_2_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/download_2_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/download_2_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/download_2_full.jpg","info":{"id":5980,"name":"download.jpg","file_name":"download_2","alt":"","author":178,"sites_located":"7","file_size":10625,"file_extension":"jpg","file_dimensions_x":274,"file_dimensions_y":184,"comment":"","is_uploaded":1,"fo_upload_date":"2022-11-02 14:10:29","reg_date":"2022-11-02 15:10:29","languages":{"en":{"id":3695,"media_id":5980,"lang_id":1,"alt":"","reg_date":"2022-11-02 15:10:29","short":"en","order_by":1}}}},"categories":[{"id_place":754,"id":7,"category_en":"Galleries & Museums","category_fo":"List & S\u00f8vn","slug":"galleries-museums","media_id":4066}],"prio":2},{"type":"place","id":733,"old_id":null,"author":178,"min_age":"","capacity":"","address_include_map":1,"address_name":"X625+HJM, Kirkjub\u00f8ur, F\u00e6r\u00f8erne","lng_map":"-6.79094960","lat_map":"61.95145820","address_region":4,"address_zip":175,"instagram_active":0,"instagram_hashtag":"","instagram_profile":"","contact_name":"L\u00edkh\u00fas","contact_social":"https:\/\/www.instagram.com\/explore\/locations\/281653295\/kirkjubur\/?hl=da","contact_website":"www.savn.fo","contact_email":"savn@savn.fo","contact_phone":"318076","contact_zip":298,"current_status":"published","approval_status":"approve","create_date":"2022-10-17 13:52:44","reg_date":1667484606,"latitude":"61.95145820","longitude":"-6.79094960","profilename":"Birgith","firstname":"Birgith","lastname":"Lassen","region_id":4,"region_name":"Streymoy","what_language":"english","headline":"L\u00edkh\u00fas","excerpt":"Church Remains","url_slug":"likhus1","cardSummary":"L\u00edkh\u00fasfl\u00f8tti holds 15th-century church ruins, with some walls still visible","mapSummary":"L\u00edkh\u00fasfl\u00f8tti holds the remains of a 15th-century church, likely dedicated to St. Brandan, with some walls still visible despite erosion by the sea\u2014visitors are welcome but should avoid touching the fragile ruins.","id_media":5900,"what_image":"main","file_extension":"jpg","alt":"","file_name":"kirkjubour-likhus-i-forgrunden-kys-terosion-foto-sva-2009-dscn0650","submittedChangeId":null,"comb_visitors":10,"region":{"id":13,"region_id":4,"region_name":"Streymoy","order_value":3},"image":{"actual":"https:\/\/vfibackend.com\/uploads\/kirkjubour-likhus-i-forgrunden-kys-terosion-foto-sva-2009-dscn0650.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/kirkjubour-likhus-i-forgrunden-kys-terosion-foto-sva-2009-dscn0650_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/kirkjubour-likhus-i-forgrunden-kys-terosion-foto-sva-2009-dscn0650_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/kirkjubour-likhus-i-forgrunden-kys-terosion-foto-sva-2009-dscn0650_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/kirkjubour-likhus-i-forgrunden-kys-terosion-foto-sva-2009-dscn0650_full.jpg","info":{"id":5900,"name":"kirkjubour-likhus-i-forgrunden-kys-terosion-foto-sva-2009-dscn0650.jpg","file_name":"kirkjubour-likhus-i-forgrunden-kys-terosion-foto-sva-2009-dscn0650","alt":"","author":178,"sites_located":"7","file_size":506732,"file_extension":"jpg","file_dimensions_x":1500,"file_dimensions_y":996,"comment":"","is_uploaded":1,"fo_upload_date":"2022-10-31 10:57:39","reg_date":"2022-10-31 11:57:40","languages":{"en":{"id":3615,"media_id":5900,"lang_id":1,"alt":"","reg_date":"2022-10-31 11:57:39","short":"en","order_by":1}}}},"categories":[{"id_place":733,"id":7,"category_en":"Galleries & Museums","category_fo":"List & S\u00f8vn","slug":"galleries-museums","media_id":4066}],"prio":2},{"type":"place","id":496,"old_id":5605,"author":157,"min_age":"","capacity":"","address_include_map":1,"address_name":"11 \u00cd T\u00fani, N\u00f3lsoy bygd, F\u00e6r\u00f8erne","lng_map":"-6.67420350","lat_map":"62.00897080","address_region":4,"address_zip":270,"instagram_active":0,"instagram_hashtag":"","instagram_profile":"","contact_name":"The village museum","contact_social":"facebook.com\/visitn\u00f3lsoy","contact_website":"www.visitnolsoy.fo","contact_email":"info@visitnolsoy.fo","contact_phone":"527060","contact_zip":298,"current_status":"published","approval_status":"approve","create_date":"2022-03-22 17:15:45","reg_date":1667917684,"latitude":"62.00897080","longitude":"-6.67420350","profilename":"Bardur","firstname":"B\u00e1r\u00f0ur","lastname":"Eklund","region_id":4,"region_name":"Streymoy","what_language":"english","headline":"The village museum H\u00fasini vi\u00f0 Brunn","excerpt":"The village museum ","url_slug":"the-village-museum-husini-vid-brunn","cardSummary":"","mapSummary":"","id_media":3805,"what_image":"main","file_extension":"jpg","alt":"","file_name":"brunnhsini","submittedChangeId":null,"comb_visitors":4255,"region":{"id":13,"region_id":4,"region_name":"Streymoy","order_value":3},"image":{"actual":"https:\/\/vfibackend.com\/uploads\/brunnhsini.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/brunnhsini_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/brunnhsini_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/brunnhsini_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/brunnhsini_full.jpg","info":{"id":3805,"name":"brunnhsini.jpg","file_name":"brunnhsini","alt":"","author":157,"sites_located":"[7]","file_size":108361,"file_extension":"jpg","file_dimensions_x":1709,"file_dimensions_y":1296,"comment":"","is_uploaded":1,"fo_upload_date":"2022-03-22 17:15:44","reg_date":"2022-03-22 18:15:44","languages":{"en":{"id":1531,"media_id":3805,"lang_id":1,"alt":"","reg_date":"2022-03-22 18:15:44","short":"en","order_by":1}}}},"categories":[{"id_place":496,"id":7,"category_en":"Galleries & Museums","category_fo":"List & S\u00f8vn","slug":"galleries-museums","media_id":4066}],"prio":2},{"type":"place","id":782,"old_id":null,"author":222,"min_age":"","capacity":"","address_include_map":1,"address_name":"1 Vagli\u00f0, Thorshavn 100, F\u00e6r\u00f8erne","lng_map":"-6.77237650","lat_map":"62.01032630","address_region":4,"address_zip":0,"instagram_active":0,"instagram_hashtag":"","instagram_profile":"","contact_name":"Kioskin Hj\u00e1 Astu","contact_social":"https:\/\/www.instagram.com\/kioskinhjaastu\/","contact_website":"https:\/\/www.facebook.com\/kioskinhjaastu","contact_email":"hf@hotelforoyar.fo","contact_phone":"317500","contact_zip":298,"current_status":"published","approval_status":"approve","create_date":"2022-11-14 14:49:20","reg_date":1668438132,"latitude":"62.01032630","longitude":"-6.77237650","profilename":"","firstname":"Carina","lastname":"\u00e1 R\u00f3gvu","region_id":4,"region_name":"Streymoy","what_language":"english","headline":"Kioskin hj\u00e1 Astu","excerpt":"Hotdog Deli","url_slug":"kioskin-hja-astu00","cardSummary":"","mapSummary":"","id_media":6317,"what_image":"main","file_extension":"jpg","alt":"","file_name":"asta-permumynd","submittedChangeId":null,"comb_visitors":4528,"region":{"id":13,"region_id":4,"region_name":"Streymoy","order_value":3},"image":{"actual":"https:\/\/vfibackend.com\/uploads\/asta-permumynd.jpg","thumbnail":"https:\/\/vfibackend.com\/uploads\/asta-permumynd_thumbnail.jpg","medium":"https:\/\/vfibackend.com\/uploads\/asta-permumynd_medium.jpg","large":"https:\/\/vfibackend.com\/uploads\/asta-permumynd_large.jpg","full":"https:\/\/vfibackend.com\/uploads\/asta-permumynd_full.jpg","info":{"id":6317,"name":"asta-permumynd.jpg","file_name":"asta-permumynd","alt":"","author":222,"sites_located":"1","file_size":1380525,"file_extension":"jpg","file_dimensions_x":1920,"file_dimensions_y":1080,"comment":"","is_uploaded":1,"fo_upload_date":"2022-11-14 14:56:42","reg_date":"2022-11-14 15:56:42","languages":{"en":{"id":4031,"media_id":6317,"lang_id":1,"alt":"","reg_date":"2022-11-14 15:56:42","short":"en","order_by":1}}}},"categories":[{"id_place":782,"id":6,"category_en":"Food & Drinks","category_fo":"Matur & Drekka","slug":"food-drinks","media_id":4065}],"prio":2}],"events":[]}; Spruce.store("app").filterRegion = ''; Spruce.store("app").when = []; Spruce.store("app").what = []; Spruce.store("app").typeCheckboxHideEvents = []; Spruce.store("app").listAmount = 10; Spruce.store("app").list = [].concat.apply([], JSON.parse(null)).filter((x) => x ? x.type === 'event' : false).filter((v, i, a) => a.findIndex((t) => t.id === v.id) === i); Spruce.store("app").listMap = sessionStorage.getItem('mobileButton') ? sessionStorage.getItem('mobileButton') : 'both'; Spruce.store("app").days = "["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]"; Spruce.store("app").months = "["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]"; fetch("/views/whatson/assets/json/zip_codes.json").then(response => response.json()).then(json => { Spruce.store('app').zip_codes = json; }); </script> </body> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-DKZ0BFZYDR" ></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag("js", new Date()); gtag("config", "G-DKZ0BFZYDR"); </script> </html>