Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • crjensen JATC
    #864091

    I am using Teline V and loving it.
    On one of the pages of my website I want to use the style ‘JA Teline V – Videos’, but with an added sidebar to the right.
    I have tried opening the template to edit it the style and add a sidebar, but I can’t figure out how to do it.
    I want to keep the dark background etc., but just add a sidebar to the layout, like in the style ‘JA Teline V – Blog’.

    Can you show me how to do that?
    Carsten.

    pavit Moderator
    #864119

    Hi there

    You should edit your layout media file here /templates/ja_teline_v/tpls/media.php and change :

    <div class="t3-wrapper"> <!-- Need this wrapper for off-canvas menu. Remove if you don't use of-canvas -->
    
      <?php $this->loadBlock('topnav') ?>
    
      <?php $this->loadBlock('header-clean') ?>
    
      <?php $this->loadBlock('mainbody-full') ?>
    
      <?php $this->loadBlock('footer') ?>
    
    </div>

    TO :

    <div class="t3-wrapper"> <!-- Need this wrapper for off-canvas menu. Remove if you don't use of-canvas -->
    
      <?php $this->loadBlock('topnav') ?>
    
      <?php $this->loadBlock('header-clean') ?>
    
      <?php $this->loadBlock('mainbody') ?>
    
      <?php $this->loadBlock('footer') ?>
    
    </div>

    Now you have a sidebar into media layout

    crjensen JATC
    #864132

    Thank you very much. New question:
    On my website, under available updates, there are 4 available JoomlArt updates.
    But when I try to update them I get the error message "Update path does not exist" and "Error updating COM_INSTALLER_TYPETYPE"

    The available updates are:
    JA ACM module
    JA Facebook Likebox module
    JA Yahoo Weather
    Plugin JA Content type

    pavit Moderator
    #864323

    Hi

    Please use the JA Extension Manager component to update Joomlart extensions

    Take a look at the documentation on how to configure it to obtain Joomlart updates

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  pavit 8 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum