-
AuthorPosts
-
March 25, 2007 at 9:15 pm #119357
Module boxes appear to have an extra graphic inside.
Hello Guys,
I have been playing with this template and found what appears to be a minor issue/bug with the module arrays; Blue, Green and orange. It does the same thing with all the arrays.
I am attaching 2 images that show how it gets the extra images inside the modules… it does not do it on all modules but does it on the login and when I make a custom module to show a graphic or something like that then it gets 2 extra pieces.
Please let me know what can be does to prevent this from occurring.
Thanks in advance
-
Khanh Le Moderator
Khanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
March 26, 2007 at 3:50 am #216507Add following style to your template_css.css file to fix the problem:
div.module-blue div div div div,
div.module-green div div div div,
div.module-orange div div div div {
background: none;
}
March 26, 2007 at 3:57 am #216511Thanks for the info. I will try this…
Regards
March 26, 2007 at 4:14 am #216512<em>@Khanh Le 10817 wrote:</em><blockquote>Add following style to your template_css.css file to fix the problem:
div.module-blue div div div div,
div.module-green div div div div,
div.module-orange div div div div {
background: none;
}
</blockquote>
That did not fix it… 🙁
I did this …[PHP]div.module-blue div div div div,
div.module-green div div div div,
div.module-orange div div div div {
margin: 0;
padding: 0;
background: none;
}[/PHP]
I tried both your way and this way above… Any other ideas? still brokenKhanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
March 26, 2007 at 10:08 am #216536Did you try to clear your browser cache? I think I need your live site url.
March 26, 2007 at 4:57 pm #216547<em>@Khanh Le 10851 wrote:</em><blockquote>Did you try to clear your browser cache? I think I need your live site url.</blockquote>
Hello Kahn,
Yes I cleared my cache and still it did not work. This site is not live yet, it is running in our test environment and I’m not able to provide a link to it.
Regards
March 27, 2007 at 12:41 pm #216589Hi,
I had a very similar problem when I tried to substitute standard Newsflash modules at positions user8, user9 & top with other 3rd party content display modules (also using color class suffixes).
Khanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
March 28, 2007 at 2:33 am #216650Please make sure that the above change is applied. I think the problem here is your css file is cached by your browser. However, if you have live site, I could take a look and fingure it out for you.
-
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 3 voices, and was last updated by Khanh Le 17 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-