2017-05-24 19 views
0

I持っていたフロントエンドのレイアウトでこれらのブロック: 追加<referenceBlock名=「head.additional」> Magentoの2動作しない

<referenceContainer name="content"> 
     <block class="Dfl\Marketplace\Block\Profile" name="marketplace_sellerprofile" template="profile.phtml" cacheable="false" before="-"/> 
    </referenceContainer> 
    <referenceContainer name="sidebar.main"> 
     <block class="Dfl\Marketplace\Block\Profile" name="marketplace_sellerprofileleft" template="profile_left_sidebar.phtml" cacheable="false" before="-"/> 
    </referenceContainer> 
    <referenceContainer name="sidebar.additional"> 
     <block class="Dfl\Marketplace\Block\Profile" name="marketplace_sellerprofileright" template="profile_right_sidebar.phtml" cacheable="false" before="-"/> 
    </referenceContainer> 

が、私はセクションにそれを挿入するために新しいブロックを追加したいです。 私は単純なメタエントリを追加した私のsocial_tags.phtmlテンプレートで、これらのブロックの上に

<referenceBlock name="head.additional"> 
     <block class="Dfl\Marketplace\Block\Profile" name="marketplace_social_tags" template="social_tags.phtml" /> 
    </referenceBlock> 

を次のコマンドを追加しました。

meta entry example

それから私は、セットアップを実行します。静的コンテンツ:電子とセットアップupgradはen_US es_ESのを展開 をしかしエントリはheadタグではありませんでした。 これらのリンクをたどりましたが、メタエントリを表示できませんでした。

Atwix - Adding blocks to the head section in Magento 2

add-block-in-head-tag-in-magento-2

任意のヘルプ?何が欠けているの?

答えて

0

男。私は同じ問題を頭にhreflangものを取得しようとしていた。 4時間試しました。私はdefault_head_blocks.xml

<referenceBlock name="head.additional"> 

を使用しているときに私のためにそれだけで働いていた、分かった - いくつかのサイトも例のモジュールは、default.xmlの中head.additionalを参照していても

それは私をとても夢中にさせた。

関連する問題