- Posts: 31
- Thank you received: 0
Would like to add a new module position
-
sandersm
Inactive member - Topic Author
- Member
Less
More
9 years 10 months ago #44294
by sandersm
Would like to add a new module position was created by sandersm
Is is possible to add a new module position to the Hot Restaurant template? I'd like to add a full-wide position below user 3 (top menu) or below user 1 & user 2. How can I do this. I'm open to paying for this modification if I need to.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 10 months ago #44298
by ivan.milic
Replied by ivan.milic on topic Would like to add a new module position
If you are familiar with html/css you should be able to do it.
You first need to define your position in templateDetails.xml file in <positions>...</positions> element.
The you can call its rendering in index.php of template :
<jdoc:include type="modules" name="name_you_given_to postion" style="xhtml" />
you need to wrapp it with some html and style it
You first need to define your position in templateDetails.xml file in <positions>...</positions> element.
The you can call its rendering in index.php of template :
<jdoc:include type="modules" name="name_you_given_to postion" style="xhtml" />
you need to wrapp it with some html and style it
Please Log in to join the conversation.
-
sandersm
Inactive member - Topic Author
- Member
Less
More
- Posts: 31
- Thank you received: 0
9 years 9 months ago #44364
by sandersm
Replied by sandersm on topic Would like to add a new module position
Hello,
I decided to call my new module position user11. I want to put the module underneath user3 and above user1 & user2. User 3 is the
I've made changes to templateDetails.xml as listed in the 1st attached file. I've also made the changes to the index.php file as designated in the 2nd attached file.
I can see the position and assign a module to it, but, it doesn't show up on the front end. What else do I need to do to get the position to display on the front end?
I decided to call my new module position user11. I want to put the module underneath user3 and above user1 & user2. User 3 is the
I've made changes to templateDetails.xml as listed in the 1st attached file. I've also made the changes to the index.php file as designated in the 2nd attached file.
I can see the position and assign a module to it, but, it doesn't show up on the front end. What else do I need to do to get the position to display on the front end?
Please Log in to join the conversation.
-
sandersm
Inactive member - Topic Author
- Member
Less
More
- Posts: 31
- Thank you received: 0
9 years 9 months ago #44365
by sandersm
Replied by sandersm on topic Would like to add a new module position
My submision was cut off before I could finish. FYI.... User3 is the Top Menu, User1 is a static photo and user2 is the Hot Joomla Carousel Pro.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 9 months ago #44372
by ivan.milic
Replied by ivan.milic on topic Would like to add a new module position
Post spinets, code you added an surrounding code here so I could see if correct (from all files you altered).
Please Log in to join the conversation.
Time to create page: 0.275 seconds