-
AuthorPosts
-
December 30, 2010 at 11:16 pm #369433
<blockquote>
The line at the bottom is controlled by the following css in template.css around line 256</blockquote>
I know, but i don’t want to delete the line at all the modules, only at this one. I’ve tried this with classes but it doesn’t work. Suggest my class is “frontpageonderaan”, how can i get rid of this line (only in this module!)The other thing seems the work. But there’s a lot of white space under those 2 modules now. How can i delete that ?
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
December 31, 2010 at 1:01 am #369437Use a custom module suffix in your Joomla admin panel.
December 31, 2010 at 1:30 pm #369512i know that you have to use a custom module suffix but that doesn’t work ! You can try it yourself if you want to…
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
January 2, 2011 at 5:53 pm #369678Sorry, for the delay in getting back to you, holidays and all that.
Have you tried adding style=”raw” in
<block name="content-mass-bottom" type="spotlight" style="raw">slideshow2,slideshow3</block>Or create your own style?
January 2, 2011 at 6:55 pm #369691Using that code it works, but now the title doesn’t get displayed anymore ?
And i have on a other page a shoutbox displayed using that module position, but now that get’s displayed totally wrong. Therefore i would like to create an extra module position on exactly the same place, but without style “raw”.
I did this:
<blockquote><block name=”content-mass-bottom” type=”spotlight”>extra</block>
</blocks>
<block name=”content-mass-bottom” type=”spotlight” style=”raw”>slideshow2,slideshow3</block>
</blocks></blockquote>Module name is “extra”. That seems to work but on the page i get this error ??
<blockquote>XML Parsing Error at 19:10. Error 76: Mismatched tag</blockquote>
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
January 2, 2011 at 7:25 pm #369695How about taking out the raw then adding the following to the bottom of your template.css
#ja-content-mass-bottom div.ja-moduletable h3,
#ja-content-mass-bottom div.ja-moduletable h3 {
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #000;
font-weight: bold;
border-bottom: none;
background: none;
font-size: 100%;
}1 user says Thank You to Phill for this useful post
January 2, 2011 at 10:54 pm #369732Ok, that works. The only thing that I would like to do is make the white space under it a little bit smaller. How can I do that ?
thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
January 3, 2011 at 12:52 pm #369840I did have a look at where the height was being generated but could not figure it out. Somewhere a min-height of 123px is being generated by the element but I could not find it. Once found it should be simple to adjust.
January 3, 2011 at 10:52 pm #369889<em>@phill luckhurst 212435 wrote:</em><blockquote>I did have a look at where the height was being generated but could not figure it out. Somewhere a min-height of 123px is being generated by the element but I could not find it. Once found it should be simple to adjust.</blockquote>
Searched the css folder an i can’t find it either..
An other thing. I would like to place the “left” module on the the same place as the “right” module position, but make it just a bit smaller then the right module position. How can i do that ?
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
January 4, 2011 at 10:35 am #369988Please, decide on your design and we can try and help you all in one go.
Please also provide a link either here or via your ticket as requested by thangnn1510 above.
January 4, 2011 at 1:19 pm #370010I’ve decided already on my design – on wide column on the right on the homepage, and on the other pages i would like to use a smaller one, so i would just like to move the left column to the right and make it a little bit wider …
http://www.iendracht.be is the url but as said, the site is not yet offline
January 5, 2011 at 9:01 pm #370311Could someone please tell me how i can make a smaller copy of the right column ? I want to use both right columns: the wider one for the home page, the smaller one for the other pages. Please help me, after that I can put the site live…
Thanks in advance
Edit: I’ve put the website online, site is http://www.iendracht.be
Hope someone can help me…
Phan Gam FriendPhan Gam
- Join date:
- June 2008
- Posts:
- 216
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 39 times in 38 posts
January 6, 2011 at 8:33 am #370415<em>@jeroen07 213036 wrote:</em><blockquote>Could someone please tell me how i can make a smaller copy of the right column ? I want to use both right columns: the wider one for the home page, the smaller one for the other pages. Please help me, after that I can put the site live…
Thanks in advance
Edit: I’ve put the website online, site is http://www.iendracht.be
Hope someone can help me…</blockquote>
Hi,
I think you need make a new layout for your homepage with wider right columns, other pages use default layout. You can do it as my suggestions:
Goto JA Rave template maneger in backend.
1. On Layouts Tab, clone a layout for default layout and name it home-layout
2. Edit just created layout (home-layout) to change width of right colum. Example
Change
<blocks name="middle" colwidth="35">
<block name="inset1" width="18">left</block>
<block name="content-mass-top">slideshow</block>
<block name="right1" >right</block>
</blocks>
To
<blockquote><blocks name=”middle” colwidth=”35″>
<block name=”inset1″ width=”18″>left</block>
<block name=”content-mass-top”>slideshow</block>
<block name=”right1″ width=”40″>right</block>
</blocks></blockquote>
Save this layout.
3. Goto Profiles Tab, clone a home-profile from default profile, and then in Layout settings block for cloned profile, set Desktop Layout param to home-layout. click save button
4. Goto Global Tab, assign Page Home for home profile.
After saving, clear all cache data, and goto fronend to see result.
Hope that helpsJanuary 6, 2011 at 7:38 pm #370545AuthorPostsThis topic contains 37 replies, has 4 voices, and was last updated by Phan Gam 13 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum