Changed the code to render the height of the homepage slider dynamically in the ratio 4:3. // Increase the slider height on mobile .home-image-slider .bx-wrapper { @media (max-width: $screen-xs-max) { width: 100vw !important; /* Full viewport width */ height: calc(100vw * 3 / 4) !important; /* Maintain 4:3 ratio */… Continue reading Adjust Mobile Homepage Slider Aspect Ratio
Tag: user interface
Page Search Enhancements
As part of the 2024.1 Release, we can now collapse both the Global Search Results and the Current Page Results sections of the Page Search feature by clicking the headings. To expand the list of results, click Show [N] more results. To collapse the list of results, click Show less results. For more information, see… Continue reading Page Search Enhancements
Favorites Feature Available in Dropdown Lists
As part of the 2024.1 Release, we can select up to five favorite items in the Customer, Add Multiple, and Items fields on sales orders. In the Add Multiple field, we can show only your favorite items by selecting the Show Favorites Only box. To enable the Favorites feature, go to Set Preferences > General… Continue reading Favorites Feature Available in Dropdown Lists