質問編集履歴

4

不適切な言葉の削除

2018/03/06 17:44

投稿

MamS
MamS

スコア13

test CHANGED
File without changes
test CHANGED
@@ -1,12 +1,12 @@
1
1
  現在wordpresssでLightningというテーマでサイトを運営していましたが、今回サイトに新たなプラグインや機能を増やしたくAttendmanagerというショートコードで実装ができる有料テーマを購入しました。
2
2
 
3
- その中に風俗テーマが入っていたのですが、希望していたある機能がそのテーマでしか使用出来ないみたいなのです...
3
+ その中に専用テーマが入っていたのですが、希望していたある機能がそのテーマでしか使用出来ないみたいなのです...
4
-
4
+
5
- ちなみに風俗サイトでよくある個別の出勤スケジュールの機能です。
5
+ 個別ページで個人出勤スケジュールの機能です。
6
6
 
7
7
  phpにはほとんど無知なのでそのテーマを現在のテーマの用にデザインが変えられればと思ったのですが全然うまくいきません。
8
8
 
9
- [Lightning]のテーマの中にその風俗テーマの必要な部分だけ入れて新たなテーマとしてインストールするようなことは出来るでしょうか?
9
+ [Lightning]のテーマの中にその専用テーマの必要な部分だけ入れて新たなテーマとしてインストールするようなことは出来るでしょうか?
10
10
 
11
11
  私はhtml,CSSは多少いじれるのですがその辺りは全くで困ってしまっています。
12
12
 
@@ -20,17 +20,17 @@
20
20
 
21
21
 
22
22
 
23
- この風俗テーマに変更するとメニューもロゴも現在のものが全く反映されません。
23
+ この専用テーマに変更するとメニューもロゴも現在のものが全く反映されません。
24
24
 
25
25
  最悪せめて、ヘッダーやメニューだけでも反映又は変更できたら...と思っています。
26
26
 
27
- もしくは、風俗ページの個別スケジュールの反映のみを現在のページで出来たらとても嬉しいです。
27
+ もしくは、専用ページの個別スケジュールの反映のみを現在のページで出来たらとても嬉しいです。
28
-
29
-
30
-
31
-
32
-
28
+
29
+
30
+
31
+
32
+
33
- ```風俗テーマ
33
+ ```専用テーマ
34
34
 
35
35
  <!DOCTYPE html>
36
36
 

3

URLの修正

2018/03/06 17:44

投稿

MamS
MamS

スコア13

test CHANGED
File without changes
test CHANGED
@@ -46,13 +46,13 @@
46
46
 
47
47
  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
48
48
 
49
- <title>Choutaine |『超一流』のお客様に贈る『最高級』の美女</title>
49
+ <title>Choutaine |●●●</title>
50
50
 
51
51
  <!-- Bootstrap -->
52
52
 
53
- <link href="http://matmarkmi.sakura.ne.jp/test/wp-content/themes/choutaine/css/bootstrap.min.css" rel="stylesheet">
53
+ <link href="http://●●●.ne.jp/test/wp-content/themes/choutaine/css/bootstrap.min.css" rel="stylesheet">
54
-
54
+
55
- <link href="http://matmarkmi.sakura.ne.jp/test/wp-content/themes/choutaine/css/style.css" rel="stylesheet">
55
+ <link href="http://●●●.ne.jp/test/wp-content/themes/choutaine/css/style.css" rel="stylesheet">
56
56
 
57
57
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
58
58
 
@@ -74,15 +74,15 @@
74
74
 
75
75
  <!-- Include all compiled plugins (below), or include individual files as needed -->
76
76
 
