=== Intimate ===

Contributors: templatesell
Theme URI: https://www.templatesell.com/item/intimate
Author URI: https://www.templatesell.com/
Tags: grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, block-patterns, block-styles, custom-background, custom-logo, custom-menu, featured-images, featured-image-header, flexible-header, full-width-template, threaded-comments, translation-ready, footer-widgets, custom-colors, custom-header, editor-style, rtl-language-support, sticky-post, theme-options, wide-blocks, blog, news, photography

Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 7.1
Stable tag: 1.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Intimate is a elegant and easy to use WordPress magazine theme. It comes with 10+ custom widgets, customizer based theme settings, powerful theme options and many more. This theme has search option, off-canvas sidebar, multiple sidebar options, footer options, featured slider, promo boxed, footer widgets and many more. Besides that, this theme comes with added custom widgets for trending news, post grid, slider and many more.It comes with primary color option to change the whole site color with a single click. More Details: https://www.templatesell.com/item/intimate

== Description ==

Intimate is a elegant and easy to use WordPress magazine theme. It comes with 10+ custom widgets, customizer based theme settings, powerful theme options and many more. This theme has search option, off-canvas sidebar, multiple sidebar options, footer options, featured slider, promo boxed, footer widgets and many more. Besides that, this theme comes with added custom widgets for trending news, post grid, slider and many more.It comes with primary color option to change the whole site color with a single click. More Details: https://www.templatesell.com/item/intimate

== Installation ==

1. In your admin panel, go to Appearance > Themes and click the Add New button.
2. Click Upload Theme and Choose File, then select the theme's .zip file. Click Install Now.
3. Click Activate to use your new theme right away.

== Frequently Asked Questions ==

= Does this theme support any plugins? =

Intimate includes support for Infinite Scroll in Jetpack.

== Notes ==
* Custom pagination for numeric is made.

== Changelog ==
= 1.1.1 - August 21 2026 =
* Security - The pro notice wrote user meta straight from a URL parameter with no nonce, so a crafted link could dismiss it on behalf of a logged in administrator. Both dismissal links are now nonce protected and verified.
* Privacy - Fonts are served from the theme instead of being requested from Google on every page view, which sent the visitor's IP address to a third party. The original unicode-range is kept, so browsers still download only the subsets a page needs.
* Fixed - style.css sets blockquotes, pull quotes, verse blocks, the search field and the calendar in Lora and Playfair Display, but neither family was ever loaded, so all of them fell back to a generic serif. Both are now bundled.
* Fixed - The tag list was printed with a format string that contained no placeholder, so the tags were passed to printf() and discarded. Tags never appeared on a single post.
* Fixed - Three widgets trimmed their excerpt to zero words when no excerpt length was set, so the excerpt was blank. The default is now 25 words.
* Fixed - The highlights section title was escaped twice, so an ampersand in it appeared as the literal text &amp;.
* Fixed - The word "Trending" in the header was passed to esc_html() with a text domain. esc_html() takes one argument, so the domain was discarded and the word could not be translated.
* Fixed - The widget media script passed true where wp_register_script() expects a version, so the version was recorded as "1" and the script did not load in the footer.
* Fixed - The Customizer control script was requested through a path containing a double slash.
* Fixed - A leftover debug statement echoed an empty variable from inside a pre_get_posts filter.
* Fixed - Pagination no longer passes a null result to the page when there is only one page of posts.
* Fixed - Social sharing links were plain http and pasted the post title into a query string without encoding, so a title containing an ampersand or a hash truncated the shared text. They now use https and encode each value.
* Fixed - style.css was enqueued with no version, so WordPress used its own and the stylesheet was not cache busted on a theme update. Font Awesome was declared as 4.5.0 when it is 4.7.0, and slick as 4.6.0 when it is 1.8.0.
* Fixed - The theme loaded its text domain without a path, so translations shipped inside the theme were never found.
* Fixed - The custom background filter used a prefix belonging to an unrelated theme.
* Fixed - A template assigned to $title at global scope, which collides with the $title global WordPress uses.
* Added - languages/intimate.pot, so the theme can actually be translated. It lists 294 strings.
* Added - Block patterns, block styles and wide alignment. readme.txt listed all three as features and none were registered.
* Added - Real editor styles. css/editor-styles.css was enqueued but empty, so the editor never resembled the published page.
* Changed - Output is escaped at the point it is printed throughout the theme.
* Changed - Requires PHP raised from 5.2 to 7.4, Requires at least set to 6.0, and Tested up to set to 7.1. readme.txt had claimed PHP 4.7, which is not a version that exists, and a Stable tag of 1.0.0 while the theme was 1.0.9.
* Design - Posts are presented as cards with a hairline border, rounded corners and a lift on hover. Previously .post-wrap had no bottom margin at all, so one post ran straight into the next.
* Design - A clearer type scale. All six heading levels shared a line height of 1.5, which is body copy leading, and the sizes ran 29/26/23/20/17/15 in almost linear steps, so no level read as more important than the one below it. Leading and tracking are now set per level.
* Design - Headings no longer use opacity to fade their colour. Opacity applies to everything inside the element, so a link in a heading was faded with it.
* Design - Post titles on archives are 24px instead of 17px. They are marked up as h5, which put the most important element on the page below the size of the body copy around it.
* Design - Category links are set as a small uppercase accent label, and post meta is tracked out and set in tabular figures so dates line up.
* Design - Read more is styled as an action, with the arrow moving on hover.
* Design - Widget titles carry an accent rule, and widget lists are separated by hairlines.
* Design - Body copy leading raised from 1.5 to 1.65, kerning and standard ligatures enabled, and headings balance their line breaks where the browser supports it.
* Accessibility - 35 rules set supporting text in #989ea6, which is 2.63:1 against the page background and fails WCAG AA. Category links, dates, read more, breadcrumbs and widget meta were all affected. They are now #6b7280 at 4.71:1.
* Accessibility - Links inside article content are underlined again. The theme sets text-decoration: none !important on every link, which left body copy links indistinguishable from the text around them.
* Accessibility - A visible focus ring replaces the 1px dotted grey outline, shown only for keyboard users, and cards highlight when anything inside them takes focus.
* Fixed - style-rtl.css set every heading in 'Prata', a font the theme does not load. That file replaces style.css outright on a right-to-left site, so all headings fell back to a generic serif. They now use Roboto, which is bundled.
* Fixed - style-rtl.css was missing the font smoothing and leading that style.css has, so right-to-left sites rendered differently for no reason.
* Design - All motion respects prefers-reduced-motion.
* Design - Pagination was flat grey 50px squares with no rounding, no hover state and no transition. It is now a set of rounded buttons with the current page in the theme accent.
* Design - The main menu is set in tracked uppercase with an animated underline marking the current section, replacing a pale grey fill as the only cue. Submenus are a white panel with elevation and hairline separators instead of a flat grey block.
* Design - Text inputs, selects and textareas share one field style with a visible focus ring. The search field, comment form and widget forms had each been styled differently.
* Design - Comments, breadcrumbs, the 404 page, the search empty state, tables and code blocks were all given consistent treatment. Wide tables scroll rather than pushing the page sideways.
* Design - The skip link is styled, so keyboard users can see it when it takes focus. It was in the markup but invisible.
* Fixed - Menu links used transition: all, which animates layout properties as well as colour.
* Fixed - The theme forces text-decoration: none on every link and then adds an underline back in 33 hover rules, including on the pagination buttons, category labels, tag cloud chips and post titles, where an underline is wrong and doubled up with the title underline.
* Accessibility - Submenu links were #818181 at 3.8:1, breadcrumbs #858585 at 3.6:1, the breadcrumb separator #8d97a1 at 2.9:1, author meta #868686 at 3.55:1, form placeholders #999 at 2.78:1 and contact form errors #f46180 at 2.98:1. All were below the 4.5:1 WCAG AA minimum and have been corrected.
* Fixed - enqueue.php loads css/grid.css, which is the column grid on its own. The clearfix class the templates rely on lives in css/grid.min.css, which is never enqueued, so it did nothing. A floated image at the end of a post escaped the article and overlapped the sharing row and the post navigation. The missing utility classes are now defined in the stylesheet.
* Fixed - The previous and next post labels were CSS content values, so they could not be translated. They are real markup now and appear in the translation template.
* Design - Every widget in the sidebar is a block widget, and the theme only styled the classic widget classes, which WordPress has not rendered since 5.8. Archives and Categories kept the browser default bullets and indent while Latest Posts and Latest Comments did not, so no two widgets lined up. All the block widgets are styled now, and Categories and Archives read as an index with the count as a badge.
* Design - Post navigation is a pair of cards that wrap on narrow screens, and any image inside one is constrained.
* Design - Dropdown items were bold because they inherited the menu bar weight, so long items wrapped onto two bold lines. They are lighter and smaller now, the panel opens with a short slide rather than a plain fade, and the parent caret turns with it.
* Design - The off canvas and search controls are proper icon buttons with hover and focus states. The off canvas icon drew part of itself outside its own box, so those pixels were not clickable.
* Fixed - .has-post-thumbnail .post-content set no horizontal padding and outranked the general rule, so any post with a featured image had its title, meta and excerpt running against the card edge.
* Added - A filter wraps the counts that the Categories and Archives widgets print, which WordPress emits as bare text, so they can be styled and read sensibly by a screen reader.
* Fixed - Third level menus were hidden. The rounded corners on a submenu panel were clipped with overflow: hidden, and a third level menu is a child of that panel positioned outside it, so the clip removed it entirely. The corners are rounded on the first and last rows instead.
* Fixed - The Comment field label read "Comment * *". WordPress prints the required marker inside the label and the theme added a second one in CSS.
* Fixed - The comment form was indented 25px while the Leave a Reply heading and the post navigation sat at the content edge, so the form did not line up with anything around it.
* Fixed - The trending strip floated its label beside the headline, and before the slider script ran the two overlapped and the first characters of the headline were hidden behind the label.
* Fixed - A divider bar was drawn after the header date even when no social menu followed it, leaving a separator at the end of the bar with nothing after it.
* Fixed - The main menu wrapped onto a second row once the items were set in uppercase. Tracking and padding are tighter so it stays on one line.
* Fixed - The 404 headline was set at the full h1 display size inside a 500px column and broke onto three lines.
* Changed - One corner radius scale across the theme: 10px for surfaces and controls, 6px for small inline elements, circles and pills unchanged. Values had ranged across 2, 3, 4, 6, 8, 10 and 12px with no pattern.
* Changed - The comment, search and 404 submit buttons all use the same primary button style. They had been black while every other action was the theme accent.
* Tested with WP 7.1
= 1.0.9 - February 10 2022 =
* Tested with WP 5.9
* Fixed widget blocks screen
* Added theme support for Rank Math plugin

= 1.0.8 - August 19 2021 =
* Tested with WP 5.8
* Disable new widget screen

= 1.0.7 - April 09 2021 =
* Tested with WP 5.7
* Tags updated
* Plugin compatibility for breadcrumbs added
* Fixed font url

= 1.0.6 - October 29 2020 =
* Fixed customizer callback issues

= 1.0.5 - October 21 2020 =
* Div closing on pagination fixed

= 1.0.4 - October 21 2020 =
* Added upgrade notice
* Added Upgrade to pro button

= 1.0.3 - October 19 2020 =
* Fixed reviwer issues
* Added about page

= 1.0.2 - October 19 2020 =
* Fixed reviwer issues
* Fixed some minor CSS issues

= 1.0.1 - October 02 2020 =
* Fixed some CSS issues
* Fixed responsive issues

= 1.0.0 - September 22 2020 =
* Initial release

== Credits ==

Intimate is free WordPress theme by, Template Sell.
Intimate is distributed under the terms of the GNU GPL v2 or later.

* Based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc., [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html)
* normalize.css https://necolas.github.io/normalize.css/, (C) 2012-2016 Nicolas Gallagher and Jonathan Neal, [MIT](https://opensource.org/licenses/MIT)
* BreadcrumbTrail, Copyright (c) 2008 - 2015, Justin Tadlock http://themehybrid.com/plugins/breadcrumb-trail
* Theia Sticky Sidebar https://github.com/WeCodePixels/theia-sticky-sidebar [MIT license]
* Iscroll JS https://github.com/cubiq/iscroll/blob/master/LICENSE  [The MIT License (MIT)] Copyright (c) 2008-2013 Matteo Spinelli, http://cubiq.org
* Slick Slider https://github.com/kenwheeler/slick/blob/master/LICENSE [The MIT License (MIT)]
* Font-Awesome https://github.com/FortAwesome/Font-Awesome FontAwesome 4.6.3 Copyright 2012 Dave Gandy Font License: SIL OFL 1.1 Code License: MIT License http://fontawesome.io/license/

== Screenshot Images [CCO License] ==
Image for theme screenshot Copyright Pxhere
License: CC0 1.0 Universal (CC0 1.0)
Source: https://pxhere.com/en/photo/661074

Image for theme screenshot Copyright Pxhere
License: CC0 1.0 Universal (CC0 1.0)
Source: https://pxhere.com/en/photo/552598

Image for theme screenshot, Copyright Tmaximumge
License: CC0 1.0 Universal (CC0 1.0)
Source: https://pxhere.com/en/photo/1608796

Image for theme screenshot Copyright Pxhere
License: CC0 1.0 Universal (CC0 1.0)
Source: https://pxhere.com/en/photo/341841

Image for theme screenshot, Copyright Robert Couse-Baker
License: CC0 1.0 Universal (CC0 1.0)
Source: https://pxhere.com/en/photo/526052

Image for theme screenshot Copyright Pxhere
License: CC0 1.0 Universal (CC0 1.0)
Source: https://pxhere.com/en/photo/962915

Image for theme screenshot, Copyright marcello migliosi
License: CC0 1.0 Universal (CC0 1.0)
Source: https://pxhere.com/en/photo/1614801

* Sidebar icons for the customizer are self created and license under GPL.
* Header Advertisement Banner is self created and license under GPL.