Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • janyour Friend
    #952159

    Hello,

    we are unable to add new module positions in the layout page of this template, we see only default ones! we missed some thing ?

    please check the attached screenshot.


    1. Templates-Edit-Style-Administration-2016-07-22-00-20-02
    Pankaj Sharma Moderator
    #952178
    janyour Friend
    #952371

    Thank, some times ago i installed another template from JA and there was a user interface to add and remove modules directly in the template page, also in one tutorial its mentionned that we can add them and chose how many layou (1 2 3 4 5 ..) to show.

    It seems like some thing is breaked in our template admin page, can you check please ? we are using admintools.

    thanks

    Pankaj Sharma Moderator
    #952728

    Hi
    I am sorry , i am not able to get your point , there is spotlight blocks in some of the templates where u can see 4-5 positions in single block that can be changed from the Layout options .
    like : position-1, 2,3, …
    Do u mean by this ?

    janyour Friend
    #952943

    Hello,

    please check the two screenshot attached here, the social template for example have by default many positions, in the Intranet template there is a fex ones, is that normal ? how to get some thing similar to the Social template ?


    1. Social-template
    2. Intranet-template
    Pankaj Sharma Moderator
    #953128

    Hi
    yes its normal every template has different positions and blocks .
    You can copy the block files code and paste it in the layout files present in the tpls folder .
    These positions are already present in the template . the only differences are different layout have different blocks .
    Open /tpls/default.php file
    add below code

    
      <?php $this->loadBlock('spotlight-1') ?>
    
      <?php $this->loadBlock('spotlight-2') ?>

    Like Here below and above mainbody :

      <?php $this->loadBlock('header') ?>
    
      <?php $this->loadBlock('mainnav') ?>
    
      <?php $this->loadBlock('spotlight-1') ?>
      <?php $this->loadBlock('mainbody') ?>
    
      <?php $this->loadBlock('spotlight-2') ?>
      <?php $this->loadBlock('footer') ?>
    

    Ssve and check .

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

This topic contains 5 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 8 months ago.

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