-
AuthorPosts
-
October 15, 2010 at 9:57 pm #155336
Hello.. I’m customizing this template and I run into some issues..
Basically ON MY HOMEPAGE, I only have User 1, User 2, User 3, and User 4 modules turned on.. All other modules are turned off (because I don’t need them)..
What’s happening as you can see on the screenshots attached below, is the “botsl-right.png” and “botsl-left.png” images get CUT OFF..
However when I turn on another module like for example Who’s Online, then it works and bots-right & left DO NOT get cut off… But I simply don’t need the Who’s online module, and it’s in the right position so I can’t really place “User 4/Small Banner” in there instead, because it would display on the right..
So PLEASE help me get that working.. I need to fix the botsl-right/left from NOT getting cut off, without turning on more modules (cuz I’d like to preserve my layout)..
SCREENSHOTS:
http://inquestic.com/1whatshappening.png
http://inquestic.com/2whatiwant.pngAlso when you look at the screenshots, there’s a gap.. If possible, please explain how I can reduce that gap (which CSS lines/files to edit)..
I’D EXTREMELY APPRECIATE YOUR SUPPORT!
I just tried the “How to disable main body in the main page.” but no luck.. I though maybe that’d get rid of it.. But still.. as you can see.. it gets cut off.. the gap exist there also.. :(:(
PLEASE HELP!!
Don Lee FriendDon Lee
- Join date:
- March 2010
- Posts:
- 923
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 41
- Thanked:
- 274 times in 238 posts
October 16, 2010 at 4:44 am #359201Hi,
Plz make the issue shown then give me the link, I will check how to figure it out.October 16, 2010 at 4:50 am #359203Hi, the website is here (and the issue is there):
http://inquestic.com/clickhere (it’ll redirect you to the actual website)
Look at it. And then look at my screenshots on the first post. I think you’ll understand. Also note the gap. I’ll need to get rid of the gap somehow also.. PLZ PLZ :):) Thanks so much..
Don Lee FriendDon Lee
- Join date:
- March 2010
- Posts:
- 923
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 41
- Thanked:
- 274 times in 238 posts
October 16, 2010 at 6:52 am #359208<em>@harikjr88 198791 wrote:</em><blockquote>Hi, the website is here (and the issue is there):
http://inquestic.com/clickhere (it’ll redirect you to the actual website)
Look at it. And then look at my screenshots on the first post. I think you’ll understand. Also note the gap. I’ll need to get rid of the gap somehow also.. PLZ PLZ :):) Thanks so much..</blockquote>
Hi,
I got message “Under construction” when going to the site 🙁October 16, 2010 at 6:57 am #359211When was that? Cause I deleted the index.html under construction file a long time ago.. Try adding a index.php to the end of the domain, that should take you to the Joomla site..
Don Lee FriendDon Lee
- Join date:
- March 2010
- Posts:
- 923
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 41
- Thanked:
- 274 times in 238 posts
October 16, 2010 at 7:19 am #359215It’s now O.K 🙂
Just try to find below code in template.css file:
#ja-container .main { background: url(../images/border-bg.gif) repeat-x left bottom; padding: 40px 0 5px; }Replace with:
#ja-container .main { background: url(../images/border-bg.gif) repeat-x left bottom;}That will remove the gap.
In order to have a best look, you also need to edit some images: botsl-right.png & botsl-left.png, they are should be reduced their height.October 20, 2010 at 11:00 pm #359751Hi, removing the gap DOES not work. Because it removes the padding for ALL pages.
Look what happens..
SECOND OF ALL, ” you also need to edit some images: botsl-right.png & botsl-left.png, they are should be reduced their height.”
I DON’T WANT to edit the images. That will result in them looking UGLY because I need them to be JUST AS LONG and JUST AS HEIGH as the top borders (topsl-inner1.png).. Editing their height will make them look BETTER, BUT that DOES NOT SOLVE the fact that they get cut off..
The problem is THEY GET CUT OFF. I need them to be the same exact height, – THAT will look good. And NOT if i just crop them. That’s a easy way out of it. I need it to look legit, not sloppy. I need to edit the CSS lines/codes somewhere..
Please help me and tell me which lines of code I shall edit to get rid of the gap (without getting rid of the padding for all other pages) and how to PREVENT the images from getting cut off on the homepage when a specific module is turned on. I believe this is a template bug. Because it only happens when a specific module is on. So the actual design not quite compatible with all modules.
HELP!!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 22, 2010 at 2:15 am #359959Hi. Those bottom images were cut off because you disabled main container of the site and the container’s height influence them.
Now pls try again with below solutions:
1) You must define a new position in the container for creating height of the container:
You go the administrator => edit this template=> You click to the the Layouts tabs and then Click to the Edit Buttton in the Default Row of Layouts Management table.
in the Popup, You find:
[PHP]
<block name=”right2″>right</block>
[/PHP]replace:
[PHP]
<block name=”right2″>right</block>
<block name=”content-mass-bottom”>content-bot</block>
[/PHP]2) Change position of the Module having this text: Delta Transport is a transportation service company based in Northern California
You will move this module to the “content-bot” position.
When done, please let me know the result,
Thanks
October 23, 2010 at 12:53 am #360171Hi, thanks that does solve the CUT OFF issue..
But as you can see, (look at the homepage), there so much ugly space in between.. If you look at my first post with images of how I’d like it to look.
What I need to get rid of, is the gap and spaces in between those modules. See that?
I added extra padding (but that’s so the headings would display a little more to the bottom on other pages where headers actually do exist), but on the homepage, I want no extra padding, I need to somehow get rid of that ugly space!
If you can please help me with this also, THANKS!
October 28, 2010 at 6:55 am #360860Any help please?
<em>@tienhc 199756 wrote:</em><blockquote>Hi. Those bottom images were cut off because you disabled main container of the site and the container’s height influence them.
Now pls try again with below solutions:
1) You must define a new position in the container for creating height of the container:
You go the administrator => edit this template=> You click to the the Layouts tabs and then Click to the Edit Buttton in the Default Row of Layouts Management table.
in the Popup, You find:
[PHP]
<block name=”right2″>right</block>
[/PHP]replace:
[PHP]
<block name=”right2″>right</block>
<block name=”content-mass-bottom”>content-bot</block>
[/PHP]2) Change position of the Module having this text: Delta Transport is a transportation service company based in Northern California
You will move this module to the “content-bot” position.
When done, please let me know the result,
Thanks</blockquote>
-
AuthorPosts
This topic contains 10 replies, has 3 voices, and was last updated by harikjr88 14 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum