-
AuthorPosts
-
madelman2012 Friend
madelman2012
- Join date:
- July 2012
- Posts:
- 71
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 3
- Thanked:
- 4 times in 1 posts
August 11, 2012 at 4:48 pm #179850I am building a Mega Menu. When I add the Login module I see it working and everything, the problem is that bullets and text for the links are not properly formatted. I have increased the size of the column and menu and nothing changes. It will increase the width but the bullets and text are still showing wrongly formatted. (Look the image named site.jpg)
I used _mega in the Module Class Suffix, and copied the same format as in the demo.
In the demo of teline IV, you can see that the text and bullets in login module are okay. (look image named demo.jpg).
If i grouped the menu in the JA extended parameters as it is in the demo, the menu is shown and screws the whole thing. (look image named site2.jpg).
So my question is, how do you make the bullets appear properly without grouping the menu?
I also added in another Mega Menu to display the mod_latestnews and it displays with bullets and I have the same issue.
This problem appears in firefox, chrome and IE.
any help is appreciated.
- Sherlock Friend
Sherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 13, 2012 at 8:47 am #464019Hi madelman2012,
Is your template latest version ? if it’s not please upgrade it to the latest, if doing that still not help you could share with me the url where the issue is seen here (remember to turn off the optimize css in the template back-end) I will take a look and let you know what’s wrong.
madelman2012 Friendmadelman2012
- Join date:
- July 2012
- Posts:
- 71
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 3
- Thanked:
- 4 times in 1 posts
August 14, 2012 at 4:04 am #464130I do have the latest version of teline IV:
My website is not public yet. It has a user/password protection, I can send a private message with info, but , are you joomla Art support? .
madelman2012 Friendmadelman2012
- Join date:
- July 2012
- Posts:
- 71
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 3
- Thanked:
- 4 times in 1 posts
August 14, 2012 at 4:27 am #464132I got this version: 1.2.5
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 15, 2012 at 4:41 am #464258<em>@madelman2012 334312 wrote:</em><blockquote>I do have the latest version of teline IV:
My website is not public yet. It has a user/password protection, I can send a private message with info, but , are you joomla Art support? .</blockquote>
Yeah, I am a joomlart supporter, you can send me a pm 🙂
madelman2012 Friendmadelman2012
- Join date:
- July 2012
- Posts:
- 71
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 3
- Thanked:
- 4 times in 1 posts
August 17, 2012 at 7:45 pm #464581If I wait for Joomla Art support …..I probably be up and running by 2013, not the first months around December. I will try to fix it by myself…
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 20, 2012 at 3:41 am #464683<em>@madelman2012 334890 wrote:</em><blockquote>If I wait for Joomla Art support …..I probably be up and running by 2013, not the first months around December. I will try to fix it by myself…</blockquote>
Hi madelman2012,
Sorry for this late reply just because it’s the weekend time and it should be the time for beer :), now I just checked your site , try to logged in with the admin account you gave but it seem to not correct, anyway you can try as following
Open the file of templates/ja_teline_iv/css/mod_jabulletin.css and adding this css.ja-megamenu .childcontent .ja-moduletable li {
background-image: none !important;
}I hope this should help !
madelman2012 Friendmadelman2012
- Join date:
- July 2012
- Posts:
- 71
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 3
- Thanked:
- 4 times in 1 posts
August 20, 2012 at 9:47 pm #464784Thank you but that didn’t work.
Actually what I need is that the bullets and the text appear properly formatted. I do want the bullets in that list. What is doing now is just overwrite the bullets on the text. The text is not aligining to the right.
Why do you need the admin account?. I gave the password to the website, which is locked right now in a subdirectory.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 21, 2012 at 2:10 am #464795Hi madelman2012,
You can try with this css
.ja-megamenu .childcontent .ja-moduletable li {
padding-left:12px !important;
}Hope that would help !
madelman2012 Friendmadelman2012
- Join date:
- July 2012
- Posts:
- 71
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 3
- Thanked:
- 4 times in 1 posts
August 22, 2012 at 6:31 pm #465017Hi Sherlock,
That didn’t work either.
I have my web site on-line. I will send you more details with the access to the admin area.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 23, 2012 at 2:44 am #465044HI medelman2012,
You just open the file of templates/your_template/css/template.css and adding that css rule
.ja-megamenu .childcontent .ja-moduletable li {
padding-left: 12px !important;
}I tried and it worked for me !
madelman2012 Friendmadelman2012
- Join date:
- July 2012
- Posts:
- 71
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 3
- Thanked:
- 4 times in 1 posts
August 24, 2012 at 7:26 pm #465264Sherlock,
I added it in template.css since didn’t work in this one templates/ja_teline_iv/css/mod_jabulletin.css for me.
template.css under /* List —*/ I added this line “padding-left:12px !important; “:
.ja-content-main ul li {
background: url(../images/bullet.gif) no-repeat 20px 6px;
padding-left:12px !important;
line-height: 1.4;
}Now it looks good. In IE looks a little bit to the right, but in Firefox and Chrome looks good.
I don’t know why didn’t work in mod_jabulletin.css
EDIT:
I didn’t see your last post. I will make that change in my website and let you know.
madelman2012 Friendmadelman2012
- Join date:
- July 2012
- Posts:
- 71
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 3
- Thanked:
- 4 times in 1 posts
August 24, 2012 at 7:33 pm #465265Yes. It worked.
What is the difference using it in :
.ja-content-main ul li {
than
.ja-megamenu .childcontent .ja-moduletable li {
Both worked.
AuthorPostsViewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 2 voices, and was last updated by madelman2012 12 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum