- Posts: 8
- Thank you received: 0
alternate position for the slider
-
Jens_K
Inactive member - Topic Author
- New Member
Less
More
13 years 6 months ago #8777
by Jens_K
alternate position for the slider was created by Jens_K
Hi!
I have a joomla template with a built in slider, but i want to change that one to HOT Image Slider.
The built in one only slides the header images when clicking on them. But i want that automatically.
I installed HOT Image Slider module and everything works fine.
The only thing is, i need it to be placed where i don't have a module position defined.
Can anyone give me a hint on how to change my template?
Site-URL pohlmedical.de/joomla
HOT Image Slider for Testing at pohlmedical.de/joomla/agb
Thanks a lot!
Jens
I have a joomla template with a built in slider, but i want to change that one to HOT Image Slider.
The built in one only slides the header images when clicking on them. But i want that automatically.
I installed HOT Image Slider module and everything works fine.
The only thing is, i need it to be placed where i don't have a module position defined.
Can anyone give me a hint on how to change my template?
Site-URL pohlmedical.de/joomla
HOT Image Slider for Testing at pohlmedical.de/joomla/agb
Thanks a lot!
Jens
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #8781
by ivan.milic
Replied by ivan.milic on topic Re: alternate position for the slider
Think up name for your new module position.
Open templateDetails.xml and locate node named <positions>,then add new child node to that node with name of your module position, example:
<position>MyModulePositionName</position>
Then open index.php of template and put following in the place where you want your module position:
<jdoc:include type="modules" name="MyModulePositionName" style="none" />
You can also wrap that in something like <div class="MyModulePositionContainer" ...
so you could hit elements by css using container class name.
Open templateDetails.xml and locate node named <positions>,then add new child node to that node with name of your module position, example:
<position>MyModulePositionName</position>
Then open index.php of template and put following in the place where you want your module position:
<jdoc:include type="modules" name="MyModulePositionName" style="none" />
You can also wrap that in something like <div class="MyModulePositionContainer" ...
so you could hit elements by css using container class name.
The following user(s) said Thank You: Jens_K
Please Log in to join the conversation.
Time to create page: 0.155 seconds