-
AuthorPosts
-
July 17, 2012 at 8:46 pm #179173
Hi,
Can some one please help me to find out how to add a new module position in JA Norite.
Or help me add space between the two modules in the same position (Absolute position in JA Norite), so that one could be on the
far left and one on the far right.Please see the attached jpeg.
Thanks so Much,
-Akeem.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 19, 2012 at 2:51 am #461383Hi akeem11,
You can open the file of templatesja_noriteblocksheader.php to add your new module position there, For example if you want to add new module position name user99 you can add a block of code like this
<div class=”ja-user99″>
<jdoc:include type=”modules” name=”user99″ />
</div>Now you have a module position name user99 to assign your modules there.
July 19, 2012 at 6:22 pm #461519Hi Thank, I will try this.
Another question?
How do I remove the Top menu bar, Its in the way and duplicates the menu on the left side. I dont want the menu on top at all,
please help, Thanks.-Akeem
July 20, 2012 at 4:05 am #461572<em>@Sherlock Holmes 330703 wrote:</em><blockquote>Hi akeem11,
You can open the file of templatesja_noriteblocksheader.php to add your new module position there, For example if you want to add new module position name user99 you can add a block of code like this
<div class=”ja-user99″>
<jdoc:include type=”modules” name=”user99″ />
</div>Now you have a module position name user99 to assign your modules there.</blockquote>
Hi,
I tried this. It created the module position, however its not on the top right side of the page.
Please help Thanks.-Akeem
I want the translation flags on the top right.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 24, 2012 at 7:48 am #462016Hi Serlock,
You are “Joomla god”, you have answered my request graciously and with great efficiancy. I now have one more question.
I would like to put the “enter site module” lower on the page. Please see the attachment.This module position is called “user98” it in the footer block. I just want it to be more towards the bottom of the page as in the
snap shot. Thanks so much,-Akeem
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 25, 2012 at 3:56 am #462104HI Akeem11,
You can open the file of templates/ja_norite/css/layout.css look for this css
#ja-footer {
clear: both;
}
Change it to
#ja-footer {
bottom: 0;
clear: both;
position: absolute;
}I hope it should help !
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by Sherlock 12 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum