[WordPress] 外掛分享: WordPress Theme Demo Bar

前言介紹

  • 這款 WordPress 外掛「WordPress Theme Demo Bar」是 2009-04-20 上架。 目前已經下架不再更新,不建議安裝使用。
  • 目前有 100 個安裝啟用數。
  • 上一次更新是 2012-01-08,距離現在已有 4864 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 2.3 以上版本才可以安裝。
  • 有 6 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

zen |

外掛標籤

bar | demo | theme | preview | designer |

內容簡介

WordPress Theme Demo Bar 是 WordPress 的外掛,它能讓使用者在不啟用主題的情況下預覽主題。Demo bar 將顯示在頁面頂部,讓用戶預覽其他主題。Demo bar 在管理面板可定制,也能加載一個以上的額外 CSS 文件。

版本 1.6.1 新增功能:

修正了與新 WordPress 管理工具欄一起使用時的錯誤

版本 1.3 至 1.5 新增功能:

支援子佈景主題
透過 "個別佈景主題設定" 功能,現在可以在 Demo bar 上顯示主題資訊頁面的鏈接、下載/購買頁面的鏈接 (實際演示)
現在可以使用簡碼 [demobar] 顯示主題資訊,例如預覽次數或預覽 URL
為了讓過程更加容易,現在可以使用媒體按鈕添加它(參見截圖:媒體按鈕)
您也可以在模板文件中使用新添加的模板標記函數 wptdb_output() 進行操作
現在您可以在不啟用佈景主題的情況下編輯其他佈景主題的選項(functions.php)
組件以顯示 "選擇佈景主題" 下拉菜單(讓您的訪客預覽非私人佈景主題)

功能:

在不啟用主題的情況下預覽任何 WordPress 主題
Demo bar 將顯示在頁面頂部,讓用戶預覽其他主題。
可在後台管理界面禁用 Demo bar
您可以隱藏私有主題。
您可以加載額外的 CSS 文件(一個以上)
Demo Bar 現在能始終置頂
您可以自定義 Demo Bar 的外觀(使用 CSS)
自動統計每個主題的流行度票數(預覽次數)
持久預覽,所有內部鏈接都將自動編輯,以保持 ?themedemo= 變數
訪客可以通過關閉 Demo bar 以關閉持久預覽(所有鏈接將自動恢復)
新增子佈景主題的支援
新增 "個別佈景主題設定" 功能,現在可以在 Demo bar 上顯示主題資訊頁面的鏈接、下載/購買頁面的鏈接
新增可使用簡碼 [demobar] 顯示主題資訊,例如預覽次數或預覽 URL 的功能
新增媒體按鈕使添加更加容易(參見截圖:媒體按鈕)
新增可以在不啟用佈景主題情況下編輯其他佈景主題的選項(functions.php)
新增 "選擇佈景主題" 下拉菜單的小工具(讓您的訪客預覽非私人佈景主題)
新增一個名為 wptdb_list_themes() 的新模板標記函數,以顯示下拉菜單

使用方法:

要預覽任何主題,只需在您的站點 URL 中添加一個 "themedemo" 變數。例如: myblog.com/?themedemo=the-theme-folder-name (實際演示)
或者,您可以在管理面板>設置>WP佈景主題演示條中獲取所有主題的預覽 URL
要隱藏個別主題的Demo bar,只需在您的站點URL中添加一個 "hidebar" 變數即可。例如..myblog.com/?themedemo=mytheme&hidebar=1 (實際演示)
要加載額外的 CSS,只需在您的站點URL中添加一個名為 "extracss" 的變數,並用逗號分隔。例如:myblog.com/?themedemo=mytheme&extracs

原文外掛簡介

WordPress Theme Demo Bar is a plugin for wordpress that allows any wordpress theme to be previewed without activating it. A demo bar would be shown on top of page, allow users to preview another theme. The demo bar is customisable at admin panel. More than 1 extra CSS files can be loaded too.
Whats New in Version 1.6.1

Fixed error when use together with the new wordpress admin bar

Whats New in Version 1.3 to 1.5

Support child themes
With “Individual Theme Settings”, you can now display a link to theme info page and download/buy page at demo bar. (Live in Action)
You can now display theme info, such as number of previews or preview URL using shortcode [demobar]
To make the process easier, you can use media button to add it (see screenshot : Media Button)
You can do that in template files too, using the newly added template tag function wptdb_output()
Now you can edit other theme’s options (functions.php) without activating it
Widget to show “Select Theme” drop-down menu (for your visitor to preview non-private themes)

Features

Preview any wordpress theme without activating it.
A demo bar will be shown on top of the page, allow users to preview another theme.
The demo bar can be deactivated.
You can hide your themes that are private.
You can load extra CSS files (more than one)
Demo Bar can be always on top now
You can cusmotise the look & feel of Demo Bar using CSS
Auto collection of popularity count (number of previews) of each theme.
Persistent preview, all internal links will be auto edited to keep the ?themedemo= variable.
Persistent preview can be turned off by the visitors by closing the demo bar (all links will then be reverted back automatically)
NEW Support child themes
NEW With “Individual Theme Settings”, you can now display a link to theme info page and download/buy page at demo bar
NEW You can now display theme info, such as number of previews or preview URL using shortcode [demobar]
NEW To make the process easier, you can use media button to add it (see screenshot : Media Button)
NEW You can do that in template files too, using the newly added template tag function wptdb_output()
NEW Now you can edit other theme’s options (functions.php) without activating it
NEW Widget available to show “Select Theme” drop-down menu (for your visitor to preview non-private themes)
NEW New template tag function wptdb_list_themes() to display drop-down menu

Usage

To preview any theme, simply add a variable “themedemo” to your site URL. For example: myblog.com/?themedemo=the-theme-folder-name (Live in Action)
Alternatively, you can get the preview URL of all your themes at your Admin Panel > Settings > WP Theme Demo Bar
To hide the demo bar on individual theme, simply add a variable “hidebar” to your site URL. For example: myblog.com/?themedemo=mytheme&hidebar=1 (Live in Action)
To load extra css, simply add a variable “extracss” to your site URL and seperate using comma. For example: myblog.com/?themedemo=mytheme&extracss=blue,twocolumn this loads blue.css and twocolumn.css from the theme’s directory

Documentations

Understanding and Using Shortcode in WordPress Theme Demo Bar Plugin
Using Template Tag Functions in WordPress Theme Demo Bar Plugin

Info & Links
Plugin Info | Plugin Author

各版本下載點

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

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


1.4 | 1.5 | 1.2.1 | 1.3.1 | 1.3.2 | 1.5.3 |

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

  • Simple Banner – Easily add multiple Banners/Bars/Notifications/Announcements to the top or bottom of your website 》這個外掛可輕鬆在你的網站頂部顯示簡單的公告橫幅或資訊欄。你可以在設定內輕鬆自訂鏈結、文字和橫幅背景的顏色。你也可以自訂你想要的樣式,並加入自己的自...。
  • Top Bar 》簡單方便地為您的網站添加頂部欄。這款外掛會在您的網站頂部添加一個簡單乾淨的通知欄,讓您向訪客顯示一條友好的信息和自定義鏈接。您所看到的就是您所得的...。
  • Announcer – Sticky Message Banner, Notification Bar – Add to Top, Bottom of your Website 》使用 Announcer 外掛程式,您可以在網站上新增美觀且專業的通知條。您可以顯示自訂的訊息,例如促銷活動、Cookie 使用注意事項、歡迎訊息、隱私權政策聲明等...。
  • Convertful – Your Ultimate On-Site Conversion Tool 》he All-In-One 工具,將您的訪客轉化為銷售機會和銷售額, Convertful是一個提供現代在站內轉換解決方案,並直接與所有主要電子郵件行銷平台集成,並提供最簡...。
  • Notification Bar, Announcement and Cookie Notice WordPress Plugin – FooBar 》FooBar 外掛讓你可以創建無限制搶眼的通知欄、公告和 Cookie 注意事項,以引起訪客的注意。FooBar 從頭開始完全重寫,為你提供嶄新和現代化的通知。, , 前往 ...。
  • Announcement Bar 》此外掛新增了一個 jQuery 檔案,每次頁面載入時都會在您瀏覽器螢幕頂端添加一個固定標誌列,用於顯示自訂文章類別 (CPT) 的公告。該標誌列由簡單的 HTML 和 J...。
  • Easy Charts 》這個外掛是一個易於使用、功能強大的方式,可用於生成圖表並在您的網站頁面和文章中展示。使用此外掛創建的圖表易於創建,易於管理。, 使用SVG和CSS3轉換創建...。
  • Responsive Notification Bar Plugin for WordPress – Apex Notification Bar Lite 》產品頁面 | 演示 | 文件 | 高級版, Apex Notification Bar Lite, 使用 Apex Notification Bar Lite 在您的 WordPress 網站中添加外觀精美的單一通知欄。, , 5...。
  • QuickieBar 》p>, 快速地在您的網站上加入一個強大的下拉式轉換欄,開始轉換訪客。在您的網站頂部或底部顯示一個吸引人的訂閱欄,將訪客的注意力吸引過來,並將他們引導到...。
  • Disable Admin Bar 》這個外掛可以禁用出現在 WordPress 網誌公開頁面上的管理工具列。, 為了方便整合,只需將外掛檔案放入 wp-content/mu-plugins 目錄(如果需要的話創建該目錄...。
  • Top-Bar CodeBulls 》這是一個最簡單的方式在你的網站上增加一個頂部欄。, 這個外掛可以:, 更改頂部欄的分段數字 (欄); 可以是 1、2 或 3。, 新增自訂的 HTML 或 WordPress 短代...。
  • Bottom Admin Toolbar 》讓工具列永遠停留在底部!, 原生 WordPress 無法更改管理工具列的位置。這個簡單的外掛讓您可以將它永久固定在底部,並透過快速鍵隱藏它!, 主要特色:, , 固...。
  • Menu Bar Cart Icon For WooCommerce By Binary Carpenter 》如欲於您的 WooCommerce 网站导航菜单、页脚、侧边栏加入購物車图示,這款外掛便可滿足您的需求。, , 如何在幾分鐘內添加購物車圖示?, , 为何需要具備菜单栏...。
  • WEN Skill Charts 》WEN Skill Charts 可協助您顯示美觀的動畫技能條和圓形圖表。有多種選項可供自定義圖表。您可以輕鬆從管理面板中添加/編輯/刪除/重新排序技能項目。您可以在...。
  • Notice Bar 》Notice Bar 是一個簡單又功能強大的插件,可以在 WordPress 網站上創建和顯示自定義的通知條。它幫助網站管理員能夠迅速有效地傳達通知、信息和消息給遊客。...。

文章
Filter
Apply Filters
Mastodon