copy and paste VoodooHDA at Library/Extensions
sudo chmod -Rf 755 /S/L/E*
sudo chmod -Rf 755 /L/E
sudo chown -Rf 0:0 /S/L/E*
sudo chown -Rf 0:0 /L/E
Rebuild Kext Cache
sudo kextcache -i /
copy and paste VoodooHDA at Library/Extensions
sudo chmod -Rf 755 /S/L/E*
sudo chmod -Rf 755 /L/E
sudo chown -Rf 0:0 /S/L/E*
sudo chown -Rf 0:0 /L/E
Rebuild Kext Cache
sudo kextcache -i /
<!--?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
?-->
<!--?php
/**
* Category view template
*
* @var $block \Magento\Catalog\Block\Category\View
*/
?-->
<!--?php $category = $block->getCurrentCategory(); ?-->
<!--?php $subcategories = $category->getChildrenCategories(); ?-->
<!--?php $_helper = $this->helper('Magento\Catalog\Helper\Output'); ?-->
<!--?php $objectManager = \Magento\Framework\App\ObjectManager::getInstance(); ?-->
<!--?php if(count($subcategories) > 0): ?-->
<div class="products wrapper grid products-grid">
<ol class="products list items product-items">
<li style="list-style-type: none;">
<ol class="products list items product-items"><!--?php $subcategory = $objectManager->create('Magento\Catalog\Model\Category')->load($subcategory->getId()); ?-->
<li class="item product product-item">
<div class="product-item-info"><!--?php if ($_imgUrl = $subcategory->getImageUrl()): ?-->
<a class="product photo product-item-photo" href="<?= $subcategory->getUrl() ?>">
<span class="product-image-container">
<!--?php $_imgHtml = '<img src="' . $_imgUrl . '" ?-->'; ?>
<!--?php echo $_imgHtml = $_helper->categoryAttribute($subcategory, $_imgHtml, 'image'); ?-->
</span>
</a>
<!--?php endif; ?-->
<div class="product details product-item-details"><strong class="product name product-item-name">
<!--?= $subcategory->getName() ?-->
</strong></div>
</div></li>
</ol>
</li>
</ol>
</div>
<!--?php else: ?-->
<!--?php if (!$block->isContentMode() || $block->isMixedMode()): ?-->
<!--?= $block->getProductListHtml() ?-->
<!--?php endif; ?-->
<!--?php endif; ?-->
[php]<move element="page.main.title" destination="product.info.main" before="-"/>[/php]
stupid like me want such change 😛
#bookmark #remove #customize #section #wordpress
function remove_customize_register() { global $wp_customize; $wp_customize->remove_section( 'colors' ); //Modify this line as needed } add_action( 'customize_register', 'remove_customize_register', 11 );
stable #clover #5107
https://github.com/CloverHackyColor/CloverBootloader/releases/tag/5107
#bookmark #clover #EFI #backup #catalina #macOS before 10.15.4
https://drive.google.com/file/d/1Rv_ko34k7FcwHsrTRuvp81ON675rUStN/view?usp=sharing
export NVM_DIR=~/.nvm
source ~/.nvm/nvm.sh