ページヘッダーの自動スタイルは違い形が出てしまいますという問題です。

VWSとは フォーラム Lightning ページヘッダーの自動スタイルは違い形が出てしまいますという問題です。

ページヘッダーの自動スタイルは違い形が出てしまいますという問題です。

  • このトピックには3件の返信、2人の参加者があり、最後にVektor,Incにより4年、 5ヶ月前に更新されました。
4件の投稿を表示中 - 1 - 4件目 (全4件中)
  • 投稿者
    投稿
  • #23925

    syouei-branding
    参加者

    ページヘッダーの自動スタイルは違い形が出てしまいますという問題です。
    例えば:このページ【 https://scivax.syouei-br.website/sample/ 】をローディングすると、サイトヘッダーからページヘッダーまで空きが出てしまいます【詳しく:画像】。しかし、ページをスクロール後で、その空きがなくなります。
    調査しましたが、原因が分かりませんので、教えてもっらて良いでしょうか?

    Attachments:
    You must be logged in to view attached files.
    #23957

    Vektor,Inc
    キーマスター

    When immediately after page loaded, you added the contact btn was display quite large.
    Then after the contact button become normal size.

    Lightning get the header height when the contact button was large displaying and that hight add to margin top.

    Immediately after, button size and header hight is small.
    But page-header top margin hight is still high.

    You want to fix this issue that, you set to small contact btn when page load immediately after too.

    #23971

    syouei-branding
    参加者

    I already tried to delete the button template, and just used the menu and logo but the problem still remains. I think the btn is not the reason.
    You can see detail in this photo:

    Attachments:
    You must be logged in to view attached files.
    #24210

    Vektor,Inc
    キーマスター

    I attached the immediately after reload screenshot.

    When immediately after reload, Lightning get header height and add margin-top.

    But your site is already original customized that it’s difficult to the fix advice.

    Or the following method you can reset the header fixed.

    // lightning headfix disabel sample
    add_filter( 'lightning_headfix_enable', 'lightning_headfix_disabel' );
    function lightning_headfix_disabel() {
    	return false;
    }
    Attachments:
    You must be logged in to view attached files.
4件の投稿を表示中 - 1 - 4件目 (全4件中)
  • このトピックに返信するにはログインが必要です。