-
AuthorPosts
-
solomonquansah Friend
solomonquansah
- Join date:
- September 2010
- Posts:
- 17
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 7
October 19, 2010 at 2:31 pm #155426Hi there,
I have installed Ja Teline III and I have the following issues that I need resolved. Please help if you have the solutions.
1. My user settings do not seem to work when you click on them at the frontend. I get an error message when I click on it. what could be the problem?
2. How do i change the font color of the main menu as shown in the attachment?
3. how do I create a module position to the right of the “You Are Here module?
4. How do I duplicate the Main Menu so that I have a copy of the main menu at the bottom of the page?Thank you again for all your help.
Solomon
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 22, 2010 at 8:07 am #360024
1. My user settings do not seem to work when you click on them at the frontend. I get an error message when I click on it. what could be the problem?The site is having some javascript Errors, can you provide me the Administrator account, i would like to debug this
2. How do i change the font color of the main menu as shown in the attachment?
You open the file: Templates.css file:
#ja-cssmenu li a {
display: block;
text-decoration: none;
padding: 10px;
color: #000;
text-transform: UPPERCASE;
}You change color in there.
3. how do I create a module position to the right of the “You Are Here module?You open the file: templatesja_teline_iiilayoutsblocksmainnav.php and find the following code:
<ul class=”no-display”>
replace:
<div class=”ja-midright”>
<jdoc:include type=”module” name=”midright” />
</div>
<ul class=”no-display”>and add the following css into the template file:
.ja-midright{ position:absolute; right:3px; top:0px; width:300px; background:red}
4. How do I duplicate the Main Menu so that I have a copy of the main menu at the bottom of the page?
it’s difficult to do that 🙂1 user says Thank You to Saguaros for this useful post
solomonquansah Friendsolomonquansah
- Join date:
- September 2010
- Posts:
- 17
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 7
October 23, 2010 at 5:15 am #360181hello Tien,
unfortunately i could not find the code:
#ja-cssmenu li a {
display: block;
text-decoration: none;
padding: 10px;
color: #000;
text-transform: UPPERCASEin the template.css
My template is Ja Teline III. Please help. I also sent you a PM with my admin details so that you could help me debug my website of the Javascript errors. These errors are causing problems when you want to use Internet Explorer to browse.
thank you,
Solomon
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by solomonquansah 14 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Teline III issues – Please help
Viewing 3 posts - 1 through 3 (of 3 total)