-
AuthorPosts
-
sakari Friend
sakari
- Join date:
- February 2009
- Posts:
- 171
- Downloads:
- 111
- Uploads:
- 79
- Thanks:
- 43
- Thanked:
- 15 times in 1 posts
November 26, 2010 at 11:46 am #156796Hello friends,
I create the JoomFish module position in the menu level.
Please take a look at these two pictures, then you realize what I mean!Actual status:
It should look like:
Can anyone help?
Thanks in advance.
Regards
Sakari-
Css Magician Friend
Css Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
November 27, 2010 at 4:54 am #364445Dear sakari,
Please go to templatesja_eventsblocksmainnav.php add code :
<?php $this->genBlockBegin ($block) ?>
<?php if (($jamenu = $this->loadMenu())) $jamenu->genMenu (); ?>
<!-- jdoc:include type="menu" level="0" / -->
<?php if ($this->hasSubmenu() && ($jamenu = $this->loadMenu())) : ?>
<div id="ja-subnav" class="clearfix">
<?php $jamenu->genMenu (1); ?>
<!-- jdoc:include type="menu" level="1" / -->
</div>
<?php endif;?>
<div class="ja-mainnav-mask"> </div>
<?php if($this->countModules('joomfish')) : ?>
<div id="ja-joomfish">
<jdoc:include type="modules" name="joomfish" />
</div>
<?php endif; ?>
<?php $this->genBlockEnd ($block) ?>
add your module to joomfish position. After that, add the css to template.css
#ja-joomfish {
position:absolute;
right:20px;
top:30px;
}
warring: when your site is 1 col, mainmenu is full and the module will has a bug :((
1 user says Thank You to Css Magician for this useful post
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 27, 2010 at 4:56 am #364446Now, you try with this solution:
Open the templates.css file and find:
#ja-right{float:right;}
replace:
#ja-right{float:right;margin-top:-50px}
January 8, 2011 at 4:10 pm #370840Hello
The line of code you enter on template.css not exist? where I can change the position / size of the module
thanks for your attention
Hayden A FriendHayden A
- Join date:
- April 2010
- Posts:
- 282
- Downloads:
- 0
- Uploads:
- 20
- Thanked:
- 54 times in 53 posts
January 10, 2011 at 4:26 am #371018you can change the position / size of the module by open file templatesja_eventscoreetclayoutsdefault.xml
you change size module by changing colwidth=”26″
change position in change name block
example : <block name=”content-mass-top”>content-top</block> =>
you change <block name=”content-mass-top”>user1</block>
February 2, 2011 at 9:51 am #374842:confused: I have inserted the code template.css
# ja-right {
float: right;
margin-top:-50px
}
and I’ve managed to put a search module above, but appears to opacity, as I can I remove it to work
Thank you very much
Hayden A FriendHayden A
- Join date:
- April 2010
- Posts:
- 282
- Downloads:
- 0
- Uploads:
- 20
- Thanked:
- 54 times in 53 posts
February 7, 2011 at 1:51 am #375280Dear jein,
please provide me your site url and admin login details via PM for further checking.
1 user says Thank You to Hayden A for this useful post
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 5 voices, and was last updated by Hayden A 13 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum