이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

WP Floating Menu Framework

설명

The plugin is the framework for setting up the floating menu in WordPress.

I tested up the following themes, but I don’t engage the perfect work because I’m not designer.
Please fixing the codes in each JavaScript file or the theme for your environment.

  • Twenty Eleven
  • Twenty Twelve
  • Twenty Thirteen

설치

First of all, please install this plugin and activate it.

Then, please select JavaScript(JS) file from the setting menu “Floating Setting Menu” in the setting.

If you want to customize the JS file, please copy the template file in [plugin folder]/js/templates folder or [theme folder]/js/[plugin name]/ folder to js folder and rename it.

Then, please select JS file from the setting menu “Floating Setting Menu” in the setting.

Then, fixed the JS file for your WordPress environment (name, page, adminbar values).

!!!!!!!!!!!!!!!!!!!!!!!!!!!!
PLEASE backup the customizing files!!!
Now, when the plugin is updated, the customizing files will be deleted.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!

You can put a JS file for the floating menu.
Plugin folder/js

Theme folder/js/wp-floating-menu-framework/

Usage

Basically, please find out or set up “id” for the page and the floating menu.

ex. If you would like to apply the floating menu to the global navigation bar in Twenty Thirteen theme,
Please set up the following values in floating-menu.js.

  • var name = “#navbar”;
  • var page = “#page”;
  • var adminbar = “#wpadminbar”;

  • “name” value is used for setting up “position: absolute” and controlling floating area.

  • “page” value is used for adjusting the margin-top of the web page.

  • “adminbar” value is used for adjusting in case of enabling the admin bar (the logged in user).

So, when you use this plugin, you need to set up three id.

For example,

In case of setting up the following value,

  • “name” = “navigation-bar”
  • “page” = “page”

the HTML should be the following composition.

<body>

<div id=”page”>

<div id=”navigation-bar”>

.....
.....

</div>

</div>

</body>

FAQ

Cannot work on Twenty Ten

Ummm, I cannot understand the Twenty Ten’s layout…
Now, this plugin cannot work this theme.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“WP Floating Menu Framework”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WP Floating Menu Framework”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.2

  • Fixed readme.txt and readmeJ.txt files.

1.0.1

  • Fixed Bug (Cannot select JS file).

1.0.0

  • First Released.