ishitaka
Forum Replies Created
-
Forum: Plugins
In reply to: [XO Featured Image Tools] Can u help me?Hi,
We haven’t heard back from you in a while. I’ve gone ahead and marked this thread as resolved.
If the problem is not solved yet, please open a new thread.Thanks!
Forum: Fixing WordPress
In reply to: トップ画面の修正の仕方がわかりませんこんにちは
日本語での質問は、日本語フォーラムの方がより多くの回答を得ることができると思います。
https://ja.wordpress.org/support/forums/Forum: Fixing WordPress
In reply to: メニューのリンク不具合こんにちは
日本語での質問は日本語フォーラムの方がより多くの回答を得ることができると思います。
https://ja.wordpress.org/support/forums/Forum: Plugins
In reply to: [XO Featured Image Tools] Duplicate problemWhat theme are you using?
Forum: Plugins
In reply to: [XO Event Calendar] XO Event Calendar の曜日が英字になってしまいました指定のページを確認したところ、サイトの言語が英語(en-US)になっていました。
サイトの言語(管理画面メニューより [設定]-[一般] の [サイトの言語])が「日本語」になっているか確認してください。Forum: Plugins
In reply to: [XO Event Calendar] XO Event Calendar の曜日が英字になってしまいましたこんにちは
翻訳ファイルが更新されていない(またはインストールされていない)のかもしれません。
WordPress の更新ページ(管理画面メニューより [ダッシュボード]-[更新])の、[翻訳を更新] ボタンが表示されている場合は、[翻訳を更新] ボタンをクリックしてください。Forum: Localhost Installs
In reply to: 只今メンテナンス中です。しばらくお待ちください。こんにちは
日本語での質問は日本語フォーラムの方がより多くの回答を得ることができると思います。
https://ja.wordpress.org/support/forums/Forum: Plugins
In reply to: [XO Featured Image Tools] Can u help me?Hi,
Could I ask the HTML code of the first image of the post?
Forum: Plugins
In reply to: [XO Event Calendar] Listing Events on a pageHi,
Please add the code of my blog to the functions.php of your theme.
Forum: Plugins
In reply to: [XO Event Calendar] Listing Events on a pageHi
In the current version, there is no shortcode to list the events.
The code of the shortcode which lists the event on the following page is published.https://xakuro.com/blog/wordpress/366/
Shortcode example:
[xo_recent_event count="-1"]The description of the page is Japanese, but I think the code will be helpful.
- This reply was modified 8 years, 4 months ago by ishitaka.
Forum: Plugins
In reply to: [XO Event Calendar] HolidaysHi, Specify holidays with the holidays parameter of the short code.
Ex)
[xo_event_calendar holidays="fullfills"][xo_event_calendar holidays="foo,bar"]For the explanation, please refer to the following page. However, it is currently only in Japanese.
https://xakuro.com/wordpress/xo-event-calendar/I’m sorry for my late reply.
Forum: Plugins
In reply to: [XO Post Background] Background image shows up on category archivesSorry, I misunderstood. My English ability is not native level.
A new version (1.2.0) added ‘xo_post_background_style’ filter.
Adding the following code to functions.php will not output the background image in the category.function my_post_background_style( $style, $image_src ) { if ( is_category() ) return false; return $style; } add_filter( 'xo_post_background_style', 'my_post_background_style', 10, 2 );Forum: Plugins
In reply to: [XO Post Background] Background image shows up on category archivesSorry, the category archive is not supported.
I’d like to support in the future, but I have no plans.Forum: Plugins
In reply to: [XO Security] Does it change the admin slug?Admin slug does not change, but will block the wp-admin from a page other than the designated login page.
Forum: Plugins
In reply to: [XO Event Calendar] An error occurs, I do not check the holidayPlease try the latest version it has a fix for this.