HEAD Zone
- Edited
kouliga Please as i show in this picture, it seems that an head block exists:
It is php file and isn't block which contains inherited code for meta names, external css file, external js file references. For the exact folder structure for the powerful T3 Framework which powers JA University, You may refer to this documentation
To know exactly as to what blocks and module positions are, Kindly refer to this documentation
Each block has a number of module position assigned to, you can define the assigned module positions for the block
Hope this helps
- Edited
Hi kouliga
That file head.php has nothing to do with positions
Your template has no topbar positions at default installation
I added indeed a new file.php named topbar.php and modified your home.php to include such block
Now you have a topbar block above header and you have 2 new positions available
topbar-left and topbar-right
I published the languageswitcher module in topbar-right position and it is working as you wish now
If you want to add a new module there then use the topbar-left position
Regards
- Edited
kouliga Now how to delete the last Language position and make the area empty for the banner?
The area is already empty because nothing is published there
Actually it has | logo = Grid2 | Banner = Grid6 | search=Grid 4 | total = 12
So simply modify your banner module to enlarge it adding a larger image
Regards
kouliga Or if it is possible to put to another place under your advise.
You have a lot of positions available, take a look at THIS URL
My suggestion is to publish it in position-8 below the social icons .
Publishing it in the position you asked means to create a new block position inside navhelper block and later add new css to fix the search position.
Regards
kouligad
For the header issue logo has a code that set its width to sm_2 if search or languageswitcher modules are published on the same row to the right ,if not it enlarge to sm-12 since you removed search and languageswitcher i fixed logo width to sm-2
regarding search in position 8 i assigned module to french language to respect modules orders if assigned to language all then it occupy the first available position for all modules assigned with languages all that's why it was positioning always at top.
Regards