Dear all,
I hope all of you are going well
Please, looking in this template blocks in files, I found that the template has a HEAD box at the top. How could it be activated so that it is visible on the template?
After activating it, I would like to know how it would be possible to move the languageswitcherload position of the languages to this head box in addition to adding a link like WEBMAIL for example.
The capture below illustrate it what i need :

Regards,

    kouliga Hi

    Kindly view screenshot as there isnt such module position in default for the specific template. For viewing module positions available, You can always add ?tp=1 at the end of link following this documentation here

    For positioning the specific module as per screenshot, You can try add this to custom.css file and adjust values accordingly :

    .languageswitcherload{position: absolute !important;top: -20px !important;right: 0 !important;}

      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 🙂

      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

        pavit Thank a lot! It really help!
        Now how to delete the last Language position and make the area empty for the banner?

        thanks again

          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

            pavit Please if i enlarge the banner the serach can move to the bottom??

              pavit Thanks! Very important help. Now i would want to ask your help to move the search box and buton to this place as the picture shows: Or if it is possible to put to another place under your advise.

              Thanks for your good assistance.

              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

                  pavit Thanks for your reponse.

                  Please when i publish it in position-8, it goes to the up of the the social icons and the banner goes in the bottom ogf the logo. what can i do to fix that??

                  Thanks

                    kouliga what can i do to fix that??

                    Hi

                    I fixed header problem and moved search module below social module.

                    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

                        5 days later
                        Write a Reply...
                        You need to Login to view replies.