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']) && [email protected](_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 »[Solver] Slideshow and menu do not work in mobile
Hi Everyone. If you got error with your site: Can not show LeoSlideShow via Appagebuilder. Please check that The Group of LeoSlideShow is exist. Can not show LeoBootstrapMenu via Appagebuilder. Please check that The Group of LeoBootstrapMenu is exist. Don’t worry about it. Please follow my guide: this error happen …
Read More »How to get Instagram Token
Starting from March 2020, Facebook requires users to create a Facebook app with Instagram Basic Display API to get a long-live Instagram Access Token. Follow our instructions on this section to get your own Instagram Access Token and paste it back on the Instagram Shopping & Feed app back-end configuration …
Read More »Ap Page Builder Tutorial: Create Field to Insert Youtube Video in Product page
Hi I will guide you on how to insert youtube video in the product page of Ap Pagebuilder Prestashop Module. Step 1: Access back-office > Ap PageBuilder > Ap Module Configuration. Create a new field with text: video Step 2: Access file /modules/appagebuilder/appagebuilder.php find function hookActionObjectProductUpdateAfter in this function find …
Read More »