- Posts: 4
- Thank you received: 0
How to change the position in Layout 4
-
erick_virgilio
Inactive member - Topic Author
- New Member
Less
More
11 years 8 months ago #29196
by erick_virgilio
How to change the position in Layout 4 was created by erick_virgilio
In the template the module position in layout 4 is:
LOGO
USER 3
CONTENT
SOCIAL
LEFT
RIGHT
RIGHT2
and I need to change those position by
USER 3
LOGO
SOCIAL
CONTENT
LEFT
RIGHT
RIGHT 2
Where is the file to change this? Now I start to do it in /js/dynlayout.js
LOGO
USER 3
CONTENT
SOCIAL
LEFT
RIGHT
RIGHT2
and I need to change those position by
USER 3
LOGO
SOCIAL
CONTENT
LEFT
RIGHT
RIGHT 2
Where is the file to change this? Now I start to do it in /js/dynlayout.js
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #29213
by ivan.milic
Replied by ivan.milic on topic How to change the position in Layout 4
Can you describe problem in some other words maybe best describe your goal in terms of site looks because what you posted does not make sense.
Please Log in to join the conversation.
-
erick_virgilio
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
11 years 8 months ago #29217
by erick_virgilio
Replied by erick_virgilio on topic How to change the position in Layout 4
I bought the responsive template, but you define default module position, according to your article
Layouts and Module Positions
If browser screen is equal or higher than 1280px ("Layout 2 trigger level" parameter):
If browser screen is less than 1280px and equal or higher than 1024px ("Layout 3 trigger level" parameter):
If browser screen is less than 1024px and equal or higher than 768px ("Layout 4 trigger level" parameter):
If browser screen is less than 768px ("Layout 4 trigger level" parameter):
I need to change the module position in a different Layout, for example change de SOCIAL and USER3 module in Layout 4
I need change ORDERING MODULE position to:
USER3
LOGO
SOCIAL
CONTENT
......
Can you see the original image to default layout 4
Layouts and Module Positions
If browser screen is equal or higher than 1280px ("Layout 2 trigger level" parameter):
If browser screen is less than 1280px and equal or higher than 1024px ("Layout 3 trigger level" parameter):
If browser screen is less than 1024px and equal or higher than 768px ("Layout 4 trigger level" parameter):
If browser screen is less than 768px ("Layout 4 trigger level" parameter):
I need to change the module position in a different Layout, for example change de SOCIAL and USER3 module in Layout 4
I need change ORDERING MODULE position to:
USER3
LOGO
SOCIAL
CONTENT
......
Can you see the original image to default layout 4
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #29222
by ivan.milic
Replied by ivan.milic on topic How to change the position in Layout 4
that is not easy because layout is hooked with script and changes may break it. you may try positions are called in index.php of template
<jdoc:include type="modules" name="<actual postion name>" style="xhtml" />
You can pay us for custom job as final solution if your hands are tied with no other option.
<jdoc:include type="modules" name="<actual postion name>" style="xhtml" />
You can pay us for custom job as final solution if your hands are tied with no other option.
Please Log in to join the conversation.
Time to create page: 0.163 seconds