Hi,

  1. 1. We can not find it in any documentation, that how can we the topbar (that is in the header block) make sticky in TelineIV. Maybe there are info, but we could not find it. Is there a simple way to reach that goal, that the topbar should remain sticky in TelineIV T3? Or, is it difficult to reach?
  2. Our site was just migrated (actually not finished, it is under construction) from Jommla2.5 with JA TelineIV T2 framework to Joomla3.9 with TelineIV T3v2 framework. By default, all sidebars - if there is any - locate on the right side of the template, there is no left position by default. Our users got used to the left sidebar so we would like to present the left sidebar to them.
    Which .php files should we copy/modify for that purpose in the tpls folder or elsewhere? So we need left sidebar (2 units) and content (10 units) for our pages to present them.

Can we ask some help here? Thank you!
NL

I know that every is busy but a short reply would be fine also. A full migration of a site with thousends of articles is very hard. Things like disappering left coloum after the upgrade are large surprises and not easy to decide how to handle it in the quickest way. Any small help is appreciated. Thx!

    Hi raffaizoltan

    Is your site online yet? you can share the credentials of your site eg: URL + Admin account so I can take a look.

    24 days later

    Hi,
    Yes, our site went online 2 days ago.
    I'm not sure how to attach the confidential information to login to the backend

      6 days later

      raffaizoltan

      Thanks for the info.

      1 - I updated 2 files to make the topbar sticky:

      /templates/ja_teline_iv_t3/tpls/blocks/header.php

      Added the affix in line 22:

      <div class="container topbar" data-spy="affix" data-offset-top="30">

      /templates/ja_teline_iv_t3/css/custom.css

      /**Added by JA Support*/
      .topbar.affix {
          left: 0;
          z-index: 999;
          background-color: #ffffff;
          right: 0;}

      2 - To have left sidebar, you will have to customize layout of this template, if you go to Backend > Extenisons > Templates > JA Teline IV > Layout tab >> you will see a list of layout there, in this case, I guess you will select 3 column:

      The associated layou file is:

      templates/ja_teline_iv_t3/tpls/blocks/3-column.php

      And customize this file as you wish.

      Write a Reply...
      You need to Login to view replies.