- Posts: 44
- Thank you received: 0
Additional modul positions
-
Jeannine
Inactive member -
Topic Author
- Member
-
Less
More
11 years 5 months ago #34040
by Jeannine
Additional modul positions was created by Jeannine
Hello. Please help me and tell me how I can add module positions. I need a footer and I consider a 100% width top position.
How and where to add.. ?
Thx
How and where to add.. ?
Thx
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 5 months ago - 11 years 5 months ago #34046
by ivan.milic
Replied by ivan.milic on topic Additional modul positions
It will be very hard to add module position to that template because it has dynamic layout reconstruction. Any way to add module position on any joomla you need to define it in:
templates\hot_responsive\templateDetails.xml
in :
Then you need to call that module position rendering some-ware in index.php of template:
<jdoc:include type="modules" name="position_name" style="xhtml" />
templates\hot_responsive\templateDetails.xml
in :
Code:
<positions>
<position>left</position>
<position>logo</position>
<position>right</position>
<position>right2</position>
<position>social</position>
<position>user3</position>
<position>position_name</position>
</positions>
Then you need to call that module position rendering some-ware in index.php of template:
<jdoc:include type="modules" name="position_name" style="xhtml" />
Last edit: 11 years 5 months ago by ivan.milic.
The following user(s) said Thank You: Jeannine
Please Log in to join the conversation.
-
Jeannine
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 44
- Thank you received: 0
11 years 5 months ago #34101
by Jeannine
Replied by Jeannine on topic Additional modul positions
Thank you so much for your response. I guess I could add 100% width style definition to ensure it works out on mobile devices?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 5 months ago #34112
by ivan.milic
Replied by ivan.milic on topic Additional modul positions
How you mean that?
Please Log in to join the conversation.
-
Jeannine
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 44
- Thank you received: 0
11 years 5 months ago #34116
by Jeannine
Replied by Jeannine on topic Additional modul positions
I was thinking of style attribute width:100%; That should help to minimize or stretch the module width depending on device width f.ex and some other styles to adjust for other devices
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 5 months ago #34121
by ivan.milic
Replied by ivan.milic on topic Additional modul positions
If you want to see how it will look on mobile device and you don't have some actual simulator or device you can re-size your browser to test that
Please Log in to join the conversation.
Time to create page: 0.167 seconds