{"id":254,"date":"2026-01-21T22:57:11","date_gmt":"2026-01-22T04:57:11","guid":{"rendered":"https:\/\/dev.mynextlight.com\/?page_id=254"},"modified":"2026-02-26T17:25:53","modified_gmt":"2026-02-26T23:25:53","slug":"home-phone-service","status":"publish","type":"page","link":"https:\/\/mynextlight.com\/es\/support\/home-phone-service\/","title":{"rendered":"Servicio telef\u00f3nico residencial"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"254\" class=\"elementor elementor-254\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6076229 e-con-full nl-hero e-flex e-con e-parent\" data-id=\"6076229\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-5c2b6741 e-flex e-con-boxed e-con e-child\" data-id=\"5c2b6741\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4db8d99d elementor-widget elementor-widget-text-editor\" data-id=\"4db8d99d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h1>Support Hub: Home Phone Service<\/h1><h4>Setup guides and support for NextLight Digital Voice service.<\/h4>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c19c030 elementor-widget elementor-widget-astra_child_support_hub_search\" data-id=\"c19c030\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"astra_child_support_hub_search.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"nl-support-hub-search-widget\" data-widget-id=\"c19c030\" data-min-chars=\"2\" data-max-results=\"10\">\n\t\t\t<div class=\"nl-support-hub-search-input-wrapper\">\n\t\t\t\t<input type=\"text\" \n\t\t\t\t\t   class=\"nl-support-hub-search-input-field\" \n\t\t\t\t\t   placeholder=\"Search all support resources...\"\n\t\t\t\t\t   autocomplete=\"off\"\n\t\t\t\t\t   data-widget-id=\"c19c030\">\n\t\t\t\t<i class=\"lni lni-search-2 nl-search-icon\"><\/i>\n\t\t\t\t<div class=\"nl-search-loading\" style=\"display: none;\">\n\t\t\t\t\t<i class=\"lni lni-spinner-arrow\"><\/i>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"nl-support-hub-search-results\" data-widget-id=\"c19c030\" style=\"display: none;\"><\/div>\n\t\t<\/div>\n\n\t\t\t\t<script type=\"text\/javascript\">\n\t\t(function($) {\n\t\t\tvar widgetId = \"c19c030\";\n\t\t\tvar $widget = $(\".nl-support-hub-search-widget[data-widget-id=\\\"\" + widgetId + \"\\\"]\");\n\t\t\t\n\t\t\t\/\/ Only initialize if widget exists on page\n\t\t\tif ($widget.length === 0) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t\t\n\t\t\tvar $searchInput = $widget.find(\".nl-support-hub-search-input-field\");\n\t\t\tvar $resultsContainer = $widget.find(\".nl-support-hub-search-results\");\n\t\t\tvar $loading = $widget.find(\".nl-search-loading\");\n\t\t\tvar searchTimeout;\n\t\t\tvar minChars = 2;\n\t\t\tvar maxResults = 10;\n\t\t\tvar isSearching = false;\n\n\t\t\t\/\/ Search functionality\n\t\t\t$searchInput.on(\"input\", function() {\n\t\t\t\tvar searchTerm = $(this).val().trim();\n\t\t\t\t\n\t\t\t\tclearTimeout(searchTimeout);\n\t\t\t\t\n\t\t\t\t\/\/ Hide results if search is too short\n\t\t\t\tif (searchTerm.length < minChars) {\n\t\t\t\t\t$resultsContainer.hide().empty();\n\t\t\t\t\t$loading.hide();\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t\/\/ Show loading indicator\n\t\t\t\t$loading.show();\n\t\t\t\t$resultsContainer.hide();\n\t\t\t\t\n\t\t\t\t\/\/ Debounce search\n\t\t\t\tsearchTimeout = setTimeout(function() {\n\t\t\t\t\tperformSearch(widgetId, searchTerm, maxResults);\n\t\t\t\t}, 300);\n\t\t\t});\n\n\t\t\t\/\/ Hide results when clicking outside\n\t\t\t$(document).on(\"click\", function(e) {\n\t\t\t\tif (!$widget.is(e.target) && $widget.has(e.target).length === 0) {\n\t\t\t\t\t$resultsContainer.hide();\n\t\t\t\t}\n\t\t\t});\n\n\t\t\t\/\/ Keep results visible when clicking inside\n\t\t\t$widget.on(\"click\", function(e) {\n\t\t\t\te.stopPropagation();\n\t\t\t});\n\n\t\t\t\/\/ Handle keyboard navigation\n\t\t\t$searchInput.on(\"keydown\", function(e) {\n\t\t\t\tvar $visibleResults = $resultsContainer.find(\".nl-search-result-item:visible\");\n\t\t\t\t\n\t\t\t\tif (e.key === \"ArrowDown\") {\n\t\t\t\t\te.preventDefault();\n\t\t\t\t\tvar $first = $visibleResults.first();\n\t\t\t\t\tif ($first.length) {\n\t\t\t\t\t\t$first.focus();\n\t\t\t\t\t}\n\t\t\t\t} else if (e.key === \"Escape\") {\n\t\t\t\t\t$resultsContainer.hide();\n\t\t\t\t\t$searchInput.blur();\n\t\t\t\t}\n\t\t\t});\n\n\t\t\t\/\/ Keyboard navigation in results\n\t\t\t$resultsContainer.on(\"keydown\", \".nl-search-result-item\", function(e) {\n\t\t\t\tvar $items = $resultsContainer.find(\".nl-search-result-item:visible\");\n\t\t\t\tvar currentIndex = $items.index(this);\n\t\t\t\t\n\t\t\t\tif (e.key === \"ArrowDown\") {\n\t\t\t\t\te.preventDefault();\n\t\t\t\t\tvar nextIndex = (currentIndex + 1) % $items.length;\n\t\t\t\t\t$items.eq(nextIndex).focus();\n\t\t\t\t} else if (e.key === \"ArrowUp\") {\n\t\t\t\t\te.preventDefault();\n\t\t\t\t\tvar prevIndex = currentIndex > 0 ? currentIndex - 1 : $items.length - 1;\n\t\t\t\t\t$items.eq(prevIndex).focus();\n\t\t\t\t} else if (e.key === \"Enter\") {\n\t\t\t\t\te.preventDefault();\n\t\t\t\t\t$(this).click();\n\t\t\t\t}\n\t\t\t});\n\n\t\t\tfunction performSearch(widgetId, searchTerm, maxResults) {\n\t\t\t\tif (isSearching) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\tisSearching = true;\n\t\t\t\t\n\t\t\t\t$.ajax({\n\t\t\t\t\turl: \"https:\/\/mynextlight.com\/wp-admin\/admin-ajax.php\",\n\t\t\t\t\ttype: \"POST\",\n\t\t\t\t\tdata: {\n\t\t\t\t\t\taction: \"search_support_resources\",\n\t\t\t\t\t\tnonce: \"5b8b611188\",\n\t\t\t\t\t\tsearch: searchTerm,\n\t\t\t\t\t\ttype: \"\",\n\t\t\t\t\t\tcategory: \"\",\n\t\t\t\t\t\tcategories: [],\n\t\t\t\t\t\tfeatured_only: 0,\n\t\t\t\t\t\twidget_id: widgetId,\n\t\t\t\t\t\tmax_results: maxResults\n\t\t\t\t\t},\n\t\t\t\t\tsuccess: function(response) {\n\t\t\t\t\t\tisSearching = false;\n\t\t\t\t\t\t$loading.hide();\n\t\t\t\t\t\t\n\t\t\t\t\t\tif (response.success && response.data && response.data.length > 0) {\n\t\t\t\t\t\t\trenderResults(response.data.slice(0, maxResults), widgetId);\n\t\t\t\t\t\t\t$resultsContainer.show();\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\trenderNoResults(widgetId);\n\t\t\t\t\t\t\t$resultsContainer.show();\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\terror: function() {\n\t\t\t\t\t\tisSearching = false;\n\t\t\t\t\t\t$loading.hide();\n\t\t\t\t\t\trenderNoResults(widgetId);\n\t\t\t\t\t\t$resultsContainer.show();\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t}\n\n\t\t\tfunction renderResults(results, widgetId) {\n\t\t\t\tvar $container = $(\".nl-support-hub-search-results[data-widget-id=\\\"\" + widgetId + \"\\\"]\");\n\t\t\t\tvar html = \"\";\n\t\t\t\t\n\t\t\t\tresults.forEach(function(result) {\n\t\t\t\t\tvar typeBadge = result.type_name ? '<span class=\"nl-search-result-type\">' + escapeHtml(result.type_name) + '<\/span>' : '';\n\t\t\t\t\tvar description = result.description ? '<p class=\"nl-search-result-description\">' + escapeHtml(result.description.substring(0, 100)) + (result.description.length > 100 ? '...' : '') + '<\/p>' : '';\n\t\t\t\t\tvar categories = result.categories && result.categories.length > 0 ? '<span class=\"nl-search-result-categories\">' + escapeHtml(result.categories.join(', ')) + '<\/span>' : '';\n\t\t\t\t\t\n\t\t\t\t\thtml += '<a href=\"' + escapeHtml(result.link) + '\" class=\"nl-search-result-item\" tabindex=\"0\"' + \n\t\t\t\t\t\t\t(result.type === 'link' ? ' target=\"_blank\" rel=\"noopener noreferrer\"' : '') + '>' +\n\t\t\t\t\t\t\t'<div class=\"nl-search-result-content\">' +\n\t\t\t\t\t\t\t'<h4 class=\"nl-search-result-title\">' + escapeHtml(result.title) + '<\/h4>' +\n\t\t\t\t\t\t\tdescription +\n\t\t\t\t\t\t\t'<div class=\"nl-search-result-meta\">' +\n\t\t\t\t\t\t\ttypeBadge +\n\t\t\t\t\t\t\tcategories +\n\t\t\t\t\t\t\t'<\/div>' +\n\t\t\t\t\t\t\t'<\/div>' +\n\t\t\t\t\t\t\t'<\/a>';\n\t\t\t\t});\n\t\t\t\t\n\t\t\t\t$container.html(html);\n\t\t\t}\n\n\t\t\tfunction renderNoResults(widgetId) {\n\t\t\t\tvar $container = $(\".nl-support-hub-search-results[data-widget-id=\\\"\" + widgetId + \"\\\"]\");\n\t\t\t\t$container.html('<div class=\"nl-search-no-results\">No results found.<\/div>');\n\t\t\t}\n\n\t\t\tfunction escapeHtml(text) {\n\t\t\t\tvar map = {\n\t\t\t\t\t'&': '&amp;',\n\t\t\t\t\t'<': '&lt;',\n\t\t\t\t\t'>': '&gt;',\n\t\t\t\t\t'\"': '&quot;',\n\t\t\t\t\t\"'\": '&#039;'\n\t\t\t\t};\n\t\t\t\treturn text ? text.replace(\/[&<>\"']\/g, function(m) { return map[m]; }) : '';\n\t\t\t}\n\t\t})(jQuery);\n\t\t<\/script>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2c85ca0e e-flex e-con-boxed e-con e-parent\" data-id=\"2c85ca0e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-47c6f5fa elementor-widget elementor-widget-astra_child_support_hub_grid\" data-id=\"47c6f5fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"astra_child_support_hub_grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"nl-support-hub-grid\" data-widget-id=\"47c6f5fa\" data-category=\"phone-service\" data-category-name=\"Phone Service\" data-featured-only=\"no\">\n\t\t\t\n\t\t\t\n\t\t\t<div class=\"nl-support-hub-grid-container\" data-widget-id=\"47c6f5fa\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n<a href=\"https:\/\/mynextlight.com\/es\/support-resource\/business-digital-voice-guide\/\" \n   class=\"resource-card\" \n   data-type=\"pdf\" \n   data-post-id=\"224\"\n   >\n\t\n\t<div class=\"resource-icon\">\n\t\t<i class=\"lni lni-file-format-pdf\"><\/i>\t<\/div>\n\n\t<h3 class=\"resource-title\">Business Digital Voice Guide<\/h3>\n\n\t\t\t<p class=\"resource-description\">Setup and use guide for business phone service.<\/p>\n\t\n\t<span class=\"resource-button\">\n\t\t<span>View &amp; Download<\/span>\n\t\t<i class=\"lni lni-file-format-pdf\"><\/i>\t<\/span>\n<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\n<a href=\"https:\/\/mynextlight.com\/es\/support-resource\/international-calling-rates\/\" \n   class=\"resource-card\" \n   data-type=\"pdf\" \n   data-post-id=\"225\"\n   >\n\t\n\t<div class=\"resource-icon\">\n\t\t<i class=\"lni lni-file-format-pdf\"><\/i>\t<\/div>\n\n\t<h3 class=\"resource-title\">International Calling Rates<\/h3>\n\n\t\t\t<p class=\"resource-description\">View rates for international calling with NextLight Digital Voice.<\/p>\n\t\n\t<span class=\"resource-button\">\n\t\t<span>View &amp; Download<\/span>\n\t\t<i class=\"lni lni-file-format-pdf\"><\/i>\t<\/span>\n<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\n<a href=\"https:\/\/mynextlight.com\/es\/support-resource\/residential-digital-voice-guide\/\" \n   class=\"resource-card\" \n   data-type=\"pdf\" \n   data-post-id=\"223\"\n   >\n\t\n\t<div class=\"resource-icon\">\n\t\t<i class=\"lni lni-file-format-pdf\"><\/i>\t<\/div>\n\n\t<h3 class=\"resource-title\">Residential Digital Voice Guide<\/h3>\n\n\t\t\t<p class=\"resource-description\">Setup and use guide for residential phone service.<\/p>\n\t\n\t<span class=\"resource-button\">\n\t\t<span>View &amp; Download<\/span>\n\t\t<i class=\"lni lni-file-format-pdf\"><\/i>\t<\/span>\n<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\n<a href=\"https:\/\/longmont.user.alianza.com\/login\" \n   class=\"resource-card\" \n   data-type=\"link\" \n   data-post-id=\"2737\"\n   target=\"_blank\" rel=\"noopener noreferrer\">\n\t\n\t<div class=\"resource-icon\">\n\t\t<i class=\"lni lni-link-2-angular-right\"><\/i>\t<\/div>\n\n\t<h3 class=\"resource-title\">Residential Phone Account Login<\/h3>\n\n\t\t\t<p class=\"resource-description\">Log in to Alianza to manage your Residential Phone Account<\/p>\n\t\n\t<span class=\"resource-button\">\n\t\t<span>Visit<\/span>\n\t\t<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M1.5 14.25V6C1.5 5.40326 1.73722 4.83114 2.15918 4.40918C2.58114 3.98722 3.15326 3.75 3.75 3.75H8.25C8.66421 3.75 9 4.08579 9 4.5C9 4.91421 8.66421 5.25 8.25 5.25H3.75C3.55109 5.25 3.36038 5.32907 3.21973 5.46973C3.07907 5.61038 3 5.80109 3 6V14.25C3 14.4489 3.07907 14.6396 3.21973 14.7803C3.36038 14.9209 3.55109 15 3.75 15H12C12.1989 15 12.3896 14.9209 12.5303 14.7803C12.6709 14.6396 12.75 14.4489 12.75 14.25V9.75C12.75 9.33579 13.0858 9 13.5 9C13.9142 9 14.25 9.33579 14.25 9.75V14.25C14.25 14.8467 14.0128 15.4189 13.5908 15.8408C13.1689 16.2628 12.5967 16.5 12 16.5H3.75C3.15326 16.5 2.58114 16.2628 2.15918 15.8408C1.73722 15.4189 1.5 14.8467 1.5 14.25ZM16.5 6.75C16.5 7.16421 16.1642 7.5 15.75 7.5C15.3358 7.5 15 7.16421 15 6.75V4.06055L8.03027 11.0303C7.73738 11.3232 7.26262 11.3232 6.96973 11.0303C6.67683 10.7374 6.67683 10.2626 6.96973 9.96973L13.9395 3H11.25C10.8358 3 10.5 2.66421 10.5 2.25C10.5 1.83579 10.8358 1.5 11.25 1.5H15.75C16.1642 1.5 16.5 1.83579 16.5 2.25V6.75Z\" fill=\"currentColor\"\/>\n<\/svg>\t<\/span>\n<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t\t\t<script type=\"text\/javascript\">\n\t\t(function($) {\n\t\t\tvar widgetId = \"47c6f5fa\";\n\t\t\tvar $widget = $(\".nl-support-hub-grid[data-widget-id=\\\"\" + widgetId + \"\\\"]\");\n\t\t\t\n\t\t\t\/\/ Only initialize if widget exists on page\n\t\t\tif ($widget.length === 0) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t\t\n\t\t\tvar $searchInput = $widget.find(\".nl-support-hub-search-input\");\n\t\t\tvar $grid = $widget.find(\".nl-support-hub-grid-container\");\n\t\t\tvar $filterBtns = $widget.find(\".nl-filter-btn\");\n\t\t\tvar $filterSelect = $widget.find(\".nl-filter-select-mobile\");\n\t\t\tvar searchTimeout;\n\n\t\t\t\/\/ Sync select dropdown with active button on load\n\t\t\tif ($filterSelect.length && $filterBtns.length) {\n\t\t\t\tvar $activeBtn = $filterBtns.filter(\".active\");\n\t\t\t\tif ($activeBtn.length) {\n\t\t\t\t\t$filterSelect.val($activeBtn.data(\"type\"));\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t\/\/ Don't run initial filter\/search on page load - let the server-rendered content show\n\t\t\t\/\/ Only filter when user interacts with search or filter controls\n\n\t\t\t\/\/ Search functionality\n\t\t\tif ($searchInput.length) {\n\t\t\t\t$searchInput.on(\"input\", function() {\n\t\t\t\t\tclearTimeout(searchTimeout);\n\t\t\t\t\tvar searchTerm = $(this).val();\n\t\t\t\t\t\n\t\t\t\t\tsearchTimeout = setTimeout(function() {\n\t\t\t\t\t\tperformSearch(widgetId, searchTerm, getActiveFilter());\n\t\t\t\t\t}, 300);\n\t\t\t\t});\n\t\t\t}\n\n\t\t\t\/\/ Filter button functionality (desktop)\n\t\t\t$filterBtns.on(\"click\", function() {\n\t\t\t\t$filterBtns.removeClass(\"active\");\n\t\t\t\t$(this).addClass(\"active\");\n\t\t\t\tvar filterType = $(this).data(\"type\");\n\t\t\t\t$filterSelect.val(filterType);\n\t\t\t\tvar searchTerm = $searchInput.length ? $searchInput.val() : \"\";\n\t\t\t\tperformSearch(widgetId, searchTerm, filterType);\n\t\t\t});\n\n\t\t\t\/\/ Filter select functionality (mobile)\n\t\t\t$filterSelect.on(\"change\", function() {\n\t\t\t\tvar filterType = $(this).val();\n\t\t\t\t$filterBtns.removeClass(\"active\");\n\t\t\t\t$filterBtns.filter(\"[data-type=\\\"\" + filterType + \"\\\"]\").addClass(\"active\");\n\t\t\t\tvar searchTerm = $searchInput.length ? $searchInput.val() : \"\";\n\t\t\t\tperformSearch(widgetId, searchTerm, filterType);\n\t\t\t});\n\n\t\t\tfunction getActiveFilter() {\n\t\t\t\tvar $active = $widget.find(\".nl-filter-btn.active\");\n\t\t\t\tif ($active.length) {\n\t\t\t\t\treturn $active.data(\"type\");\n\t\t\t\t}\n\t\t\t\tvar $select = $widget.find(\".nl-filter-select-mobile\");\n\t\t\t\tif ($select.length) {\n\t\t\t\t\treturn $select.val() || \"all\";\n\t\t\t\t}\n\t\t\t\treturn \"all\";\n\t\t\t}\n\n\t\t\tfunction performSearch(widgetId, searchTerm, resourceType) {\n\t\t\t\tvar categorySlug = $widget.data(\"category\") || \"\";\n\t\t\t\tvar featuredOnly = $widget.data(\"featured-only\") === \"yes\";\n\t\t\t\t\/\/ Use category (slug) for filtering; AJAX expects slug when filtering by one category\n\t\t\t\tvar searchValue = searchTerm ? searchTerm.trim() : \"\";\n\t\t\t\tvar typeValue = resourceType === \"all\" ? \"\" : resourceType;\n\n\t\t\t\t$.ajax({\n\t\t\t\t\turl: \"https:\/\/mynextlight.com\/wp-admin\/admin-ajax.php\",\n\t\t\t\t\ttype: \"POST\",\n\t\t\t\t\tdata: {\n\t\t\t\t\t\taction: \"search_support_resources\",\n\t\t\t\t\t\tnonce: \"5b8b611188\",\n\t\t\t\t\t\tsearch: searchValue,\n\t\t\t\t\t\ttype: typeValue,\n\t\t\t\t\t\tcategory: categorySlug,\n\t\t\t\t\t\tcategories: [],\n\t\t\t\t\t\tfeatured_only: featuredOnly ? 1 : 0,\n\t\t\t\t\t\twidget_id: widgetId\n\t\t\t\t\t},\n\t\t\t\t\tsuccess: function(response) {\n\t\t\t\t\t\tif (response.success && response.data) {\n\t\t\t\t\t\t\trenderResults(response.data, widgetId, typeValue);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\/\/ If no response or error, show no results\n\t\t\t\t\t\t\trenderResults([], widgetId, typeValue);\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\terror: function() {\n\t\t\t\t\t\t\/\/ On error, show no results\n\t\t\t\t\t\trenderResults([], widgetId, typeValue);\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t}\n\n\t\t\tfunction renderResults(results, widgetId, activeFilterType) {\n\t\t\t\tvar $container = $(\".nl-support-hub-grid-container[data-widget-id=\\\"\" + widgetId + \"\\\"]\");\n\t\t\t\tvar $allCards = $container.find(\".resource-card\");\n\t\t\t\t\n\t\t\t\t\/\/ Always remove existing \"no results\" message first\n\t\t\t\t$container.find(\".nl-support-hub-no-results\").remove();\n\t\t\t\t\n\t\t\t\tif (results.length === 0) {\n\t\t\t\t\t\/\/ Hide all cards\n\t\t\t\t\t$allCards.fadeOut(200);\n\t\t\t\t\t\n\t\t\t\t\t\/\/ Add message only once after a short delay to ensure cards are hidden\n\t\t\t\t\tsetTimeout(function() {\n\t\t\t\t\t\tif ($container.find(\".nl-support-hub-no-results\").length === 0) {\n\t\t\t\t\t\t\t$container.append(\"<p class=\\\"nl-support-hub-no-results\\\">No resources found.<\/p>\");\n\t\t\t\t\t\t}\n\t\t\t\t\t}, 250);\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\t\/\/ Get IDs from results - backend already filtered by search and type\n\t\t\t\tvar resultIds = $.map(results, function(result) {\n\t\t\t\t\treturn result.id.toString();\n\t\t\t\t});\n\n\t\t\t\t\/\/ Show\/hide cards based on results (backend already applied search + filter)\n\t\t\t\t$allCards.each(function() {\n\t\t\t\t\tvar $card = $(this);\n\t\t\t\t\tvar cardId = $card.data(\"post-id\");\n\t\t\t\t\t\n\t\t\t\t\tif ($.inArray(cardId.toString(), resultIds) >= 0) {\n\t\t\t\t\t\t$card.fadeIn(200);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$card.fadeOut(200);\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t}\n\t\t})(jQuery);\n\t\t<\/script>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-320c2933 e-flex e-con-boxed e-con e-parent\" data-id=\"320c2933\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6944cbc6 e-con-full e-flex e-con e-child\" data-id=\"6944cbc6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-14ec21ca elementor-widget elementor-widget-heading\" data-id=\"14ec21ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Need Technical Support?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-63bd1406 e-con-full e-flex e-con e-child\" data-id=\"63bd1406\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6fb8fade elementor-widget elementor-widget-astra_child_nextlight_button\" data-id=\"6fb8fade\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"astra_child_nextlight_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<a \n\t\t\tclass=\"nl-button nl-button-large nl-button-tertiary\"\n\t\t\thref=\"tel:3037744494\"\t\t\t\t\t\t>\n\t\t\t<span class=\"nl-button-text\">Call: (303) 774-4494<\/span>\n\t\t\t\t\t<\/a>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a25d6ff elementor-widget elementor-widget-astra_child_nextlight_button\" data-id=\"5a25d6ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"astra_child_nextlight_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<a \n\t\t\tclass=\"nl-button nl-button-large nl-button-primary\"\n\t\t\thref=\"mailto:support@mynextlight.com\"\t\t\t\t\t\t>\n\t\t\t<span class=\"nl-button-text\">Email: Support@mynextlight.com<\/span>\n\t\t\t\t\t<\/a>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Support Hub: Home Phone Service Setup guides and support for NextLight Digital Voice service. Business Digital Voice Guide Setup and [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":964,"parent":55,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"default","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-254","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.7 (Yoast SEO v27.7) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Digital Voice Phone Support | NextLight Help<\/title>\n<meta name=\"description\" content=\"Setup guides &amp; support resources for NextLight Digital Voice home phone service. Find your equipment guide &amp; get help with your phone.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mynextlight.com\/es\/support\/home-phone-service\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home Phone Service | NextLight Support\" \/>\n<meta property=\"og:description\" content=\"Setup guides and support for your NextLight Digital Voice home phone service.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mynextlight.com\/es\/support\/home-phone-service\/\" \/>\n<meta property=\"og:site_name\" content=\"NextLight\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/NextLightLongmont\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-26T23:25:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mynextlight.com\/wp-content\/uploads\/2026\/02\/parent-child-video-call-sofa.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1707\" \/>\n\t<meta property=\"og:image:height\" content=\"2560\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Home Phone Service | NextLight Support\" \/>\n<meta name=\"twitter:description\" content=\"Setup guides and support for your NextLight Digital Voice home phone service.\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mynextlight.com\\\/support\\\/home-phone-service\\\/\",\"url\":\"https:\\\/\\\/mynextlight.com\\\/support\\\/home-phone-service\\\/\",\"name\":\"Digital Voice Phone Support | NextLight Help\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mynextlight.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/mynextlight.com\\\/support\\\/home-phone-service\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/mynextlight.com\\\/support\\\/home-phone-service\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mynextlight.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/parent-child-video-call-sofa.webp\",\"datePublished\":\"2026-01-22T04:57:11+00:00\",\"dateModified\":\"2026-02-26T23:25:53+00:00\",\"description\":\"Setup guides & support resources for NextLight Digital Voice home phone service. Find your equipment guide & get help with your phone.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mynextlight.com\\\/support\\\/home-phone-service\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mynextlight.com\\\/support\\\/home-phone-service\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/mynextlight.com\\\/support\\\/home-phone-service\\\/#primaryimage\",\"url\":\"https:\\\/\\\/mynextlight.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/parent-child-video-call-sofa.webp\",\"contentUrl\":\"https:\\\/\\\/mynextlight.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/parent-child-video-call-sofa.webp\",\"width\":1707,\"height\":2560,\"caption\":\"Smiling adult and child on a gray sofa make a smartphone video call in a cozy living room, with a toy car, remotes, and a cactus on the coffee table.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mynextlight.com\\\/support\\\/home-phone-service\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/mynextlight.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Support\",\"item\":\"https:\\\/\\\/mynextlight.com\\\/support\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Home Phone Service\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mynextlight.com\\\/#website\",\"url\":\"https:\\\/\\\/mynextlight.com\\\/\",\"name\":\"NextLight\",\"description\":\"Fiber Internet in Longmont, Colorado\",\"publisher\":{\"@id\":\"https:\\\/\\\/mynextlight.com\\\/#organization\"},\"alternateName\":\"NL\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mynextlight.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/mynextlight.com\\\/#organization\",\"name\":\"NextLight\",\"url\":\"https:\\\/\\\/mynextlight.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/mynextlight.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/mynextlight.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/nextlight-logo.svg\",\"contentUrl\":\"https:\\\/\\\/mynextlight.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/nextlight-logo.svg\",\"width\":250,\"height\":85,\"caption\":\"NextLight\"},\"image\":{\"@id\":\"https:\\\/\\\/mynextlight.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/NextLightLongmont\\\/\",\"https:\\\/\\\/www.instagram.com\\\/nextlightlongmont\\\/\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/cityoflongmont\\\/videos\"],\"description\":\"NextLight is the City of Longmont\u2019s municipally owned fiber internet utility, providing fiber internet services to residents and businesses across Longmont, Colorado.\",\"email\":\"customerservice@mynextlight.com\",\"telephone\":\"303-774-4494\",\"legalName\":\"NextLight\",\"foundingDate\":\"2024-10-21\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"11\",\"maxValue\":\"50\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Asistencia para tel\u00e9fonos con voz digital | Ayuda de NextLight","description":"Gu\u00edas de configuraci\u00f3n y recursos de soporte para el servicio de telefon\u00eda fija NextLight Digital Voice. Encuentre la gu\u00eda de su equipo y obtenga ayuda con su tel\u00e9fono.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mynextlight.com\/es\/support\/home-phone-service\/","og_locale":"es_MX","og_type":"article","og_title":"Home Phone Service | NextLight Support","og_description":"Setup guides and support for your NextLight Digital Voice home phone service.","og_url":"https:\/\/mynextlight.com\/es\/support\/home-phone-service\/","og_site_name":"NextLight","article_publisher":"https:\/\/www.facebook.com\/NextLightLongmont\/","article_modified_time":"2026-02-26T23:25:53+00:00","og_image":[{"width":1707,"height":2560,"url":"https:\/\/mynextlight.com\/wp-content\/uploads\/2026\/02\/parent-child-video-call-sofa.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_title":"Home Phone Service | NextLight Support","twitter_description":"Setup guides and support for your NextLight Digital Voice home phone service.","twitter_misc":{"Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mynextlight.com\/support\/home-phone-service\/","url":"https:\/\/mynextlight.com\/support\/home-phone-service\/","name":"Asistencia para tel\u00e9fonos con voz digital | Ayuda de NextLight","isPartOf":{"@id":"https:\/\/mynextlight.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mynextlight.com\/support\/home-phone-service\/#primaryimage"},"image":{"@id":"https:\/\/mynextlight.com\/support\/home-phone-service\/#primaryimage"},"thumbnailUrl":"https:\/\/mynextlight.com\/wp-content\/uploads\/2026\/02\/parent-child-video-call-sofa.webp","datePublished":"2026-01-22T04:57:11+00:00","dateModified":"2026-02-26T23:25:53+00:00","description":"Gu\u00edas de configuraci\u00f3n y recursos de soporte para el servicio de telefon\u00eda fija NextLight Digital Voice. Encuentre la gu\u00eda de su equipo y obtenga ayuda con su tel\u00e9fono.","breadcrumb":{"@id":"https:\/\/mynextlight.com\/support\/home-phone-service\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mynextlight.com\/support\/home-phone-service\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/mynextlight.com\/support\/home-phone-service\/#primaryimage","url":"https:\/\/mynextlight.com\/wp-content\/uploads\/2026\/02\/parent-child-video-call-sofa.webp","contentUrl":"https:\/\/mynextlight.com\/wp-content\/uploads\/2026\/02\/parent-child-video-call-sofa.webp","width":1707,"height":2560,"caption":"Smiling adult and child on a gray sofa make a smartphone video call in a cozy living room, with a toy car, remotes, and a cactus on the coffee table."},{"@type":"BreadcrumbList","@id":"https:\/\/mynextlight.com\/support\/home-phone-service\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mynextlight.com\/"},{"@type":"ListItem","position":2,"name":"Support","item":"https:\/\/mynextlight.com\/support\/"},{"@type":"ListItem","position":3,"name":"Home Phone Service"}]},{"@type":"WebSite","@id":"https:\/\/mynextlight.com\/#website","url":"https:\/\/mynextlight.com\/","name":"servicio de Internet","description":"Internet por fibra \u00f3ptica en Longmont, Colorado","publisher":{"@id":"https:\/\/mynextlight.com\/#organization"},"alternateName":"NL","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mynextlight.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/mynextlight.com\/#organization","name":"servicio de Internet","url":"https:\/\/mynextlight.com\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/mynextlight.com\/#\/schema\/logo\/image\/","url":"https:\/\/mynextlight.com\/wp-content\/uploads\/2026\/01\/nextlight-logo.svg","contentUrl":"https:\/\/mynextlight.com\/wp-content\/uploads\/2026\/01\/nextlight-logo.svg","width":250,"height":85,"caption":"NextLight"},"image":{"@id":"https:\/\/mynextlight.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/NextLightLongmont\/","https:\/\/www.instagram.com\/nextlightlongmont\/","https:\/\/www.youtube.com\/c\/cityoflongmont\/videos"],"description":"NextLight es la empresa municipal de Internet por fibra \u00f3ptica de la ciudad de Longmont, que proporciona servicios de Internet por fibra \u00f3ptica a los residentes y empresas de Longmont, Colorado.","email":"customerservice@mynextlight.com","telephone":"303-774-4494","legalName":"NextLight","foundingDate":"2024-10-21","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"11","maxValue":"50"}}]}},"_links":{"self":[{"href":"https:\/\/mynextlight.com\/es\/wp-json\/wp\/v2\/pages\/254","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mynextlight.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mynextlight.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mynextlight.com\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/mynextlight.com\/es\/wp-json\/wp\/v2\/comments?post=254"}],"version-history":[{"count":6,"href":"https:\/\/mynextlight.com\/es\/wp-json\/wp\/v2\/pages\/254\/revisions"}],"predecessor-version":[{"id":3026,"href":"https:\/\/mynextlight.com\/es\/wp-json\/wp\/v2\/pages\/254\/revisions\/3026"}],"up":[{"embeddable":true,"href":"https:\/\/mynextlight.com\/es\/wp-json\/wp\/v2\/pages\/55"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mynextlight.com\/es\/wp-json\/wp\/v2\/media\/964"}],"wp:attachment":[{"href":"https:\/\/mynextlight.com\/es\/wp-json\/wp\/v2\/media?parent=254"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}