-
AuthorPosts
-
xumbrella Friend
xumbrella
- Join date:
- June 2010
- Posts:
- 100
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
January 27, 2014 at 6:41 pm #194157Hi Can you tell me if JA Masshead extension is compatible with JAwall? I would like to move my side bar menu options to the topNav (and subsequently disable the left side bar) and have a Masshead above the JA Wall posts that spans the full page width, is this possible?
I hope my explanation makes sense…
thanks
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
January 27, 2014 at 7:30 pm #520091I think I know what you mean. It would require creating an extra module position and quite a few code changes to get the css right. Can you post a diagram detailing exactly how you would like it to look.
xumbrella Friendxumbrella
- Join date:
- June 2010
- Posts:
- 100
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
January 27, 2014 at 10:40 pm #520122hi this is the module I am talking about, http://www.joomlart.com/joomla/extensions/ja-masshead-module
this pretty much does it just need to know if it is compatible with JAwall… would like to be able to put banners in there or feature posts etc if possible….
thanks
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
January 27, 2014 at 10:55 pm #520123Yes, I know which module. But where exactly on the page do you want it? We would need to look at creating a new module position in wall for it to go and thus need to know exactly where on the page to put it.
xumbrella Friendxumbrella
- Join date:
- June 2010
- Posts:
- 100
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
January 27, 2014 at 11:15 pm #520125Right I see.
at the top under the menu, then the wall posts would follow below it.
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
January 27, 2014 at 11:51 pm #520127<em>@xumbrella 408039 wrote:</em><blockquote>Right I see.
at the top under the menu, then the wall posts would follow below it.
</blockquote> OK, start by opening templates>ja_wall> index,php and around line 185 add the jdoc line as per below <!– //TOOLBAR –>
<?php endif; ?>
<jdoc:include type=”modules” style=”JAxhtml” name=”masshead” />
</div>Once you have done that create a JA Masshead module in the masshead position ut set it to appear only on one specific page as per the masshead docs. Once you have that in place post a link and we can work on the css to get the right look for your site.
xumbrella Friendxumbrella
- Join date:
- June 2010
- Posts:
- 100
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
January 28, 2014 at 9:16 am #520183Hi Thanks for your reply, I will look at this…
Also, what I am actually trying to achieve is something like the space just below the menu in the new Purity 3 theme. So for example I would have the top nav menu, then the space where it says “hello I am Purity 3, Check me out”, (would like to use this space for feature banners / videos / messages / posts etc), and then I would have the wall posts below that.
Do you think this customisation is possible without the Masshead extension, as after further research it does not seem to be flexible enough to use with clickable banners etc?
Attached is a mock up of what i am trying to achieve….
I hope that makes sense and you can help me, thanks again for your help so far.
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
January 28, 2014 at 10:40 am #520193Sure, you can do just that using the module position I created above. You will need to create some css to style it (setting the position of the box and its size etc) but that is really something you will need to do.
xumbrella Friendxumbrella
- Join date:
- June 2010
- Posts:
- 100
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
January 28, 2014 at 11:10 am #520199Hi Phill, got it, I think I can work this out, so rather than using the Masshead plugin I would create a new module, right? then use the position you showed above to place it and then the CSS to style it and postion it correctly?
Are there any additional steps I need to take to make it responsive?
I am proficient in CSS etc. but not a programmer so just trying to make sure I am clear before starting any customisation.
thanks again.
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
January 28, 2014 at 2:17 pm #520236Yep, simple as that. All the code does is create a module position in the right area. As long as you do not add css to make the box a fixed width it should scale correctly. Keeping it responsive will depend on what you actually display inside the module. Good luck and please come back and show us the finished article.
xumbrella Friendxumbrella
- Join date:
- June 2010
- Posts:
- 100
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
February 5, 2014 at 12:52 pm #521329Hi There, so I have managed to create what I am looking for using the UNITE CMS Revolution slider and your advise from above. I now have what I was aiming for: supereight.net.
However, as you suggest i need to style it, currently it is adopting the styling of a normal module block, how do I apply unique formatting via css to this block / module. really all I need to do is control the padding so that it fills the box completely.
the place where I edited the code in index.php (in the JA Wall theme) was not exactly where you suggested but worked a treat, see here (line 203):
<!– MAIN CONTENT –>
<div id=”content”>
<?php if ($this->countModules(‘top-content’)): ?>
<div class=”inner “>
<jdoc:include type=”modules” name=”top-content” />
</div>
<?php endif; ?><jdoc:include type=”modules” style=”JAxhtml” name=”masshead” /> <!–added for masshead slider – 01.02.14–>
<div class=”inner content-inner clearfix”>
<jdoc:include type=”component” />
</div></div>
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 5, 2014 at 5:50 pm #521364There are numerous ways you can do It but I would suggest simply create a custom module class suffix – http://docs.joomla.org/Using_Class_Suffixes
xumbrella Friendxumbrella
- Join date:
- June 2010
- Posts:
- 100
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
February 6, 2014 at 11:52 am #521520Hi Phill, thanks for your advise. I have investigated doing this using class suffix as you suggest and have added the suffix ” masshead” in the joomla module back end using the advanced settings tab. I used the leading space to create a new class as is suggested.
the problem I am having is that I cannot work out the syntax I need to implement the new styling. I narrowed it to the following lines in theme.css but am stuck. I know I need to duplicate this code and add the class suffix and change the styling within the {}, but nothing I try seems to work, can you help?
/* Module Content */
.moduletable .box-ct {
padding: 5px 20px 20px;
}Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 6, 2014 at 1:25 pm #521527Sure, can I have a link to a page where you have the masshead enabled and I will see what I can do.
xumbrella Friendxumbrella
- Join date:
- June 2010
- Posts:
- 100
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
February 6, 2014 at 3:48 pm #521537thanks it is the home page: http://www.supereight.net
but also I notice it appears on the individual article pages, which I would like to stop happening if possible? e.g. :
http://supereight.net/index.php/347-snowboarding/transworld-snowboarding/64837-youtube-id-dskdchzvlxgthanks.
AuthorPostsThis topic contains 18 replies, has 2 voices, and was last updated by Phill 10 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum