-
AuthorPosts
-
September 18, 2009 at 7:08 pm #144355
How do I make a new module position? I want to make three 300px wide module positions for the homepage.
Thankyou for your inputscotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
September 19, 2009 at 12:15 am #317816There are 847,000 pages telling you how to do it here… http://tinyurl.com/ltflk5
1 user says Thank You to scotty for this useful post
September 19, 2009 at 12:32 am #317818I am aware. I have tried three different ways that have been shown online. The last thing I want to do is wait for a response on a forum. I just figured that since I paid for this “Premium Free Support” that I might as well use it. Thanks champ.
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
September 19, 2009 at 1:02 am #317821Sorry Mike, it’s just that the question has been answered loads of times before both here and elsewhere.
I paid for this “Premium Free Support” I lol’d. I’m sure you didn’t mean to stick the word FREE in there but it was funny.
Take a screen shot of your site and photoshop in where you want the new positions to be and I’ll help you out. If you want, PM me an admin user/pass to your site. Will be sometime tomorrow before I get to it as it;s 2am here now.
September 22, 2009 at 6:39 pm #318139I have tried everything. I have been able to create a module position from the beginning. That is not too hard, I just can’t make it have its own specific size and location in the template. I can alter the current positions (left, right, content,) to create what i want. However i still want to be able to use those as they for structures on different pages. I need three new positions one on the left, one in middle, and one on the right all the same width. And i will probably want to do that for other positions down the road so I need to learn how to do this. Are you still up for me PMing you the info? I would really appreciate it.
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
September 22, 2009 at 7:39 pm #318147The positioning and sizing of positions is usually done with CSS.
If you want to have 3 beside each other and you want their widths to by dynamic (if two are published they’ll be 50% wide each, 33% if 3 are published) then you should look at a template like Mesolite or JA Purity and see how it;s achieved there. Look in index.php and in ja_temptools.php
Adding a basic module position is very simple (<jdoc:include type=”modules” name=”position_name” />) but you should ALWAYS put new positions in a div that can be styled like
<div class=”mynewppos”>
<jdoc:include type=”modules” name=”position_name” />
</div>Then in your css something like…
#mynewpos {
height: 100px;
width: 400px
background: #ff0000;
}Feel free to PM me the details and I’ll have a look. Don’t forget the pic of what you want the end result to look like.
1 user says Thank You to scotty for this useful post
-
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by scotty 15 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum