Linux 软件免费装
Banner图

Hide and Seek Header

开发者 mlchaves
更新时间 2022年12月18日 15:42
捐献地址: 去捐款
PHP版本: 7.2 及以上
WordPress版本: 6.1.1
版权: GPLv2 or later
版权网址: 版权信息

标签

html css javascript header hide animation avada themefusion onscroll

下载

1.0.0 1.0.1 1.2.0 1.3.0 1.4.0

详情介绍:

Built for Avada by ThemeFusion Hide and Seek Header frees up more space for a web page by hiding the sticky header when scrolling down. The sticky header will reappear when scrolling back up to make site navigation easier. Features

安装:

  1. Upload the plugin zip file to the /wp-content/plugins/hide-and-seek-header directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress

屏幕截图:

  • Preview of the plugin in action. Sticky header disappears on scroll down. Reappears on scroll up.
  • Plugin settings page.
  • Landing page mode. No distracting header or menu on page load.
  • Scroll-up sensitivity setting. This will delay the reappear slightly to avoid annoying flicker on touch screens.

升级注意事项:

1.4.0 None 1.3.0
  • Mainly CSS and JavaScript changes. The PHP was updated only for versioning and to enqueue a new CSS file for the landing page fix.
1.2.0
  • Code changes for scroll sensitivity, admin page GUI, and DB uninstall of Hide and Seek Header options.
1.0.1
  • Fix for formatting issue on headers 2-5.
1.0.0 None

常见问题:

Will this plugin work for other themes?

Version 1.0.1 was built for Avada. It hasn't been tested with other themes. Please fork a copy and change it to work for other themes, if wanted.

Can I change the mobile breakpoint?

Yes. You can write custom CSS to override the media query for the .hideandseek-hide-down class.

Can I change the default fade-out animation?

Yes. You can write custom CSS to override the animation style and timing in the .hideandseek-hide-down class. Below is the CSS it would take to increase the animation duration and responsive breakpoint at the same time. ` / Custom disable for devices smaller than 1024px. / @media screen and (max-width: 1023.998px) { .hideandseek-hide-down { visibility: visible !important; opacity: 1 !important; transition: none !important; } } / Custom fade increase to 5.5 seconds. / @media screen and (min-width: 1024px) { .hideandseek-hide-down { visibility: hidden; opacity: 0; transition: visibility 5.5s, opacity 5.5s linear !important; } } `

更新日志:

1.4.0 1.3.0 1.2.0 1.0.1 1.0.0