ifnoob
Forum Replies Created
-
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] PHP ErrorI am sory.
Was a mistake all-in-one-seo-pack
Please delete the threadForum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] PHP Errorsorry for all-in-one-seo-pack.
- This reply was modified 4 years, 4 months ago by ifnoob.
public function print_styles_inline() { echo '<style id="kirki-inline-styles">'; $this->print_styles(); echo '</style>'; }
far worse method?. not queue.
The theme author.
As a request,<style id="kirki-inline-styles">.page .blog{font-family:Noto Serif JP;font-size:16px... /* [0] */ @font-face { font-family: 'Noto Serif JP'; font-style: normal;...
I’m in the same queue
<style id="kirki-inline-styles">.page .blog{font-family:Noto Serif JP;font-size:16px...</style> <style id="kirki-inline-google-font-styles"> /* [0] */ @font-face { font-family: 'Noto Serif JP'; font-style: normal;... </style>
Control becomes easy
$ wp_style <-It’s easier than Object Customize.With Japanese original vertical writing specification (rtl)
I want my desktop to be valid, but not RWD Mobile.
Do you have a solution?Forum: Plugins
In reply to: [Japanized For WooCommerce] 配送項目が送信後反映不可対応有難うございます。
javascriptで紐付いている部はJP郵便番号だけの様でしたが、<script type="text/javascript"> // Search Japanese Postal number jQuery(function($) { $(document).ready(function(){ $("#<?php echo $method;?>_postcode").keyup(function(){ var zip = $("#<?php echo $method;?>_postcode").val(),
ここの部分をキューに入れて欲しい要望。
また、codeは見ていて気がついてのですが、WordPressデフォにてスマホエージェントに、Kindle Silkも含まれていることから、こちらもあった方が良いかと。public function isSmartPhone() { $ua = isset($_SERVER['HTTP_USER_AGENT'])? $_SERVER['HTTP_USER_AGENT'] : ''; if (stripos($ua, 'iphone') !== false || // iphone stripos($ua, 'ipod') !== false || // ipod (stripos($ua, 'android') !== false && stripos($ua, 'mobile') !== false) || // android (stripos($ua, 'windows') !== false && stripos($ua, 'mobile') !== false) || // windows phone (stripos($ua, 'firefox') !== false && stripos($ua, 'mobile') !== false) || // firefox phone (stripos($ua, 'bb10') !== false && stripos($ua, 'mobile') !== false) || // blackberry 10 (stripos($ua, 'blackberry') !== false) // blackberry
と、チェックアウト部の番地項目入力必須は嫌う人や???な人も多く、カゴ落ち防止としてもフィールドカスタマイズは必要です。
Forum: Plugins
In reply to: [Japanized For WooCommerce] 配送項目が送信後反映不可チェックアウトフィールドをカスタマイズした場合、配送項目が注文?メールに反映されない件で、
Japanized for WooCommerce プラグインが出力している、必須項目フィールドを表示無し?必須削除カスタマイズした場合、配送項目全てが送信されない事が分かりましたのでご報告致します。
確認済み
WordPress 5.4?5.3.x
WooCommerce 4.x?3.8.x
Japanized For WooCommerce 2.2.x
javascriptにて請求先と配送が紐付いているのが原因かも知れません。Forum: Plugins
In reply to: [Japanized For WooCommerce] 日本語になりませんwp-content/languages/plugins/woocommerce-for-japan-ja.mo & woocommerce-for-japan-ja.po Delete.
Forum: Plugins
In reply to: [Welcart e-Commerce] Why ISAMGood!.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Undefined variable ErrorThank you great plugin.
Forum: Plugins
In reply to: [SiteGuard WP Plugin] 500 Server Error/classes/siteguard-waf-exclude-rule.php <- fixed
if ( isset( $rule[‘sig’] ) ) {
$htaccess_str .= “<IfModule mod_siteguard.c>\n”;
}
foreach ( $rules as $rule ) {
if ( isset( $rule[‘filename’] ) && isset( $rule[‘sig’] ) ) {
$filename = $rule[‘filename’];
$sig = $rule[‘sig’];
if ( ! empty( $filename ) ) {
$htaccess_str .= ” <Files $filename >\n”;
$htaccess_str .= $this->output_exclude_sig_1( $sig );
$htaccess_str .= ” </Files>\n”;
} else {
$htaccess_str .= $this->output_exclude_sig_1( $sig );
}
}
}
if ( isset( $rule[‘sig’] ) ) {
$htaccess_str .= “</IfModule>\n”;
}
そもそも、シグネッチャがない場合、<IfModule mod_siteguard.c> を吐き出す必要があるのか?。Forum: Plugins
In reply to: [SiteGuard WP Plugin] 500 Server ErrorSorry mistake.
Forum: Plugins
In reply to: [Elementor Website Builder - More than Just a Page Builder] javascript ErrorI did not know that. Thank you