質問するログイン新規登録

質問編集履歴

1

該当ソースの追記

2018/02/15 04:34

投稿

pokomichi
pokomichi

スコア11

title CHANGED
@@ -1,1 +1,1 @@
1
- 同ページリンクを設置した際にWordPress「ストーク」のメニューリンククリックしても非表示にならない件について
1
+ WordPress「ストーク」のメニューの同ページ内リンクのカスタマイズに関して
body CHANGED
@@ -10,9 +10,12 @@
10
10
  ```ここに言語を入力
11
11
  <div class="remodal remodal-is-initialized remodal-is-opened" data-remodal-id="spnavi" data-remodal-options="hashTracking:false" tabindex="-1">
12
12
  <button data-remodal-action="close" class="remodal-close"><span class="text gf">CLOSE</span></button>
13
- <ul id="menu-test-1" class="sp_g_nav nav top-nav cf">
14
- メニュー項目(中身省略してます)
15
- </ul><button data-remodal-action="close" class="remodal-close"><span class="text gf">CLOSE</span></button>
13
+ <ul id="menu-test-1" class="sp_g_nav nav top-nav cf"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-426"><a href="http://yzan.jp/#blog">Yzanブログ<span class="gf"></span></a></li>
14
+ <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-651"><a href="http://yzan.jp/#philosophy">Yzanの理念<span class="gf"></span></a></li>
15
+ <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-652"><a href="http://yzan.jp/#business">ビジネス<span class="gf"></span></a></li>
16
+ <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-653"><a href="http://yzan.jp/#people">Yzanと人<span class="gf"></span></a></li>
17
+ <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-654"><a href="http://yzan.jp/#contact">お問い合わせ<span class="gf"></span></a></li>
18
+ <span class="text gf">CLOSE</span></button>
16
19
  </div>
17
20
  ```
18
21