Advertisement
artemsemkin

Asli theme customization list

Aug 2nd, 2024 (edited)
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. *Customizations for Asli theme*
  2.  
  3. **All Custom styles are in this file**
  4. /wp-content/themes/asli-child/style.css
  5.  
  6. **Common frontend customization**
  7. /wp-content/themes/asli-child/functions.php
  8. /wp-content/themes/asli-child/inc/frontend/add_preload_prefetch_links.php
  9. /wp-content/themes/asli-child/inc/frontend/inline_theme_components.php
  10.  
  11. **Implementation of dropdown toggle for the grid widget**
  12. /wp-content/themes/asli-child/css/custom-toggle-dropdown.css
  13. /wp-content/themes/asli-child/js/custom-toggle-dropdown.js
  14.  
  15. **Change header class (for color change) on scroll**
  16. /wp-content/themes/asli-child/js/custom-header-trigger.js
  17. 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.
  18.  
  19. **Animation adjustment for the homepage slider**
  20. /wp-content/themes/asli-child/js/components/SliderFullpageBase.js
  21.  
  22. **Codebase for custom "Masonry Grid Widget"**
  23. /wp-content/themes/asli-child/js/components/CustomGrid.js
  24. /wp-content/themes/asli-child/js/elementor-preview-custom-widgets.js
  25. /wp-content/themes/asli-child/widgets/custom-masonry-grid/custom-masonry-grid-widget.php
  26. /wp-content/themes/asli-child/widgets/custom-masonry-grid/compatibility/wpml.php
  27. /wp-content/themes/asli-child/widgets/custom-masonry-grid/skins/filter-sidebar.php
  28. /wp-content/themes/asli-child/widgets/custom-masonry-grid/skins/filter-top.php
  29. /wp-content/themes/asli-child/widgets/custom-masonry-grid/skins/no-filter.php
  30.  
  31. **Custom post types**
  32. Registered via ACF plugin (Admin panel -> ACF -> Post Types)
  33.  
  34. **Custom posts fields**
  35. Registered via ACF plugin (Admin panel -> ACF -> Field Groups)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement