Clickjacking It involves tricking a user into clicking something different from what they think it is. Let’s create a straightforward example with it. index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>A malicious website</title> <link rel="stylesheet" href="style.css"> </head> <body> <button>Just a button</button> <iframe id="banking-site-iframe" src="https://your-bank.com"></iframe> </body> </html> Above, we have …
Read More »[Error] Try to acccess array offset on value of type null in apgencode.php line 106
Hi If you see error Try to acccess array offset on value of type null in apgencode.php line 106 please follow my guide to fix open file /modules/appagebuilder/classes/shortcodes/ApGenCode.php find code: $profile_data = $module->getProfileData(); $profile_folder = $profile_data[‘profile_key’]; remove it code: $file_url = apPageHelper::getConfigDir(‘theme_profiles’).$profile_folder.’/’.$file_name; replace it with $file_url = apPageHelper::getConfigDir(‘theme_profiles’).’/’.$file_name; find the …
Read More »Fix bug show many query with ap page builder
Hi When you got error have many query in home page When you using leo Bicmart theme with product list in font end Please download latest version or update code follow my guide: file modules/appagebuilder/appagebuilder.php find function public function getProductsFont($params) edit code $sql .= ' ORDER BY '.(!empty($order_by_prefix) ? '`'.pSQL($order_by_prefix).'`.' …
Read More »Cannot install module ps_legalcompliance. The module is invalid and cannot be loaded.
Dear Customer, If you have error when install theme Cannot install module ps_legalcompliance. The module is invalid and cannot be loaded. you need access this file prestashop/themes/your_theme/config/theme.yml then remove the code block circled in red in the image
Read More »Update Zoom in in mobile and lightgallery for product detail
Hi. We have just update zoom product image in mobile and added lightgallery for product image in detail page. Download latest version of module ap page builder Version is 2.4.2 2. After update version 2.4.2 You login in back-office > Ap page builder > Ap Module Configuration Load Library Lightroom …
Read More »Update 170+ Prestashop Themes 1.7.7.0 | Prestashop Modules 1.7.7.0 – Leotheme
Dear valued customers, As we know, Prestashop has just released the latest version – Prestashop 1.7.7.0 with new updates and important fixes. In this blog, we would like to announce to you our list of Prestashop themes in version 1.7, which are planned to be updated to Prestashop …
Read More »No image available when click attribute Prestashop 1.7.7.0
Hi, When you using Prestashop, You click on attribute and got error No image available Please follow my guide to fix: open file root\themes\YOURTHEME\templates\catalog\_partials\product-cover-thumbnails.tpl replace all $product.default_image to $product.cover When you using prestashop < 1.7.7.0 such as 1.7.6.9 You got this error no image available open file root\themes\YOURTHEME\templates\catalog\_partials\product-cover-thumbnails.tpl replace all …
Read More »How to change breadcrumb background in prestashop
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
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 »[SOLVER] Bug Translate in Prestashop Theme using Leotheme
Dear valued customers, If your site using 2 languages and you want to translate your site, please read Prestashop guide to translate Some time you can not translate text, you get bug when translate text when using our theme + our module. Please follow my guide to fix: Find the …
Read More »