Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- *Customizations for Asli theme*
- **All Custom styles are in this file**
- /wp-content/themes/asli-child/style.css
- **Common frontend customization**
- /wp-content/themes/asli-child/functions.php
- /wp-content/themes/asli-child/inc/frontend/add_preload_prefetch_links.php
- /wp-content/themes/asli-child/inc/frontend/inline_theme_components.php
- **Implementation of dropdown toggle for the grid widget**
- /wp-content/themes/asli-child/css/custom-toggle-dropdown.css
- /wp-content/themes/asli-child/js/custom-toggle-dropdown.js
- **Change header class (for color change) on scroll**
- /wp-content/themes/asli-child/js/custom-header-trigger.js
- Please note that the effect is bound to `#white-bg-content` ID. This is the element on homepage https://disk.yandex.ru/i/K3aCHWRPvvFuRg The ID is set from Elementor editor.
- **Animation adjustment for the homepage slider**
- /wp-content/themes/asli-child/js/components/SliderFullpageBase.js
- **Codebase for custom "Masonry Grid Widget"**
- /wp-content/themes/asli-child/js/components/CustomGrid.js
- /wp-content/themes/asli-child/js/elementor-preview-custom-widgets.js
- /wp-content/themes/asli-child/widgets/custom-masonry-grid/custom-masonry-grid-widget.php
- /wp-content/themes/asli-child/widgets/custom-masonry-grid/compatibility/wpml.php
- /wp-content/themes/asli-child/widgets/custom-masonry-grid/skins/filter-sidebar.php
- /wp-content/themes/asli-child/widgets/custom-masonry-grid/skins/filter-top.php
- /wp-content/themes/asli-child/widgets/custom-masonry-grid/skins/no-filter.php
- **Custom post types**
- Registered via ACF plugin (Admin panel -> ACF -> Post Types)
- **Custom posts fields**
- Registered via ACF plugin (Admin panel -> ACF -> Field Groups)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement