Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter wanfeel

    (@wanfeel)

    I solved another problem myself the other day, and this time I solved it myself:) I removed WooPayments and it no longer causes errors.

    先日別の問題を自分で解決しましたが、今回も自分で解決しました:) WooPayments を削除したところ、エラーは発生しなくなりました。

    拡張機能でPayPalを導入しようとしたところ、WooPaymentsが同時にインストールされました。試しに無効化してみたところエラーを起こさなくなりました。

    Thread Starter wanfeel

    (@wanfeel)

    I solved it myself. I installed woocommerce.php, which was created based on page.php, directly under the child theme. This may be helpful for those using the cocoon theme. Below is the code.

    商品ページのみサイドバーが本文エリアに被ってしまい困っていましたが、自己解決しました。コピーしたpage.phpのコードを下記のように書き換えます。名前をwoocommerce.phpに変えて子テーマ直下に配置します。cocoonテーマをお使いの方の参考になるかもしれません。下記は、そのコードです。

    <?php //通常ページとAMPページの切り分け
    /**
     * Cocoon WordPress Theme
     * @author: yhira
     * @link: https://wp-cocoon.com/
     * @license: https://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
     */
    if ( !defined( 'ABSPATH' ) ) exit;
    
    if (!is_amp()) {
       get_header();
     } else {
       cocoon_template_part('tmp/amp-header');
     }
    ?>
    <div class="content">
    	<article>
    		<section>
    			<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    				<h2><?php the_title(); ?></h2>
    				<?php woocommerce_breadcrumb(); ?>
    				<?php woocommerce_content(); ?>
    			</div>
    			<div class="clear"></div>
    		</section>
    	</article>
    <?php get_footer(); ?>
    Thread Starter wanfeel

    (@wanfeel)

    すいません。自己解決しました。

    Contact Form 7 Datepickerが原因だったようです。こちらを無効化したら表示されました。

    Thread Starter wanfeel

    (@wanfeel)

    I solved this myself. It was a bug in iOS17. After updating to version 17.2.1, the sound problem disappeared. Sound problems have also been reported in other apps.

    Thread Starter wanfeel

    (@wanfeel)

    Thanks for your help. Now I could understand the functionality of this plugin. I was wondering if Google would automatically pick up some stores when I set keywords in the plugin. I found that with this plugin, I had to manually register each store one by one. I would like to manually register each store one by one and take the time to create content.

    Thread Starter wanfeel

    (@wanfeel)

    I looked at your demo page, but it didn’t work on the Japanese map. It may be different from what I want to do. I just delete my page.

Viewing 6 replies - 1 through 6 (of 6 total)