Blog Layout

Optimization Database prestashop

optimization prestashop database

Hi When you use prestashop in longtime You want to Optimization database to make your site run faster Please follow my guide back-up database login back-office Advanced Parameters > Database > DB Backup create new back-up 2. login php-myadmin run follow command TRUNCATE TABLE ps_connections; TRUNCATE TABLE ps_connections_source; TRUNCATE TABLE …

Read More »

Best Shopify 2.0 Themes for Handmade Products

best-shopify-2.0-themes-for-handmade-products

Handmade product shops are all the rage these days as customers seek out those unique and personalized products. A killer website design can truly make these shops shine and attract a loyal following. However, with an overwhelming number of options available, finding the perfect theme for your shop can feel …

Read More »

How to update Prestashop theme version 1.7.8.9 to 8.0.4 – Leotheme

Update-Prestashop-theme-version-8.0.4

Dear valued customers, This blog is for all Leotheme’s users, who are using Prestashop themes version 1.7.8.9 from Leotheme. As we are going to update our themes to the latest Prestashop version 8.0.4, please follow our guide to update Prestashop theme version 8.0.4 I. Changes in the file folder of …

Read More »

The danger of iframe clickjacking and how to deal with it

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 »

Leo Elements show content for each Product

Edit file tpl in ROOT\themes\THEME_NAME\templates\layouts\layout-both-columns.tpl Add code {if $page.page_name == ‘category’} {hook h=’displayContentTopCategory’} {/if} {if $page.page_name == ‘product’} {hook h=’displayContentTopProduct’} {/if}   Product Edit Product Preview   Category Edit Category Preview      

Read More »

[Solver] Slideshow loading error

slider-error-loading

Hi Everyone. If you got error with Slideshow loading same picture     Please copy css code and add it in file .ApSlideShow .slide_config , .LeoSlideshow .slide_config{ display: none; }   Path file css themes/nametemplate/assets/css/custom.css then clear cache and try again

Read More »

Top Best Shopify Theme for Tools Store

best-shopify-themes-tools-store

What are your store’s top Shopify 2.0 themes if you’re opening a tools store? Now you can stop wondering! The best Shopify 2.0 themes for tool stores will be discussed in this blog. With an emphasis on the store’s accessibility, these fantastic themes will let you highlight a range of …

Read More »

How to customize full width category page with 6 products per line?

Hi, Please follow my guide to do it: 1. Set full width for category page 2. Edit some files Add this code like image in file /themes/your_theme/templates/layouts/layout-both-columns.tpl: {if $page.page_name == ‘category’} full-width{/if}   Add/edit this code like image in file /themes/your_theme/templates/catalog/_partials/miniatures/leo_col_products.tpl {* start custom category *} {if $page.page_name == ‘category’} …

Read More »

Leo Elements Creator and Cloudflare Rocket Loader

Elementor and Cloudflare integrate smoothly with each other, although there has been an issue with Rocket Loader in the past. The issue was caused by Rocket Loader automatically changing the scripts to load asynchronously, which breaks the editor. If this is causing you a problem, you can solve this by …

Read More »