You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated theme to latest version of Foundation, 6.5.3
Updated CHANGELOG.md to reflect a proper changelog going forward.
Added
Added support for Freemius - This will allow me to gather information on how the theme is being used as well as allow users to give me feedback on how to improve WP-Forge. However, adding this to the theme significantly increases the file size of the theme.
Added a function to functions.php to remove the jQuery-Migrate. This is simply not needed so there is no reason to load it.
Added option to hide or display Next and Previous post links to the customizer. This was added in the Post Configuration section. Thanks to Tom Gamble for the idea to make this happen.
Removed
Removed the option to select Float Grid, Flex Grid or XY Grid. The only css supported by WP-Forgeis the XY Grid.
Removed what-input.js - this is no longer part of Foundation for Sites.
Removed the TotalPress screenshot.png from the theme. This image is being served from Imgur now.
Removed the Changelog tab in the WP-Forge Theme section of the theme. The changelog is maintained on Github so no need to have a list in the theme.
Removed the content position from the preview as the css necessary to make it work could not be added in the .js file.
Fixed
Fixed issue with Main Content Positon - When a user selects Right the main content area is supposed to move to the right and the sidebar should display on the left side. This used an older version of Foundation and the css has been updated and works properly.
Fixed an issue with the Footer Text area. The message that was being typed was not displaying as the user was writing it. This has been corrected.
Fixed issue with Footer Font Size - the values being entered were not being updated immediately in the screen on the right of the customizer.
Fixed css for the menu widget. The links were displaying all over the place.
Fixed the padding from the grid-container in the search form. This was causing the search form in the sidebar to look squished.
Changed
Changed all the footer[role="contentinfo"] to .footer_wrap grid-container as its more specific.
Changed the pre tags - made the background and font darker.
Corrected an issue with the Footer Colors - some of the controls were not working properly.
Changed the deafault size of the header image from 175 to 200 in custom-header.php.
Changed the padding in the header.
Changed the line-height of links in the top-bar menu. This makes the menu look bigger instead of being so thin.
Changed the font size of links in the Top Bar to 16px from 0.825rem.