-
AuthorPosts
-
chanton Friend
chanton
- Join date:
- July 2006
- Posts:
- 137
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
February 9, 2009 at 2:52 am #137917right and left module header image not fully shown as demo.
Pls see attached screenshot.
How to fix that?
mihirc Friendmihirc
- Join date:
- December 2008
- Posts:
- 597
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 62
- Thanked:
- 95 times in 39 posts
February 9, 2009 at 6:05 am #290203Hello,
DId you use the module class suffix to make changes. Probablity is that you forget to mention the background image. or forgot to style the containing div.
This is a typical problem you might face when you are using a module class suffix of your own.
Regards,
Mihir C.chanton Friendchanton
- Join date:
- July 2006
- Posts:
- 137
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
February 9, 2009 at 6:48 am #290211I am not using any custom module class. All I do is just install the template, and that’s it. the header image should work out of box, but it does not.
mihirc Friendmihirc
- Join date:
- December 2008
- Posts:
- 597
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 62
- Thanked:
- 95 times in 39 posts
February 9, 2009 at 6:52 am #290213hello,
Can you post a link please, then? Also, is this problem related to a specific browser? or does it get replicated in all the browsers?
Regards,
Mihir C.sunrise Friendsunrise
- Join date:
- February 2007
- Posts:
- 920
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 103
- Thanked:
- 166 times in 114 posts
February 9, 2009 at 7:10 am #290215Hi chanton, were there any settings that you changed?
When you installed the template, did you use the quickstart package or just the template?
Did the module look fine before you made changes?
When you wrote the title of menu, did you type that in or paste and somehow get extra characters that you id not intend to have there, and therefore the text does not fit in the module space?
The pictures used to make that part of the module are h3-l.gif and hl-r.gif. and the css for this is on line 771 in template.css, or near that line.
Hope this is a help, and that the questions i had can help you find the solution to your problem.
chanton Friendchanton
- Join date:
- July 2006
- Posts:
- 137
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
February 9, 2009 at 7:36 am #290222here is my site in dev:
Link removed!
jsliao Friendjsliao
- Join date:
- April 2008
- Posts:
- 817
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 25
- Thanked:
- 236 times in 210 posts
February 9, 2009 at 8:08 am #290224From what i observe from the site, the <h3> is missing a <span> tag
by editing the html, and adding the span tags as below
<span>你的購物車</span>
the problem could be solved. however, im not sure how to solve the problem for you using the module manager but im guessing that you have put somehting in the module class suffix?
jsliao Friendjsliao
- Join date:
- April 2008
- Posts:
- 817
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 25
- Thanked:
- 236 times in 210 posts
February 9, 2009 at 8:09 am #290225also, did you install the quickstart package?
chanton Friendchanton
- Join date:
- July 2006
- Posts:
- 137
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
February 9, 2009 at 8:27 am #290227no, I only installed the template, not quickstart. I tried to put the module class _black or _blue, they do not work as well. Is it a css issue or template index.php file issue? I need to know what I should fix in this file.
sunrise Friendsunrise
- Join date:
- February 2007
- Posts:
- 920
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 103
- Thanked:
- 166 times in 114 posts
February 9, 2009 at 8:34 am #290231Hi Chanton, as mentioned above, installing the quickstart will probably take care of this problem. Then the site is installed as the demo, with all the modules and plugins and settings correctly installed from the start.
jsliao Friendjsliao
- Join date:
- April 2008
- Posts:
- 817
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 25
- Thanked:
- 236 times in 210 posts
February 9, 2009 at 8:39 am #290233which version of joomla are you using?
alternatively, try putting clearfix in your module class suffix and see if the problem still exists
and yea, using the quickstart package will solve your problem.
refer to this thread on how to install quickstart
http://www.joomlart.com/forums/topic/how-to-install-joomlart-quickstart/sunrise Friendsunrise
- Join date:
- February 2007
- Posts:
- 920
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 103
- Thanked:
- 166 times in 114 posts
February 9, 2009 at 8:44 am #290235I see from your site though that you already have a bit of content on there and might not want ot redo all that by installing the quickstart now. What you can do though is to install the quickstart somewhere else and then compare settings, and maybe that would help you find the problem.
But for the modules in “right” you are not using the regualr modules with the heading. Your do not have the same picture around the heading.
sunrise Friendsunrise
- Join date:
- February 2007
- Posts:
- 920
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 103
- Thanked:
- 166 times in 114 posts
February 9, 2009 at 8:57 am #290239I looked at your site, and the module headings come from your template.css on line 104, simple h3 formatting, whereas the original demo used template.css line div.module on line 771, thereby also including the pictures I mentioned in an earlier post in this thread.
Each module has quite a few parameters, so you could at least check out what setting you use compared to the quickstart version.
Good luck!
chanton Friendchanton
- Join date:
- July 2006
- Posts:
- 137
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
February 9, 2009 at 8:59 am #290240I am running an existing site with a lot of components installed and customised that can not use quickstart.
I tired to uninstall and reinstall the template again, and still having the exact same issue.
Anyone having this issue?
sunrise Friendsunrise
- Join date:
- February 2007
- Posts:
- 920
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 103
- Thanked:
- 166 times in 114 posts
February 9, 2009 at 12:45 pm #290264Either install quickinstall somewhere else to compare settings on your modules, or ask for Premium support and you can get help from some of the Joomlart staff.
You give them ftp access, and admin access to the site, and they will be able to help with looking more closely at the settings you have and will be able to give you the help you need.
AuthorPostsThis topic contains 19 replies, has 4 voices, and was last updated by chanton 15 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum