gsmsalers:
1.Where is the PHP template file related with responsive.css?
responsive.css controls the id's and classes associated to different elements throughout the majority of the templates PHP files not just 1 file.
gsmsalers:
Is it one tpl files? I need to simplify header part of Iphone version. I want to replace Logo and sub text with "Simple large text title".
This will require custom coding:
1.) You will need to add separate PHP code to echo your new "Simple large text title" in the header file.
2.) You will need to add at the top of responsive.css {display:none;} for your new "Simple large text title"
3.) You will need to add {display:none;} to the media query section of the responsive.css file to hide logo and sub text for a certain screen size.
3.) You will need to replace {display:none;} with {display:block;} to the media query section of the responsive.css file to show "Simple large text title".
gsmsalers:
- I don't know how to enable "Search" module at header part of Iphone version.
I tried different ways but failed to enable it.
The search function is within the drop-down menu.
gsmsalers:
- Also how can I show sub-categories at main page of Iphone version when I press on one of main category? Right now they extend right under main category.
That function is also within the drop-down menu.