- 4
About This File
A tool that will help you create and speed up the mobile version of OpenCart!
How to make a template responsive? on the mobile version, hide “extra” elements.
Do you need usability to not be affected? move modules and widgets to other positions.
Even top templates do exactly this, elements that are “not needed” or, on the contrary, are needed only in the mobile version: either hidden using css (display:none); or moved, preferably with flexbox or bootstrap pull push, but often by attaching multiple javascript event listeners. Even bootstrap's responsiveness is based on such principles.
All this creates extra “weight” and load, which of course slows down the site and forces the user’s processor to work with increased load, making noise like a mining rig.
In our products we advocate using only what is needed now. And based on these principles, we developed
module Mobile schemes which will help:
- reduce page size (prevent excessive network load),
- reduce the size of the DOM structure,
- speed up the CPU shutdown time,
- will get rid of unnecessary JavaScript code (reduce execution time of JavaScript code),
- get rid of CSS crutches,
and:
- Eliminate display blocking resources
- Reduce server response time (time to first byte, TTFB),
- Use an appropriate image size,
and etc.
while even improving
- adaptability,
- flexibility in customization and
- friendliness of your site!
Supports built-in schemas of popular modules, for example supports SEOCMS.
this version supports OpenCart 2.1.x, 2.2.x, 2.3.x, ocStore 2.1.x, 2.2.x, 2.3.x
to Opencart 3.x, ocStore 3.x is download this!
Support
available to users from the buyer list and only after reading the faq:
If you are asking to understand a problem, then to save time, indicate:
- Website address
- access to the admin panel
- access to FTP server
For any questions, you can contact us through personal messages on the forum;
Opening hours from 10-00 to 18-00 Kyiv time, excluding weekends and holidays.
Attention
The module is not a button - you press it and the site “flies”... for the “magic” it is better to turn to other modules.
Layout Type is a tool that allows you to customize and speed up the mobile version of your store.