Ryo
Forum Replies Created
-
Forum: Reviews
In reply to: [Highlighting Code Block] I use this plugin a lotReading the error message, it seems to be caused by an undefined function called
mb_strtolower()
.This is a function that should have been included by default since PHP 4.3.
Please check to see if there is a problem with the PHP installed on your server.Forum: Reviews
In reply to: [Highlighting Code Block] I use this plugin a lotThe indication “Tested up to 6.1.1.” is the WordPress version. Not PHP.
At least in my development environment, I have confirmed that it works fine with 8.1.9.
Please check again whether there is a problem with another plugin or the theme you are using. (There are a lot of plugins that have issues with 8.1.)
If you really have a problem with this plugin, please let us know the details.
If there is a problem, we can fix it if you provide us with information, but such rude reviews that include misunderstandings will only discourage developers.
Forum: Plugins
In reply to: [Highlighting Code Block] Add to Settings menuSorry. The information on the plugin page was out of date.
The display name has been changed to “[HCB] Settings” instead of “CODE BLOCK”.
Thanks for the report. I will improve it.
Forum: Reviews
In reply to: [Highlighting Code Block] Difficult to useWhat aspects did you find difficult?
I will prepare a document in English based on your opinion.
Forum: Plugins
In reply to: [SEO SIMPLE PACK] カテゴリー名のスニペットが機能しないカテゴリー取得に関しては、どのカテゴリーを優先取得するかなども考慮するとコード量がかなり増えてきてしまうので、一旦はプラグインに内包するのは見送ることにしました。
代わりに、次回アップデートで
ssp_replace_snippet_{your_snippet_name}
というフックを追加し、独自スニペットを利用できるように調整予定ですので、そちらを活用いただければと思います。例:
%_hoge_%
というスニペットを使うadd_filter( 'ssp_replace_snippet_hoge', function() { return 'スニペットを置き換える文字'; });
Forum: Plugins
In reply to: [SEO SIMPLE PACK] GA Tab link not workingI’m sorry. I could not confirm such a phenomenon in my environment.
Forum: Plugins
In reply to: [SEO SIMPLE PACK] カテゴリー名のスニペットが機能しないすみません、確認が遅くなりました。
%_cat_name_%ですが、こちらはカテゴリーページで動作するものになっていまして、投稿ページのタイトルに使用すると展開されない仕様になっています。
投稿ページで使用することに対しては一定数需要があるようなので、動作できるように調整できないか試してみます。
- This reply was modified 2 years, 5 months ago by Ryo.
Forum: Plugins
In reply to: [SEO SIMPLE PACK] 1 pages have multiple meta description tagsSEO SIMPLE PACK alone should not generate two meta descriptions.
There is a possibility that you have other plugins with similar functions, or that the theme you are using has such a function and is duplicated, or that you have customized something yourself with hooks etc. I have.
Forum: Plugins
In reply to: [SEO SIMPLE PACK] Anyway to add month and year to title tags :(Do you mean that you want to be able to use the date of an article posted or updated as a snippet?
Forum: Plugins
In reply to: [SEO SIMPLE PACK] Plugin may destroy the theme of AjaxThe content is rendered once when the meta description is automatically generated.
If you are using a form or other feature that causes problems, please write the meta description for that page manually.
Forum: Plugins
In reply to: [Highlighting Code Block] v1.5.0ではクラシックブロックでエラー発生すみません、一部のサイトで同様のバグが再現できました。
1.5.3で修正しました!Forum: Plugins
In reply to: [Highlighting Code Block] v1.5.0で言語選択?ファイル名?行数入力欄消失すみません、まだ表示されないケースがあったみたいなので1.5.4で追加修正しました!
- This reply was modified 3 years, 1 month ago by Ryo.
Forum: Plugins
In reply to: [Highlighting Code Block] v1.5.1で言語選択?ファイル名?行数入力欄消失Closed.
Forum: Plugins
In reply to: [Highlighting Code Block] v1.5.1で言語選択?ファイル名?行数入力欄消失下記トピックと重複していますので、本件はクローズします。
1.5.1で手元の環境では修復できているのですが、まだ出てこない場合は上記のトピックへ返信して詳しい状況を教えていただければと思います。
(ブロックを「選択した時」に設定項目が下に出現するようになっています)