bump to 1.19.4

This commit is contained in:
2023-09-08 01:50:12 -07:00
parent 8cbf53172b
commit 4da86531e9
12 changed files with 360 additions and 327 deletions

View File

@@ -4,7 +4,7 @@ Theme URI: https://scriptstown.com/wordpress-themes/pressbook/
Author: ScriptsTown
Author URI: https://scriptstown.com/
Description: PressBook is a multi-purpose WordPress theme suitable for blogs, news, marketing, and educational websites. The theme offers a fully responsive, clean, modern, and pixel-perfect design that can adjust automatically to fit the content elements in the best possible manner for any screen-size device. It has a minimal dependency, an SEO-friendly layout, and offers high performance with a quick loading time. It supports double sidebars, a single sidebar, footer widgets, an eye-catching gradient colors scheme for buttons and the top bar, a top advertisement banner area with a custom header background, and customizable options. Both the sidebars can be configured to be shown on the left or on the right. This theme is great to publish documentation, tutorials, events, status updates, story updates, technology blogs, reviews, newsfeeds, etc. It comes with sticky sidebars that float with scrolling. The theme supports multiple page templates with page-level layout settings, blog layouts, conditional block areas, page builders, different color settings, footer options, and much more. Also, the theme comes with three menu locations which include a fully accessible multi-level primary menu with a search form, a top bar navigation menu, and social links menu. It is also great for building schools, university, institutes, and academic, or educational websites.
Version: 1.9.1
Version: 1.9.4
Requires at least: 5.3
Tested up to: 6.3
Requires PHP: 7.0
@@ -1944,6 +1944,11 @@ body.side-widget-no-shadow .c-sidebar .widget {
opacity: 1;
height: auto;
overflow: visible;
z-index: 0;
}
.main-navigation:not(.toggled):not(.main-navigation--touch) ul li:hover>ul,
.main-navigation:not(.toggled) ul li.focus>ul {
z-index: 99995;
}
@@ -2063,6 +2068,10 @@ body.side-widget-no-shadow .c-sidebar .widget {
overflow-x: auto;
background: #fff;
box-shadow: 1px 2px 3px rgba(0, 0, 0, .07);
z-index: 0;
}
.main-navigation:not(.toggled) .primary-menu-search .search-form {
z-index: 99995;
}