スライド画像の下に突然余白ができました | WordPress.org

[ad_1]

昨日、プラグインfileBird Liteを入れ、メディアライブラリーの整理とプラグインAdmin Menu Editorを入れ、アクセス権限等の整理を行い、画面を確認すると、スライドの下に余白ができており、いろいろ試してみたのですが、直らないので、ご連絡いたしました。プラグインで何か干渉するものはありますか?

現在の設定は
幅、高さ→空白 効果Silde ナビゲーション、ページネーション、コンテンツ→チェック 表示→昇順 速度→2000ミリ秒 自動高さ調整、グループ単位、表示単位、間のスペース→なし 中央配置→チェック

以前にご質問させて頂いた、レスポンシブ対応をfunctions.phpに記載しております。
function my_xo_slider_script_parameter( $params, $slide, $key ) {
        if ( 1234 == $slide->id ) {
                $params[’slidesPerView’] = 1;
                $params[’spaceBetween’] = 0;
                $params[’breakpoints’] = [
                        // 480px 以上
                        ‘480’ => [
                                ‘slidesPerView’ => 1.4,
                                ‘spaceBetween’ => 5,
                        ],
                ];
        }
        return $params;
}
add_filter( ‘xo_slider_script_parameter’, ‘my_xo_slider_script_parameter’, 10, 3 );

困っております。何か原因が分かりましたら、お教え頂けたらと思います。よろしくお願いいたします。

The page I need help with: [log in to see the link]

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer