-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.