-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Theme MIMIC #1
base: main
Are you sure you want to change the base?
Theme MIMIC #1
Conversation
RWD_LUMA updated package (v1.1) I have created an updated and complete package for the project which I have decided to call MIMIC. MIMIC is a theme based on RWD_default and is inspired by the LUMA theme of Magento2 MIMIC doesn't just imitate LUMA MIMIC is Optimization for mobile devices and more in detail; - Menu usability in mobile formats has been improved, making the menu always visible. - A scrolltop beta module downloaded for free from magentostore for magento 1 has been added when it was still active. The full version of the module in question with advanced features can be purchased at this address: https://store.neklo.com/scroll-up-extension-for-magento.html Despite being a Beta the module works well This version of the scrolltop has a custom style to better suit the MIMIC theme. - In the RWD theme, the field where the quantities of the products to be purchased are entered are of the "InputText" type in MIMIC they have been changed to "NUMERIC" to facilitate use with the numeric keypad of smartphones and tablets. MIMIC does not add jQuery code other than RWD therefore it should not cause conflicts with modules already tested with RWD INSTALLATION: Download the package from github If using filezilla: Unzip the package in a directory of your choice Open zilla files and drag and overwrite the APP and SKIN folders to the OpenMage root If you upload the package directly to the server be sure to unzip the package to a temporary folder for safety. Copy and overwrite the APP and SKIN folders in the OpenMage root. SETUP From the Openmage Admin Go to: SYSTEM> CONFIGURATION> GENERAL> DESIGN Leave unchanged Package / package name Themes / translations Themes / default Change: Themes / Templates from "default" to "mimic" Themes / Skins (images-css) from "default" to "mimic" Themes / Layout from "default" to "mimic" Go to: SYSTEM> CONFIGURATION> NEKLO> scroll to top to enable the module.
checking and adding the zip file you attached to the repository takes a lot of time, you have to be patient till a volunteer takes this task over. to create a proper PullRquest out of it |
I thank you for the answer. the theme is based on Rwd. if you wish I can
provide only the css and .phtml files with the modified lines indicated.
Il gio 10 giu 2021, 09:21 Daniel Fahlke ***@***.***> ha
scritto:
… checking and adding the zip file you attached to the repository takes a
lot of time, you have to be patient till a volunteer takes this task over.
to create a proper PullRquest out of it
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALCKSZTQRJBGCZDC5POWDHDTSBRXDANCNFSM44JOGEZQ>
.
|
@Danieleeffe1 Thanks for making MIMIC available to the community. I downloaded your hefty zip and took a peek. Would you consider making MIMIC fallback to <!-- app\design\frontend\rwd\mimic\etc\theme.xml -->
<theme>
<parent>rwd/default</parent>
</theme> After which, you only need to retain the files which are different from |
kiatng Thanks for the reply. I had decided to propose an independent and complete file to give the possibility to those who want to modify it at their own pleasure without being bound to RWD I have never done the procedure you suggest, I can try to do it. II can only make available files that have been added and changed as soon as available I will post it at the end of this chat. |
"MIMIC" update This file contains only and exclusively modified MIMIC files which differ from RWD to facilitate the control work. I edited the theme.xml file as indicated by kiatng. I have not changed the contents of the .xml files in Layout referring to the folders contained in the theme as I do not know the syntax needed to clean these files. I have updated the header.phtml file to a new version in this new version in mobile mode I managed to hide the logo previously above the menu-bar to save space and I replaced the word MENU with the "alt image" of the logo in order to get the wording you want (I would have put the store name but I could not find the correct php node). I also optimized the css based. |
@Danieleeffe1 Thanks so much for the minimized version, it is much easier to review. I'm interested to test it but my workload is exremely high at the moment for the next couple of months. Another suggestion: there are 2 modules in |
kind kiatng the module was present in free license in magentostore before it was closed. I quote original description of mimic: "A scrolltop beta module downloaded free from magentostore for magento 1 was added when the store was still active. The full version of the module in question with advanced features can be purchased at this address: https://store.neklo.com/scroll-up-extension-for-magento.html " I don't know the way it works, I'm not a developer. https://magefan.com/blog/magento-2-scroll-to-top-free-solutionl |
add media.phtml in app/design/rwd/mimic/template/catalog/product/view in this file add two function :
|
New Update: i have modifed the css file, now i n the page product the button add-to-link wishlist and the button add-to-link compare in the product page have the icon heart and icon grafics. is sufficents add the follow files modifed: style.css in the pat skin/frontend//rwd/mimic/css/ |
Latest "MINI" version with all previous improvements. Compatible with OpenMage 20.0.11 and onwards OpenMage 20.0.11 and later (if you don't change EVERYTHING AGAIN :) ) to be installed nested in the RWD folder (I deleted the Scrolltop module, for those who want to download the previous version of mimic): pending approval and publication |
Hello Kiatng I have loaded the latest essential version of Mimic. I deleted the Neklo module which inserts the TopScroll function (to make your life easier) and deleted the file /app/design/frontend/rwd/mimic/layout/page.xml which prevented the loading of css files with OpenMage 20.0.11 and above . If you read the various updates of the post history you will see that I have added a couple of changes. |
I have created an updated and complete package for the project which I have decided to call MIMIC.
MIMIC is a theme based on RWD_default and is inspired by the LUMA theme of Magento2
MIMIC doesn't just imitate LUMA
MIMIC is Optimization for mobile devices and more in detail;
Menu usability in mobile formats has been improved, making the menu always visible.
A scrolltop beta module downloaded for free from magentostore for magento 1 has been added when it was still active.
The full version of the module in question with advanced features can be purchased at this address:
https://store.neklo.com/scroll-up-extension-for-magento.html
Despite being a Beta the module works well
This version of the scrolltop has a custom style to better suit the MIMIC theme.
In the RWD theme, the field where the quantities of the products to be purchased are entered are of the "InputText" type in MIMIC they have been changed to "NUMERIC" to facilitate use with the numeric keypad of smartphones and tablets.
Add thumbnail product associate in Product Bundle and Product Group.
Add Predisposition for "sales" and "discount percentage" label
MIMIC does not add jQuery code other than RWD therefore it should not cause conflicts with modules already tested with RWD
INSTALLATION:
Download the package from github
If using filezilla:
Unzip the package in a directory of your choice
Open filezilla and drag and overwrite the APP and SKIN folders to the OpenMage root
If you upload the package directly to the server be sure to unzip the package to a temporary folder for safety.
Copy and overwrite the APP and SKIN folders in the OpenMage root.
SETUP
From the Openmage Admin
Go to: SYSTEM> CONFIGURATION> GENERAL> DESIGN
Leave unchanged
Package / package name
Themes / translations
Themes / default
Change:
Themes / Templates from "default" to "mimic"
Themes / Skins (images-css) from "default" to "mimic"
Themes / Layout from "default" to "mimic"
Go to: SYSTEM> CONFIGURATION> NEKLO> scroll to top to enable the module.
LABEL FUNCTION
as function:
by admin page> CATALOG> ATTRIBUTES
Add attribute with name "label" and insert the desired parameters, ex:
(remember to make it visible option on the product page and in the product list)
once the attribute has been associated with the product, it will be displayed above the product photo in:
theme-mimic.zip
Latest "MINI" version with all previous improvements.
Compatible with OpenMage 20.0.11 and onwards OpenMage 20.0.11 and later (if you don't change EVERYTHING AGAIN :) ) to be installed nested in the RWD folder (I deleted the Scrolltop module, for those who want to download the previous version of mimic):
theme-mimic_minimal_1.zip