app/design/frontend/Themeness/minu/Magento_Catalog/templates/category/products.phtml
[html]
getCurrentCategory(); ?>
getChildrenCategories(); ?>
helper(‘Magento\Catalog\Helper\Output’); ?>
0): ?>
-
getChildrenCategories() as $subcategory): ?>
- getImageUrl()): ?>
‘; ?>
categoryAttribute($subcategory, $_imgHtml, ‘image’); ?>
Magento 2 move product title at product description page.
- Post author By rawi
- Post date August 19, 2020
[php]<move element="page.main.title" destination="product.info.main" before="-"/>[/php]
- Tags magento 2, product title
Categorieswordpress remove customize section – child theme
- Post author By rawi
- Post date May 25, 2020
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 );
- Tags bigcommerce, child theme, childtheme, wordpress
stable #clover #5107
https://github.com/CloverHackyColor/CloverBootloader/releases/tag/5107
CategoriesGOLDEN BUILD – HD 520 ::: BACKUP – #bookmark #clover #EFI #backup #catalina #macOS before 10.15.4
- Post author By rawi
- Post date March 25, 2020
#bookmark #clover #EFI #backup #catalina #macOS before 10.15.4
https://drive.google.com/file/d/1Rv_ko34k7FcwHsrTRuvp81ON675rUStN/view?usp=sharing
fix node path bash_profile #node #path #bash
- Post author By rawi
- Post date March 5, 2020
fix node path bash_profile #node #path #bash
I had the same issue until I added the following lines to my .bash_profile[html]
export NVM_DIR=~/.nvm
source ~/.nvm/nvm.sh
[/html]- Tags haiku, Udhauli, Udhauli haiku
beloved app – #designer #freeruler #pascal
- Post author By rawi
- Post date November 28, 2019
magento 2 permission 2018
- Post author By rawi
- Post date October 15, 2018
sudo chown -R rawi:www-data Magento-CE-2 find /var/www/html/magento/Magento-CE-2 -type f -print0 | xargs -r0 chmod 640 find /var/www/html/magento/Magento-CE-2 -type d -print0 | xargs -r0 chmod 750 chmod -R g+w /var/www/html/magento/Magento-CE-2/app/etc chmod -R g+w /var/www/html/magento/Magento-CE-2/var chmod -R g+w /var/www/html/magento/Magento-CE-2/generated chmod -R g+w /var/www/html/magento/Magento-CE-2/vendor chmod -R g+w /var/www/html/magento/Magento-CE-2/pub
- Tags magento2
create(‘Magento\Catalog\Model\Category’)->load($subcategory->getId()); ?>