Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #24

Merged
merged 22 commits into from
Jan 12, 2024
Merged

Develop #24

merged 22 commits into from
Jan 12, 2024

Conversation

garikhg
Copy link
Member

@garikhg garikhg commented Jan 12, 2024

No description provided.

garikhg added 22 commits January 9, 2024 02:23
Defined styling for tables, lists, forms, and general text elements across different screen sizes. Incorporated new SASS files to enhance the appearance and improve user experience. Also introduced scripts to facilitate version upgrades and manage release publishing. Refactored style.scss to import the new styling files contributing to a more organized codebase.
The styles.scss file in the WP Kit Elementor theme has been refactored. Various UI components such as tables, lists, forms and general text elements have been redesigned to enhance the theme's overall appearance and usability. Styling files have been restructured and imported into styles.scss for better organization.
The hardcoded text domain 'wp-kit-elementor' has been replaced with a constant in the Gruntfile. This will make the code easier to maintain, as any future changes to the text domain only need to be made in one place.
The two unnecessary lines/spaces within the _reset.scss file were deleted to clean up the code and improve readability. This change will ensure the code is tidier and more consistent.
The _general.scss file was moved from the 'generic' directory to the 'theme' directory. This change will make the file structure more intuitive, and the _general.scss file easier to locate.
New Sass files: theme.scss, _layouts.scss, _header.scss, _footer.scss and _utilities.scss have been added to the wp-kit-elementor theme assets. These files contain layout, header, footer and utility styles that provide basic structuring and styles for the theme.
Separated the styles for the header, footer, comments, and posts/pages to improve code organization. This enhances maintainability and readability. The _layouts.scss file was updated, and a style for footer copyright was added.
The style.scss file in wp-kit-elementor theme has been significantly refactored to enhance code clarity and maintainability. Most notably, specific styles related to the site header, footer, comments and individual posts/pages have been removed to simplify the styling process. Elements such as .footer-copyright which were formerly styled within this file are now handled elsewhere.
…theme

A new Sass file named _navigation.scss has been created to telescope navigation-related styles. These styles were initially in style.scss but have been removed for better organization. Additionally, the import statement for _navigation.scss has been added to _header-and-footer.scss, ensuring the navigation styles are appropriately utilized.
This commit updates the organization of SCSS theme imports, moving the "posts-and-pages" from '_layouts.scss' to 'theme.scss'. It also introduces styles for the site logo element in '_header.scss'. These changes streamline the division of styles and improve the visual appearance of the website header.
This commit replaces usage of CSS variables (--global--) with SCSS variables ($blue, $link-color, $link-hover-color) in multiple files. Additionally, it removes CSS variables and site logo styles from style.scss. This aligns the codebase with SCSS standards and improves maintainability.
Corrects whitespace in version define statement for better formatting. Changes directly call the version number using the new whitespace-corrected constant. Enqueues theme style file, letting WordPress handle the minified version based on whether SCRIPT_DEBUG is defined and true.
A modification has been made within the scripts function in the functions.php file for the wp-kit-elementor theme. A piece of code that enqueues the theme's stylesheet has been included, ensuring this styling will be correctly loaded and applied.
The commit updates the README.md file's preview image source link to reflect the changed location of the screenshot. Additionally, the changelog in the readme.txt file has been updated to accurately depict a recent tweak in the theme stylesheet code.
Lowered the version requirements for WordPress and PHP, while updating the details of the theme's author and providing a URL for the theme and author. This update improves theme information and compatibility.
@garikhg garikhg merged commit 32f60cf into main Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant