Pre-Debugging Checklist
Before starting the debugging process, ensure you've checked the following items:
Block Setup Verification
JavaScript Registration
- Check if the block requires additional JavaScript in
block_folder/block.json- Look for
viewScriptproperty - Format should be:
"viewScript": "block-$category-$blockName-script"
- Look for
Block Registration
- Verify block JavaScript is properly registered in
block_folder/setup.php
Slider Troubleshooting
If the slider is not working:
- Check if the column has the same class as selected in column settings
- For more details, refer to Swiper Column Integration
ALM (Ajax Load More) Issues
If ALM is not functioning:
- Verify that
alm-filtersexists in ajax-load-more-filters in the admin panel