{"id":248,"date":"2026-01-21T22:56:47","date_gmt":"2026-01-22T04:56:47","guid":{"rendered":"https:\/\/dev.mynextlight.com\/?page_id=248"},"modified":"2026-02-26T22:06:15","modified_gmt":"2026-02-27T04:06:15","slug":"wifi-equipment","status":"publish","type":"page","link":"https:\/\/mynextlight.com\/es\/support\/wifi-equipment\/","title":{"rendered":"WiFi y equipo"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"248\" class=\"elementor elementor-248\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-37cbd828 e-con-full nl-hero e-flex e-con e-parent\" data-id=\"37cbd828\" 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-7e6e859f e-flex e-con-boxed e-con e-child\" data-id=\"7e6e859f\" 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-6ece0293 elementor-widget elementor-widget-text-editor\" data-id=\"6ece0293\" 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:WiFi &#038; Equipment<\/h1>\n<h4>Get help with WiFi setup, troubleshooting, and equipment guides for all NextLight WiFi products.<\/h4>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f4df323 elementor-widget elementor-widget-astra_child_support_hub_search\" data-id=\"f4df323\" 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=\"f4df323\" 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=\"f4df323\">\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=\"f4df323\" 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 = \"f4df323\";\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: \"1e5d31eb38\",\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-3ec92c2 e-flex e-con-boxed e-con e-parent\" data-id=\"3ec92c2\" 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-50b9cd40 elementor-widget elementor-widget-astra_child_support_hub_grid\" data-id=\"50b9cd40\" 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=\"50b9cd40\" data-category=\"wifi-equipment\" data-category-name=\"WiFi &amp; Equipment\" 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=\"50b9cd40\">\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\/add-a-mesh-wifi-satellite\/\" \n   class=\"resource-card\" \n   data-type=\"video\" \n   data-post-id=\"220\"\n   >\n\t\n\t<div class=\"resource-icon\">\n\t\t<i class=\"lni lni-video-play\"><\/i>\t<\/div>\n\n\t<h3 class=\"resource-title\">Add a Mesh WiFi Satellite<\/h3>\n\n\t\t\t<p class=\"resource-description\">How to Connect Your NextLight Mesh WiFi Router System<\/p>\n\t\n\t<span class=\"resource-button\">\n\t\t<span>Watch Video<\/span>\n\t\t<i class=\"lni lni-play\"><\/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\/customer-owned-router-support-policy\/\" \n   class=\"resource-card\" \n   data-type=\"pdf\" \n   data-post-id=\"1317\"\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\">Customer Owned Router Support Policy<\/h3>\n\n\t\t\t<p class=\"resource-description\">Full details of our Customer Owned Router Support policy.<\/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\/set-up-the-nextlight-wifi-app\/\" \n   class=\"resource-card\" \n   data-type=\"video\" \n   data-post-id=\"218\"\n   >\n\t\n\t<div class=\"resource-icon\">\n\t\t<i class=\"lni lni-video-play\"><\/i>\t<\/div>\n\n\t<h3 class=\"resource-title\">Set Up the NextLight WiFi App<\/h3>\n\n\t\t\t<p class=\"resource-description\">How to Set Up the NextLight WiFi App for Your Router<\/p>\n\t\n\t<span class=\"resource-button\">\n\t\t<span>Watch Video<\/span>\n\t\t<i class=\"lni lni-play\"><\/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\/set-up-your-u4-u6-wifi-routers\/\" \n   class=\"resource-card\" \n   data-type=\"video\" \n   data-post-id=\"219\"\n   >\n\t\n\t<div class=\"resource-icon\">\n\t\t<i class=\"lni lni-video-play\"><\/i>\t<\/div>\n\n\t<h3 class=\"resource-title\">Set Up Your U4 &#038; U6 WiFi Routers<\/h3>\n\n\t\t\t<p class=\"resource-description\">Setting Up Your NextLight WiFi Router System (U4 &amp; U6 Routers)<\/p>\n\t\n\t<span class=\"resource-button\">\n\t\t<span>Watch Video<\/span>\n\t\t<i class=\"lni lni-play\"><\/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\/wifi-app-setup-guide\/\" \n   class=\"resource-card\" \n   data-type=\"pdf\" \n   data-post-id=\"216\"\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\">WiFi App Setup Guide<\/h3>\n\n\t\t\t<p class=\"resource-description\">Instructions for setting up and using the NextLight WiFi App.<\/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\/wifi-mesh-quick-start-guide\/\" \n   class=\"resource-card\" \n   data-type=\"pdf\" \n   data-post-id=\"215\"\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\">WiFi Mesh Quick Start Guide<\/h3>\n\n\t\t\t<p class=\"resource-description\">Quick setup guide for your Mesh WiFi system.<\/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\/wifi-router-u4-quick-start-guide\/\" \n   class=\"resource-card\" \n   data-type=\"pdf\" \n   data-post-id=\"213\"\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\">WiFi Router U4 Quick Start Guide<\/h3>\n\n\t\t\t<p class=\"resource-description\">Quick setup guide for your U4 WiFi equipment.<\/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\/wifi-router-u6-quick-start-guide\/\" \n   class=\"resource-card\" \n   data-type=\"pdf\" \n   data-post-id=\"214\"\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\">WiFi Router U6 Quick Start Guide<\/h3>\n\n\t\t\t<p class=\"resource-description\">Quick setup guide for your U6 WiFi equipment.<\/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\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 = \"50b9cd40\";\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: \"1e5d31eb38\",\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-2bbac5af e-flex e-con-boxed e-con e-parent\" data-id=\"2bbac5af\" 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-30096221 e-con-full e-flex e-con e-child\" data-id=\"30096221\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d663294 elementor-widget elementor-widget-heading\" data-id=\"2d663294\" 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-39c6ec10 e-con-full e-flex e-con e-child\" data-id=\"39c6ec10\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d5d1932 elementor-widget elementor-widget-astra_child_nextlight_button\" data-id=\"2d5d1932\" 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-2cf44936 elementor-widget elementor-widget-astra_child_nextlight_button\" data-id=\"2cf44936\" 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:WiFi &amp; Equipment Get help with WiFi setup, troubleshooting, and equipment guides for all NextLight WiFi products. Add a [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":963,"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-248","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>WiFi &amp; Equipment Support | NextLight \u2014 Longmont&#039;s Fiber Internet<\/title>\n<meta name=\"description\" content=\"Get help setting up, troubleshooting, &amp; managing your NextLight WiFi equipment. Guides and videos for all NextLight routers and mesh systems.\" \/>\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\/wifi-equipment\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WiFi &amp; Equipment | NextLight Support\" \/>\n<meta property=\"og:description\" content=\"Setup guides, troubleshooting tips, and videos for all NextLight WiFi routers and mesh equipment.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mynextlight.com\/es\/support\/wifi-equipment\/\" \/>\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-27T04:06:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mynextlight.com\/wp-content\/uploads\/2026\/02\/home-office-video-call-family-cat.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=\"WiFi &amp; Equipment | NextLight Support\" \/>\n<meta name=\"twitter:description\" content=\"Setup guides, troubleshooting tips, and videos for all NextLight WiFi routers and mesh equipment.\" \/>\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\\\/wifi-equipment\\\/\",\"url\":\"https:\\\/\\\/mynextlight.com\\\/support\\\/wifi-equipment\\\/\",\"name\":\"WiFi & Equipment Support | NextLight \u2014 Longmont's Fiber Internet\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mynextlight.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/mynextlight.com\\\/support\\\/wifi-equipment\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/mynextlight.com\\\/support\\\/wifi-equipment\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mynextlight.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/home-office-video-call-family-cat.webp\",\"datePublished\":\"2026-01-22T04:56:47+00:00\",\"dateModified\":\"2026-02-27T04:06:15+00:00\",\"description\":\"Get help setting up, troubleshooting, & managing your NextLight WiFi equipment. Guides and videos for all NextLight routers and mesh systems.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mynextlight.com\\\/support\\\/wifi-equipment\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mynextlight.com\\\/support\\\/wifi-equipment\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/mynextlight.com\\\/support\\\/wifi-equipment\\\/#primaryimage\",\"url\":\"https:\\\/\\\/mynextlight.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/home-office-video-call-family-cat.webp\",\"contentUrl\":\"https:\\\/\\\/mynextlight.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/home-office-video-call-family-cat.webp\",\"width\":1707,\"height\":2560,\"caption\":\"Home office video call: person at a tidy desk chats with family while an orange cat pops up on screen, with framed art and soft natural light.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mynextlight.com\\\/support\\\/wifi-equipment\\\/#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\":\"WiFi &#038; Equipment\"}]},{\"@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 t\u00e9cnica para WiFi y equipos | NextLight: Internet de fibra \u00f3ptica en Longmont","description":"Obtenga ayuda para configurar, solucionar problemas y administrar su equipo WiFi NextLight. Gu\u00edas y videos para todos los enrutadores y sistemas de malla NextLight.","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\/wifi-equipment\/","og_locale":"es_MX","og_type":"article","og_title":"WiFi & Equipment | NextLight Support","og_description":"Setup guides, troubleshooting tips, and videos for all NextLight WiFi routers and mesh equipment.","og_url":"https:\/\/mynextlight.com\/es\/support\/wifi-equipment\/","og_site_name":"NextLight","article_publisher":"https:\/\/www.facebook.com\/NextLightLongmont\/","article_modified_time":"2026-02-27T04:06:15+00:00","og_image":[{"width":1707,"height":2560,"url":"https:\/\/mynextlight.com\/wp-content\/uploads\/2026\/02\/home-office-video-call-family-cat.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_title":"WiFi & Equipment | NextLight Support","twitter_description":"Setup guides, troubleshooting tips, and videos for all NextLight WiFi routers and mesh equipment.","twitter_misc":{"Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mynextlight.com\/support\/wifi-equipment\/","url":"https:\/\/mynextlight.com\/support\/wifi-equipment\/","name":"Asistencia t\u00e9cnica para WiFi y equipos | NextLight: Internet de fibra \u00f3ptica en Longmont","isPartOf":{"@id":"https:\/\/mynextlight.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mynextlight.com\/support\/wifi-equipment\/#primaryimage"},"image":{"@id":"https:\/\/mynextlight.com\/support\/wifi-equipment\/#primaryimage"},"thumbnailUrl":"https:\/\/mynextlight.com\/wp-content\/uploads\/2026\/02\/home-office-video-call-family-cat.webp","datePublished":"2026-01-22T04:56:47+00:00","dateModified":"2026-02-27T04:06:15+00:00","description":"Obtenga ayuda para configurar, solucionar problemas y administrar su equipo WiFi NextLight. Gu\u00edas y videos para todos los enrutadores y sistemas de malla NextLight.","breadcrumb":{"@id":"https:\/\/mynextlight.com\/support\/wifi-equipment\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mynextlight.com\/support\/wifi-equipment\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/mynextlight.com\/support\/wifi-equipment\/#primaryimage","url":"https:\/\/mynextlight.com\/wp-content\/uploads\/2026\/02\/home-office-video-call-family-cat.webp","contentUrl":"https:\/\/mynextlight.com\/wp-content\/uploads\/2026\/02\/home-office-video-call-family-cat.webp","width":1707,"height":2560,"caption":"Home office video call: person at a tidy desk chats with family while an orange cat pops up on screen, with framed art and soft natural light."},{"@type":"BreadcrumbList","@id":"https:\/\/mynextlight.com\/support\/wifi-equipment\/#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":"WiFi &#038; Equipment"}]},{"@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\/248","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=248"}],"version-history":[{"count":6,"href":"https:\/\/mynextlight.com\/es\/wp-json\/wp\/v2\/pages\/248\/revisions"}],"predecessor-version":[{"id":3022,"href":"https:\/\/mynextlight.com\/es\/wp-json\/wp\/v2\/pages\/248\/revisions\/3022"}],"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\/963"}],"wp:attachment":[{"href":"https:\/\/mynextlight.com\/es\/wp-json\/wp\/v2\/media?parent=248"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}