-
Created a topic, I Couldn’t get order mail when I update Omise Payment Gateway Plugins, on the site WordPress.org Forums:
Hello, When I have activated the Woocommerce extension… -
Posted a reply to Omiseを入れてると銀行振込で注文受付メールが届かない, on the site WordPress.org Forums:
どうも他の手動作成した決済手段も注文メールが届かなくなる様なので、、こちらのJapanizedさんではなくOmiseの方で相談してみたいと思います。 -
Created a topic, Omiseを入れてると銀行振込で注文受付メールが届かない, on the site WordPress.org Forums:
こんにちは。Woocommerceの拡張機能、Omise Payment Gatewayを有効化していると、… -
Posted a reply to [Smart Custom Fields] カテゴリーで使用するとWarningが出る, on the site WordPress.org Forums:
当方profileページのカスタマイズにSmart Custom Fieldsを使用していますが、Wordpressを5.7.4から5.8.2へアップデートしたところ、florena3さんとほぼ同じwarningが出るようになりました。 動作はしていますがやはり気になりますね。サーバーによるのでしょうか。 Declaration of Smart_Custom_Fields_Controller_Taxonomy::admin_enqueue_scripts($hook) should be compatible with Smart_Custom_Fields_Controller_Base::admin_enqueue_scripts() in 【wpのパス】\wp-content\plugins\smart-custom-fields\classes\controller\class.profile.php on… -
Posted a reply to 入力画面にパラメータ付きURLでアクセスした際にリダイレクトをさせないようにしたい, on the site WordPress.org Forums:
当方でも先日バージョンアップしたところ、パラメータが無いURLへリダイレクトされるようになりました。 こちらの場合はURLにある値(商品名などをいれています)を、 フォーム内のテキストフィールドに引き渡すために使用していましたが、 バージョンアップ後はフィールドに値が引き継がれなくなっている状況です。 フォーム管理画面の「設定」 > 「URL引数を有効にする」にチェックを入れると、少しまた状況が変わり、 値と値の間の「&」が「&」や「amp%3B」に置き換えられひたすらURLが伸びつづけ、リダイレクトし続けてしまうのでどうしたものかという状態です。 ※ {post_id}などで記事固有の情報を取得する分にはリダイレクトされないようです。 -
Posted a reply to Warning on PHP 7.2, on the site WordPress.org Forums:
おっと、アップデートされたのですね、早速試してみます。 このままコアファイルをいじったバージョン使うのは気持ちよくなかったので私もスッキリしそうです。 作者様いつもありがとうございます。 -
Posted a reply to Warning on PHP 7.2, on the site WordPress.org Forums:
解決できたので自己レス。 エラーの該当箇所をarrayで括り条件をつけることでエラーを回避。 $ct_value = count($value); ↓ if (is_array($value)) {$ct_value = count($value);}; -
Posted a reply to 日付ピッカーで指定できる日時を、曜日とカスタムフィールドで制限したい, on the site WordPress.org Forums:
特定の曜日を指定できないよう、[]をarrayに変えてみたり挑戦中です。 日曜だけ [mwform_datepicker name="date1" id="date1" class="date1 form-control" size="30" placeholder="第1希望日" js='"minDate": "7" ,"maxDate": "97", "beforeShowDay" :… -
Created a topic, Warning on PHP 7.2, on the site WordPress.org Forums:
サイトを運用しているサーバーのPHPバー… -
Created a topic, 日付ピッカーで指定できる日時を、曜日とカスタムフィールドで制限したい, on the site WordPress.org Forums
-
Created a topic, How to change the link on fullcalendar view?, on the site WordPress.org Forums:
I have to link to product detail page of the woocommer…