Skip to content

Commit

Permalink
release: fixes
Browse files Browse the repository at this point in the history
- Fixed duplication of Bank Details on the WooCommerce Order-Received Page
- Fixed text overlapping in Onboarding notice for multiple languages
- Fixed schema issues in the footer
- Fixed CSS syntax error causing W3C validation error
- Updated Google Fonts
- Updated the thumbnail for the default starter site
- Added new default "Marketing Agency" starter site content
  • Loading branch information
vytisbulkevicius authored Jul 3, 2024
2 parents c786393 + 0bce684 commit d8d79f5
Show file tree
Hide file tree
Showing 66 changed files with 1,430 additions and 819 deletions.
1 change: 0 additions & 1 deletion .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ vendor/codeinwp/ti-onboarding/assets/vue
vendor/codeinwp/ti-about-page/assets/scss
vendor/codeinwp/ti-about-page/assets/scss
vendor/codeinwp/ti-onboarding/assets/scss
vendor/codeinwp/themeisle-sdk/src/Modules/Dashboard_widget.php
inc/admin/onboarding/assets/vue
inc/admin/onboarding/node_modules
inc/admin/onboarding/.eslintrc
Expand Down
Binary file removed assets/img/starter-content/card-01.jpg
Binary file not shown.
Binary file removed assets/img/starter-content/card-02.jpg
Binary file not shown.
Binary file removed assets/img/starter-content/card-03.jpg
Binary file not shown.
Binary file removed assets/img/starter-content/card-04.jpg
Binary file not shown.
Binary file removed assets/img/starter-content/card-05.jpg
Binary file not shown.
Binary file removed assets/img/starter-content/card-06.jpg
Binary file not shown.
Binary file removed assets/img/starter-content/hero.jpg
Binary file not shown.
3 changes: 0 additions & 3 deletions assets/img/starter-content/icon-01.svg

This file was deleted.

3 changes: 0 additions & 3 deletions assets/img/starter-content/icon-02.svg

This file was deleted.

3 changes: 0 additions & 3 deletions assets/img/starter-content/icon-03.svg

This file was deleted.

10 changes: 0 additions & 10 deletions assets/img/starter-content/icon-04.svg

This file was deleted.

10 changes: 0 additions & 10 deletions assets/img/starter-content/icon-05.svg

This file was deleted.

3 changes: 0 additions & 3 deletions assets/img/starter-content/icon-06.svg

This file was deleted.

Binary file modified assets/img/starter-content/logo-agency.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/starter-content/map.png
Binary file not shown.
Binary file added assets/img/starter-content/neve-hero-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/starter-content/person-hero-2.png
Binary file removed assets/img/starter-content/team-01.jpg
Diff not rendered.
Binary file removed assets/img/starter-content/team-02.jpg
Diff not rendered.
Binary file removed assets/img/starter-content/team-03.jpg
Diff not rendered.
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"neve_ran_builder_migration": true,
"neve_migrated_builders": true,
"neve_ran_migrations": true,
"neve_had_old_skin": true,
"neve_migrated_hfg_colors": true,
"nav_menu_locations": {
"primary": 176
},
"hfg_header_layout_v2": "{\"desktop\":{\"top\":{\"left\":[],\"c-left\":[],\"center\":[],\"c-right\":[],\"right\":[{\"id\":\"secondary-menu\"}]},\"main\":{\"left\":[{\"id\":\"logo\"}],\"c-left\":[],\"center\":[],\"c-right\":[],\"right\":[]},\"bottom\":{\"left\":[],\"c-left\":[],\"center\":[],\"c-right\":[],\"right\":[]}},\"mobile\":{\"top\":{\"left\":[],\"c-left\":[],\"center\":[],\"c-right\":[],\"right\":[]},\"main\":{\"left\":[{\"id\":\"logo\"}],\"c-left\":[],\"center\":[],\"c-right\":[],\"right\":[{\"id\":\"nav-icon\"}]},\"bottom\":{\"left\":[],\"c-left\":[],\"center\":[],\"c-right\":[],\"right\":[]},\"sidebar\":[{\"id\":\"secondary-menu\"}]}}\";}",
"neve_new_skin": "new"
}
18 changes: 18 additions & 0 deletions e2e-tests/specs/customizer/hfg/hfg-copyright-component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,26 @@ test('Checks the copyright in front-end', async ({ page }) => {
await expect(
page.locator('.hfg_footer .footer--row[data-show-on="desktop"]')
).toHaveText('Neve | Powered by WordPress');
await expect(
page
.locator('.hfg_footer .footer--row[data-show-on="desktop"] a')
.nth(0)
).toHaveAttribute('href', 'https://themeisle.com/themes/neve/');
await expect(
page
.locator('.hfg_footer .footer--row[data-show-on="desktop"] a')
.nth(1)
).toHaveAttribute('href', 'https://wordpress.org');

// Check that the text is also present for the Mobile footer
await expect(
page.locator('.hfg_footer .footer--row[data-show-on="mobile"]')
).toHaveText('Neve | Powered by WordPress');

await expect(
page.locator('.hfg_footer .footer--row[data-show-on="mobile"] a').nth(0)
).toHaveAttribute('href', 'https://themeisle.com/themes/neve/');
await expect(
page.locator('.hfg_footer .footer--row[data-show-on="mobile"] a').nth(1)
).toHaveAttribute('href', 'https://wordpress.org');
});
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import { test, expect } from '@playwright/test';
import { setCustomizeSettings } from '../../../utils';
import secondaryMenuSetup from '../../../fixtures/customizer/hfg/hfg-secondary-menu-component.json';

test.describe('Secondary Nav', async () => {
test('Mobile Sidebar Opening', async ({ page, request, baseURL }) => {
await setCustomizeSettings('hfgSearchFormIcon', secondaryMenuSetup, {
request,
baseURL,
});
await page.goto('/?test_name=hfgSecondaryNav');

await page.setViewportSize({ width: 375, height: 812 }); // Mobile Mode.

await page.getByRole('button', { name: 'Navigation Menu' }).click();

await expect(page.locator('#header-menu-sidebar-inner')).toBeVisible(); // Secondary_Nav_Walker enqueues the necessary JS to make the menu work.
});
});
Loading

0 comments on commit d8d79f5

Please sign in to comment.