Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Sylwester Kowalski Friend
    #195995

    I am trying to move the Position-7 below Position-5 in the right column. Right now its setup to split the column if position-5 and position-7 are both in use. Is there an easy way to force Position-7 below Position-5 in one column not two.

    Any help is much appreciated.

    Ninja Lead Moderator
    #527681

    Can you send me the screenshot what you are trying to do?

    Sylwester Kowalski Friend
    #527904

    Thank you for the reply please see the screenshot attached I want to move position-7 below position-5

    Any help is much appreciated.


    1. userguide_ja_university
    Ninja Lead Moderator
    #528019

    You can try with solution below.

    Open the templates/ja_university/etc/layouts/default.xml file

    Change

    <blocks name="middle" colwidth="25">
    <block name="content-mass-top">content-mass-top</block>
    <block name="right1">position-7</block>
    <block name="right2">position-5</block>
    </blocks>

    To


    <blocks name="middle" colwidth="25">
    <block name="content-mass-top">content-mass-top</block>
    <block name="right2">position-5, position-7</block>
    </blocks>

    Once done, clear cache from admin area. Let me know if it helps.

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

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 10 years, 1 month ago.

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