childsview
Forum Replies Created
-
I have learned that this issue will be addressed in the following ticket and I will close it. Thank you.
Thank you for reply, Jacob.
I was trying different things, so the code was different from the first phenomenon code. Sorry.
hide_empty was omitted because it is true by default.
The code is described again.function my_category(){ $args = array( 'title_li' => '', 'hide_empty' => true, ); return wp_list_categories($args); } echo my_category(); echo my_category();
The value of hide_empty was the same whether it was true or 1.
Please confirm this. Thank you.
Forum: Plugins
In reply to: [Simple GA Ranking] デバック情報が表示されていますこちら進捗です。
発生条件:
新規インストール
アナリティクスにデータが存在しない
options-general.php?page=sga_ranking にて設定変更をしていない解消条件:
options-general.php?page=sga_ranking にて「Debug Mode」のチェックを入れたら解消しました。
その後、解除しても表示に変更ありませんでした。
アナリティクスにデータを入れて、その後キャッシュ等変更してみるもデバッグ表示のままだったので、
上記チェックを入れたところ解消した次第です。固有の発生事案かもしれませんが、一応共有させていただきます。
Forum: Plugins
In reply to: [Simple GA Ranking] デバック情報が表示されています追記にて失礼いたします。
こちら、ログイン時のみ表示されます。
非ログイン時には表示されません。大事な前提情報が抜けており、失礼いたしました。
Forum: Plugins
In reply to: [SEO SIMPLE PACK] 固定ページのmeta keywords設定についてアップデート確認いたしました。
非常に助かります。ありがとうございます!Forum: Plugins
In reply to: [SEO SIMPLE PACK] 固定ページのmeta keywords設定についてご返信頂きありがとうございます。
仕様変更していたのですね。承知いたしました!Forum: Plugins
In reply to: [Native Lazyload] Anchor link is misalignedI wrote how to disable anchor on a page-by-page basis.
https://qiita.com/childsview/items/f928d9f569606f1b5e95Hi @gemmaevans,
Thank you for reply. I was send support ticket on it.
- This reply was modified 5 years, 5 months ago by childsview.
Forum: Plugins
In reply to: [Imsanity] PHP 7.1 or earlier errorThank you fo reply.
OK. I think I understood well.
I’m always grateful for your contribution.Forum: Fixing WordPress
In reply to: WordPress & TinyMCEHi.
I was suffering from the same trouble, but in my case the cause was WAF.
I hope it will help resolve.