77
- <script src="http://matmarkmi.sakura.ne.jp/test/wp-content/themes/choutaine/js/bootstrap.min.js"></script>
77
+ <script src="http://●●●.ne.jp/test/wp-content/themes/choutaine/js/bootstrap.min.js"></script>
78
-
78
+
79
- <script src="http://matmarkmi.sakura.ne.jp/test/wp-content/themes/choutaine/js/common.js"></script>
79
+ <script src="http://●●●.ne.jp/test/wp-content/themes/choutaine/js/common.js"></script>
80
-
80
+
81
- <script src="http://matmarkmi.sakura.ne.jp/test/wp-content/themes/choutaine/js/jquery.cookie.js"></script>
81
+ <script src="http://●●●.ne.jp/test/wp-content/themes/choutaine/js/jquery.cookie.js"></script>
82
-
82
+
83
- <script src="http://matmarkmi.sakura.ne.jp/test/wp-content/themes/choutaine/js/jquery.cycle2.js"></script>
83
+ <script src="http://●●●.ne.jp/test/wp-content/themes/choutaine/js/jquery.cycle2.js"></script>
84
-
84
+
85
- <script src="http://matmarkmi.sakura.ne.jp/test/wp-content/themes/choutaine/js/backstretch.min.js"></script>
85
+ <script src="http://●●●.ne.jp/test/wp-content/themes/choutaine/js/backstretch.min.js"></script>
86
86
 
87
87
  </head>
88
88
 
@@ -94,7 +94,7 @@
94
94
 
95
95
  <div class="container">
96
96
 
97
- <div id="logo" class="hover"><a href="http://matmarkmi.sakura.ne.jp/test"><img src="http://matmarkmi.sakura.ne.jp/test/wp-content/themes/choutaine/image/logo.png" alt="テスト"></a></div>
97
+ <div id="logo" class="hover"><a href="http://●●●●●●.ne.jp/test"><img src="http://●●●.ne.jp/test/wp-content/themes/choutaine/image/logo.png" alt="テスト"></a></div>
98
98
 
99
99
  <div id="pull"><i class="fa fa-bars"></i><br><span>Menu</span></div>
100
100
 
@@ -104,15 +104,15 @@
104
104
 
105
105
  <ul class="list-unstyled">
106
106
 
107
- <li class="hover "><a href="http://matmarkmi.sakura.ne.jp/test">Top</a></li>
107
+ <li class="hover "><a href="http://●●●.ne.jp/test">Top</a></li>
108
-
108
+
109
- <li class="hover "><a href="http://matmarkmi.sakura.ne.jp/test/girls/">Girls</a></li>
109
+ <li class="hover "><a href="http://●●●.ne.jp/test/girls/">Girls</a></li>
110
-
110
+
111
- <li class="hover "><a href="http://matmarkmi.sakura.ne.jp/test/schedule/">Schedule</a></li>
111
+ <li class="hover "><a href="http://●●●.ne.jp/test/schedule/">Schedule</a></li>
112
-
112
+
113
- <li class="hover "><a href="http://matmarkmi.sakura.ne.jp/test/booking/">Reservation</a></li>
113
+ <li class="hover "><a href="http://●●●.ne.jp/test/booking/">Reservation</a></li>
114
-
114
+
115
- <li class="hover "><a href="http://matmarkmi.sakura.ne.jp/test/diary/">Diary</a></li>
115
+ <li class="hover "><a href="http://●●●.ne.jp/test/diary/">Diary</a></li>
116
116
 
117
117
  </ul>
118
118
 
@@ -120,13 +120,13 @@
120
120
 
121
121
  </div>
122
122
 
123
- </header> <script src="http://matmarkmi.sakura.ne.jp/test/wp-content/themes/choutaine/js/slide.js"></script>
123
+ </header> <script src="http://●●●.ne.jp/test/wp-content/themes/choutaine/js/slide.js"></script>
124
124
 
125
125
  <script>
126
126
 
127
127
  $(function(){
128
128
 
129
- $("#welcome").backstretch("http://matmarkmi.sakura.ne.jp/test/wp-content/themes/choutaine/image/bg_welcome.png");
129
+ $("#welcome").backstretch("http://●●●.ne.jp/test/wp-content/themes/choutaine/image/bg_welcome.png");
130
130
 
131
131
  });
132
132
 
@@ -146,13 +146,13 @@
146
146
 
147
147
  <div>
148
148
 
149
- <div><img src="http://matmarkmi.sakura.ne.jp/test/wp-content/plugins/attend-manager/includes/img/img_no_photo01.jpg"></div>
149
+ <div><img src="http://●●●.ne.jp/test/wp-content/plugins/attend-manager/includes/img/img_no_photo01.jpg"></div>
150
150
 
151
151
  </div>
152
152
 
153
153
  <ul class="clearfix">
154
154
 
155
- <li><a href="javascript:void(0);"><img src="http://matmarkmi.sakura.ne.jp/test/wp-content/plugins/attend-manager/includes/img/img_no_photo01.jpg"></a></li>
155
+ <li><a href="javascript:void(0);"><img src="http://●●●.ne.jp/test/wp-content/plugins/attend-manager/includes/img/img_no_photo01.jpg"></a></li>
156
156
 
157
157
  </ul>
158
158
 
@@ -232,15 +232,15 @@
232
232
 
233
233
  <ul class="list-unstyled">
234
234
 
235
- <li class="hover"><a href="http://matmarkmi.sakura.ne.jp/test">トップページ</a></li>
235
+ <li class="hover"><a href="http://●●●.ne.jp/test">トップページ</a></li>
236
-
236
+
237
- <li class="hover"><a href="http://matmarkmi.sakura.ne.jp/test/system/">料金・サービス</a></li>
237
+ <li class="hover"><a href="http://●●●.ne.jp/test/system/">料金・サービス</a></li>
238
-
238
+
239
- <li class="hover"><a href="http://matmarkmi.sakura.ne.jp/test/girls/">キャスト一覧</a></li>
239
+ <li class="hover"><a href="http://●●●.ne.jp/test/girls/">キャスト一覧</a></li>
240
-
240
+
241
- <li class="hover"><a href="http://matmarkmi.sakura.ne.jp/test/schedule/">スケジュール</a></li>
241
+ <li class="hover"><a href="http://●●●.ne.jp/test/schedule/">スケジュール</a></li>
242
-
242
+
243
- <li class="hover"><a href="http://matmarkmi.sakura.ne.jp/test/booking/">ご予約</a></li>
243
+ <li class="hover"><a href="http://●●●.ne.jp/test/booking/">ご予約</a></li>
244
244
 
245
245
  </ul>
246
246
 
@@ -264,7 +264,7 @@
264
264
 
265
265
  <div class="col3 clearfix">
266
266
 
267
- <div id="footer_logo" class="hover"><a href="http://matmarkmi.sakura.ne.jp/test"><img src="http://matmarkmi.sakura.ne.jp/test/wp-content/themes/choutaine/image/logo.png" alt="テスト"></a></div>
267
+ <div id="footer_logo" class="hover"><a href="http://●●●.ne.jp/test"><img src="http://●●●.ne.jp/test/wp-content/themes/choutaine/image/logo.png" alt="テスト"></a></div>
268
268
 
269
269
  <p id="footer_tel"><span>Call</span> 0120-123-456</p>
270
270
 

2

文法、ミス

2018/03/06 13:35

投稿

MamS
MamS

スコア13

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  一応それぞれのページの要素を貼ります!
14
14
 
15
- (すみません、Lightningの方は文字数の関係で貼れなかったので自己解決方に貼ります)
15
+ (すみません、Lightningの方は文字数の関係で貼れませんでしたのでヘッダー部分貼ります)
16
16
 
17
17
  もし貼るものや本来見たいものが違う場合は教えてください!
18
18
 

1

文法、内容の修正

2018/03/06 13:27

投稿

MamS
MamS

スコア13

test CHANGED
File without changes
test CHANGED
@@ -12,6 +12,8 @@
12
12
 
13
13
  一応それぞれのページの要素を貼ります!
14
14
 
15
+ (すみません、Lightningの方は文字数の関係で貼れなかったので自己解決の方に貼ります)
16
+
15
17
  もし貼るものや本来見たいものが違う場合は教えてください!
16
18
 
17
19
  本当に無知ですみません...お力をお貸し頂ければと思います。