[WordPress] 外掛分享: Ajax Press – Easily Enable Fast Ajax Navigation

WordPress 外掛 Ajax Press – Easily Enable Fast Ajax Navigation 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Ajax Press – Easily Enable Fast Ajax Navigation」是 2022-04-23 上架。
  • 目前有 70 個安裝啟用數。
  • 上一次更新是 2022-04-29,距離現在已有 1101 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 5.0 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 5.6 以上。
  • 有 4 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

wpmilitary |

外掛標籤

ajax | ajaxify | comments | navigation | ajax search |

內容簡介

如果你需要讓你的網站更快且不需要重新載入頁面,Ajax Press 就是適合你的工具。使用 Ajax Press 外掛可以使你的網站的速度更快,呈現效果也更令人印象深刻。Ajax Press 使用 Ajax (XmlHttpRequest) 與 pushState,為你的網站使用者提供快速的瀏覽體驗。它可以完全改變標準網站的使用者體驗,讓使用者感覺像是在使用應用程式,特別適合低頻寬連接的使用者。不再需要完整頁面重新載入,不再需要多個 HTTP 請求。

Ajax Press 功能:
- Ajax Page Load - 在不刷新頁面的情況下使用 Ajax 載入你的網站
- Ajax 搜尋 - 使用者可以在不刷新頁面的情況下進行搜尋
- Ajax 評論 - 使用者可以在不刷新頁面的情況下發表評論
- Ajax 登入 - 使用者可以在不刷新頁面的情況下登入網站
- Ajax 表單 - 你可以讓網站上的任何表單具有 Ajax 功能
- 頁面轉場動畫 - 多個頁面轉場動畫可使頁面切換更具吸引力
- 預載器 - 可顯示多個預載器,以在 Ajax 載入頁面之前顯示
- 自訂 JavaScript - 可以在每次 Ajax 載入頁面後執行自訂 JavaScript
- 多個內容選取器 - 可以替換頁面上的多個內容部分/選取器

基本使用方法:
啟用插件後,你必須從「Ajax Press > 設定」頁面設定 Ajax Press 設定。如果你的佈景主題列在預定義列表中,你將看到帶有按鈕的管理員通知,以安裝你的佈景主題的預設設定。如果你的佈景主題不在預定義列表中,則必須在「Ajax Press > 設定」頁面上手動設置佈景主題的設置。通常,你必須設置主要內容容器選取器(不包括頁首導航),以在每次頁面更改時替換它。你必須在「主要內容選取器」的輸入框中設置主要內容選取器。輸入框中可以使用任何有效的 CSS 選擇器 (ID、類)。例如:#content、#main 和 .site-content 等。

開發人員提示:
1. 當 Ajax 請求完成時,vanilla js DOMContentLoaded 和 jQuery ready 事件會執行。
2. 當 Ajax 請求開始時,會觸發 javascript pjax:send 事件。你可以使用此事件在 Ajax 請求開始時執行 javascript。例如:document.addEventListener('pjax:send', function(){...your codes});
3. 當 Ajax 請求完成時,會觸發 javascript pjax:complete 事件。你可以使用此事件在 Ajax 請求完成時執行 javascript。例如:document.addEventListener('pjax:complete', function(){...your codes});
4. 使用 jQuery ready 事件而不是 ready 函式來初始化 jQuery 代碼。例如:$(document).ready(function(){...your codes}); ,而非 $(document).ready(...your codes);。

原文外掛簡介

If you need to load your site faster and without any page reloads, then Ajax Press is the right tool for you. Your site will appear faster and more impressively using the Ajax Press plugin.
Ajax Press uses Ajax (XmlHttpRequest) and pushState deliver a fast browsing experience to your site users.
It allows you to completely transform the user experience of standard websites to make users feel like they are browsing an app, especially for those with low bandwidth connections.
No more full page reloads. No more multiple HTTP requests.
Ajax Press Features

Ajax Page Load – Loads your site using AJAX without any page refresh.
Ajax Search – Users can search your site without any page reload.
Ajax Comments – Users can post comments on your site without any page reloads.
Ajax Login – Users can login to your site without any page reloads.
Ajaxify Forms – You can make any form ajaxify on your site that has an internal action link.
Page Transition Animatio – Multiple page transition animation is available to add a more attractive page switching mode.
Preloader – Multiple preloader available to show before the ajax page is loaded.
Custom JavaScripts – You can execute custom JavaScripts, after every ajax page is loaded.
Multiple Content Selectors – You can replace multiple content parts/ selectors of your page.

Basic Usage
After activating the plugin, you have to configure the Ajax Press settings from the Ajax Press > Settings page.
If your theme is listed on our predefined list, then you will see an admin notice with a button to install the default settings for your theme.
If your theme is not listed on our predefined list, then you have to set the settings manually for your theme on the Ajax Press > Settings page.
Generally, you have to set the main content container selectors (not header navigation) which will be replaced on every page change. You have to set the main content selector in the Main content selector input box. You can use any valid CSS selector (ID, Class) in the input box.
Example: – #content, #main and .site-content etc.
Developer Tips

