Currently Mega Menu extension decides what type of menu (mobile or desktop) to display based on the type of device used, rather than based on screen resolution. It means that if you opened a page in a desktop browser: And then enabled ...
Such behavior can be observed if Varnish cache is used. To resolve it, add the following code to sub vcl_hash in the varnish configuration file: sub vcl_hash { if (req.http.X-UA-Device ~ "^mobile" || req.http.X-UA-device ~ ...
LITE Features: - sticky menu for mobile devices; - hamburger menu for categories; - custom menu items for desktop and mobile views; - menu builder; internal/external URLs for menu items; - labels for menu items; - color settings. PRO Lite plan + - ...
Mega Menu provides the functionality to display subcategory content on mouse hover. To configure such functionality on your site, follow the steps below. 1. Set the display of subcategories content in the main category settings at: ...
There are several settings that might affect this behavior. First of all, please check if the root category is included in the menu at Magento Admin Panel → Catalog → Categories → Default Category → Include in Menu: If a store has several ...
At the moment there is no such a setting, but custom breakpoints for the mobile menu can be set via customization. Please, contact us for more detailed instructions and provide an example URL of the website.
There are two possible options to exclude some categories from the menu. First one is disabling a category from displaying in the top menu individually with the setting Include in Menu: Or, in order to hide the subcategories block, it is ...
Sometimes data in the amasty_fpc_activity table may pile up and take a lot of space. At the moment the extension lacks the functionality of auto-cleaning this log. Therefore, the solution is to manually clear the Customer Activity Log table. It is ...
Default Magento cookies are divided into 2 types - Essential and Non-Essential. 1. Essential cookies do not require the user's consent for their work and are stored in the browser automatically, as they ensure the correct operation of the store from ...
If there are several Product Parts Finder blocks on a .phtml page, you may differentiate the results by the Finder ID value. When the needed finder is used, the \Amasty\Finder\Controller\Index\Search::execute controller receives the request ...
In case the product image doesn't change when a customer chooses a specific attribute option, please go to Stores → Attributes → Product and open the needed attribute. Make sure that the Update Product Preview Image setting is enabled in the ...
By default, the Landing Pages extension allows showing child options of configurable products matching the specified conditions. It means that if a landing page is configured to display green items, and the configurable product has a child item ...