emulsion new note

blockの:root :where(hoge)が動作しない。ブロックスタイルが反映しない問題が出ているので、確認のため 反映した場合には、見出し文字を赤にしておく

todo: block-site-logo , block-navigation

6.8(beta3) wp-block-site-title, wp-block-post-title が出力されていない

theme.jsonが反映していない。 なんで? 6.8ベータに切り替えてからなんだけど

"core/site-title": {
                "elements": {
                    "link": {
                        "typography": {
                            "textDecoration": "none"
                        }
                    }
                },
                "typography": {
                    "fontSize": "1.5rem",
                    "fontFamily": "var(--wp--preset--font-family--heading)",
                    "fontWeight": "var(--wp--custom--font-weight--heading)",
                    "lineHeight": "var(--wp--custom--line-height--heading)",
                    "textTransform": "var(--wp--custom--text-transform--heading)"
                },
                "spacing": {
                    "margin": {
                        "top": "0",
                        "right": "0",
                        "bottom": "0",
                        "left": "0"
                    },
                    "padding": {
                        "top": "0",
                        "right": "var(--wp--custom--padding--right)",
                        "bottom": "0",
                        "left": "var(--wp--custom--padding--left)"
                    }
                }
            },
            "core/post-title": {
                "elements": {
                    "link": {
                        "typography": {
                            "textDecoration": "none"
                        }
                    }
                },
                "typography": {
                    "fontSize": "2rem"
                },
                "spacing": {
                    "margin": {
                        "top": "0",
                        "right": "0",
                        "bottom": "0",
                        "left": "0"
                    },
                    "padding": {
                        "top": "0",
                        "right": "var(--wp--custom--padding--right)",
                        "bottom": "0",
                        "left": "var(--wp--custom--padding--left)"
                    }
                }
            },

function-global.php で transient がうまく動作せず。ログアウト状態のページが適切に表示できないので、transient を一時停止

todo: コードの修正が必要

カテゴリ、タグ、デフォルトカテゴリの 表示と非表示コントロールを修正

修正 特定のカテゴリ、タグ アーカイブページで、それぞれのタクソノミの重複表示を行わない、デフォルトカテゴリを表示しない

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

[emulsion_relate_posts]