Recent Posts

Fix bug Profile HTML

Profile show “module/appagebuilder/appagebuilderhome” in HTML not good for SEO You can remove by follow these steps 1. Edit file Root\classes\Link.php 2. Changing Code ( https://www.diffchecker.com/m8Xx7Edi ) if (isset($params[‘fc’]) && isset($params[‘module’])) { if($params[‘fc’] == ‘module’ && $params[‘module’] == ‘appagebuilder’ && $controller == ‘appagebuilderhome’) unset($params[‘fc’]); unset($params[‘module’]); $controller = ‘index’; }   RESULT

Read More »

How to change breadcrumb background in prestashop

prestashop breadcrumd config

This article will solver: How to add breadcrumb background Prestashop? How to set height of breadcrumb Prestashop? How to change breadcrumb background in Prestashop? How to use different breadcrumb background for each page in Prestashop? How to use different breadcrumb of each product? How to use different breadcrumb of each …

Read More »

Google PageSpeed Insight for PrestaShop

google_spped_mark

1. Image – Use Lazyload Images : is a web-design technique that intentionally postpones the loading of offscreen images until the moment a user scrolls down the page. – Image size Mobile smaller than image for dessktop. Example image Desktop, Mobile – Use image optimize – Use image type webp, …

Read More »