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 »How to fix leotheme schema error in prestashop 1.7.8.x
Hi In prestashop 1.7.8.x, prestashop use microdata to show schema. With builder of appagebuilder and review of leofeature You will get error with schema. Please follow my guide to fix: 1. update module appagebuilder to 2.4.5 2. Update moduel leo feature to 2.2.2 after copy module, please update or reset …
Read More »Security issue with the module ApPageBuilder v.2.2.4
Hi When you got error This issue enables hackers to do SQL injections and it can be exploited because of PHP files in the module that are not secured. Please update ApPageBuilder to latest version If you have many edit you can follow my guide to fix open file modules/appagebuilder/appagebuilder.php …
Read More »Advanced Search4 Module is not displaying results of filter with prestashop theme of leotheme
Hi Advanced Search4 Module is not displaying results of filter anymore. In category page you select any filter for layered navigation. You will see that result looks bad. Is not generating the page according to my setting from theme with 4 colons etc… Error like this image Please follow my …
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 error not show Texture in product list Ap Page builder
Hi I’m so sorry about my bug. Please follow my guide to fix: 1, open file module/apagebuilder/apagebuilder.php find code in line 1727 if (Tools::isEmpty($row['color']) && !@filemtime(_PS_COL_IMG_DIR_ . $row['id_attribute'] . '.jpg')) { continue; } elseif (Tools::isEmpty($row['color']) && @filemtime(_PS_COL_IMG_DIR_ . $row['id_attribute'] . '.jpg')) { $row['texture'] = _THEME_COL_DIR_ . $row['id_attribute'] . '.jpg'; } …
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 »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 »[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 »Edit tpl code in product list and product detail ap page builder
As you might know, Ap Pagebuilder Module is using product list builder and product detail builder. You can read guide Product Listing builder ( product in home page + category + search page) in here And product Detail builder is similar like this. 1. How to edit Product display in …
Read More »