The vanilla js DOMContentLoaded and jQuery ready event runs every time the ajax request is completed.

When the ajax request is start the javascript pjax:send event is fired. You can use this event to execute javascript at the start of the ajax request.
Example : document.addEventListener('pjax:send', function(){...your codes});

When the ajax request is completed the javascript pjax:complete event is fired. You can use this event to execute javascript when the ajax request is completed.
Example : document.addEventListener('pjax:complete', function(){...your codes});

Use jQuery ready event instead of the ready function to initialize your jQuery codes.
Example : $(document).ready(function(){...your codes});
Not: $(document).ready(...your codes);

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Ajax Press – Easily Enable Fast Ajax Navigation」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0.0 | 1.0.1 | trunk |

延伸相關外掛(你可能也想知道)

  • FiboSearch – Ajax Search for WooCommerce 》這是最受歡迎的 WooCommerce 產品搜尋外掛。它為您的用戶提供了一個設計良好的 AJAX 高級搜尋條和即時搜尋建議。, 預設情況下,WooCommerce 提供了一個非常簡...。
  • Ivory Search – WordPress Search Plugin 》Ivory Search 是一個易於使用的 WordPress 高級搜尋插件。, 它可以增強預設的 WordPress 搜尋功能,還可以讓您創建新的自定義搜尋表單。, 使用 Ivory Search...。
  • Smart WooCommerce Search 》透過 Smart WooCommerce Search 外掛來提升顧客體驗和銷售額,這是一個專為 WordPress 網站設計的強大、卓越和高效的解決方案!, 了解更多., 參觀外掛示範., ...。
  • Jetpack Search 》Jetpack Search 是一款功能強大且可自定義的外掛,可幫助訪問者在需要時立即找到正確的內容。, Jetpack Search 是一款易於使用的 WordPress 搜尋外掛,可增強...。
  • Magnify – Suggestive Search Plugin 》總結:透過我們強大的Suggestive Search Plugin增強您的WordPress網站搜尋體驗。這個外掛提供智能的、即時的搜尋建議,幫助使用者更快更準確地找到他們需要的...。
  • Advanced All in One Admin Search by WP Spotlight 》Advanced All in One Admin Search by WP Spotlight 是一款功能強大的 WordPress 儀錶板全域快速導航搜尋外掛 - 它是 WordPress 儀錶板預設搜尋的進階版。, ...。
  • SearchIQ – The Search Solution 》SearchIQ 提供增強的 WordPress 網站搜索體驗,可以在輸入時提供快速且準確的搜索結果。您的 SearchIQ 帳戶還包括實時分析儀表板,幫助您了解用戶的搜索意圖...。
  • Search Live 》Search Live 提供有效且整合性的即時搜尋功能和進階搜尋功能。, 這個外掛提供無縫的互動體驗,讓您的網站訪客能立即看到結果,更輕鬆有效地找到正確的結果。,...。
  • Ajax Load More for Relevanssi 》Ajax Load More for Relevanssi 是一個小型的擴充功能,可提供返回 Relevanssi 查詢結果至 Ajax Load More 進行無限滾動的功能。, 此外採用提供 Ajax Load Mo...。
  • Advanced Search 》Advanced Search 是一個強大、靈活且方便的 WordPress 外掛,具備高級功能,藉由提供使用者友善的 Ajax 引擎動力搜尋表單,使使用者的搜尋體驗更具吸引力。 A...。
  • Ajax Search for WooCommerce, Product Search Gutenberg Block for WooCommerce – QuiqOwl 》總結:, QuiqOwl 是一款功能強大的外掛程式,旨在將產品搜尋轉化為流暢且直觀的體驗。透過即時的 Ajax 技術搜尋結果、智慧篩選功能和先進的索引功能,QuiqOwl...。
  • EchBay Search Everything 》Search Everything 可以在三個簡單步驟內提升 WordPress 的預設搜尋功能。, 有關影片:, , 有關影片, 感謝贊助 。
  • WP Fastest Site Search 》這是一個針對 WordPress 和 WooCommerce 的最強大搜尋及篩選外掛程式。它取代了標準的 WordPress 搜尋功能,並為您的 WordPress 網站或 WooCommerce 商店新增...。
  • Woo AJAX Search 》WooCommerce AJAX Search 是一個簡單的搜尋外掛,專門用來搜尋 WooCommerce 的產品。它內含有類別篩選選項,可以指定產品類別。, 此外,Slick Post 的主要功...。
  • Web2application Convert your website to android and IOS apps with push notifications , web push , free ajax products search for woocommerce and many more advanced features 》關於 Web2application, Web2application 可將具有響應式設計的 WordPress 網站轉換為 iOS 和 Android 應用程式,並啟用高級功能,例如推播通知、原生索引條、...。

文章
Filter
Apply Filters
Mastodon