-
AuthorPosts
-
we2solutions Friend
we2solutions
- Join date:
- September 2014
- Posts:
- 526
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 136
- Thanked:
- 100 times in 1 posts
December 20, 2011 at 6:30 pm #171999Hi,
when i reduce the screen resolution my custom 3 module positions are changing.how i can get rid of that
normal my resolution is 1366*768
but if you use 1024*768 all the main 3 custom module places changing.Thanks
we2solutions Friendwe2solutions
- Join date:
- September 2014
- Posts:
- 526
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 136
- Thanked:
- 100 times in 1 posts
December 21, 2011 at 5:54 am #430615It also occuring resizing the browser window.who is going to help me :::::cool:
Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
December 21, 2011 at 5:55 am #430616Hi!
Received the PM.
Tell me the template and Joomla version please.
Thanks!we2solutions Friendwe2solutions
- Join date:
- September 2014
- Posts:
- 526
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 136
- Thanked:
- 100 times in 1 posts
December 21, 2011 at 5:57 am #430617JA Mesolite2 and Version 1.5.25
we2solutions Friendwe2solutions
- Join date:
- September 2014
- Posts:
- 526
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 136
- Thanked:
- 100 times in 1 posts
December 21, 2011 at 5:59 am #430619I add these 3 new modules in mainnav.php
[PHP]<?php if($this->countModules(‘cus_mod1’)) : ?>
<div id=”cus_mod1″>
<jdoc:include type=”modules” name=”cus_mod1″ style=”xhtml” />
</div>
<?php endif; ?><?php if($this->countModules(‘cus_mod2’)) : ?>
<div id=”cus_mod2″>
<jdoc:include type=”modules” name=”cus_mod2″ style=”xhtml” />
</div>
<?php endif; ?><?php if($this->countModules(‘cus_mod3’)) : ?>
<div id=”cus_mod3″>
<jdoc:include type=”modules” name=”cus_mod3″ style=”xhtml” />
</div>
<?php endif; ?>
[/PHP]in template.css i add like this
#cus_mod1 {
position:absolute;
top:110px;
right:235px;
z-index: 15;
overflow: hidden;
}#cus_mod2 {
position:absolute;
top:145px;
left:255px;
z-index: 15;
overflow: hidden;
}#cus_mod3 {
position:absolute;
top:160px;
right:212px;
z-index: 15;
overflow: hidden;
}m..what went wrong…still thinking…i put 100% but then all the module positions changed.:(
Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
December 21, 2011 at 6:24 am #430624Try changing the code from absolute to relative and let me know the effects.
we2solutions Friendwe2solutions
- Join date:
- September 2014
- Posts:
- 526
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 136
- Thanked:
- 100 times in 1 posts
December 21, 2011 at 6:34 am #430626custom module positions went left and create gap between main menu and slideshow 🙁
we2solutions Friendwe2solutions
- Join date:
- September 2014
- Posts:
- 526
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 136
- Thanked:
- 100 times in 1 posts
December 21, 2011 at 6:44 am #430627Hi Blaine,
Able to fix it myself. thanks for your time Blaine.to fix that issue i put
<div id=”ja-menunav” class=”wrap”>
<div class=”main clearfix”>before my custom module.
Thanks again.
now new module seeing like this [PHP]<?php if($this->countModules(‘cus_mod1’)) : ?>
<div id=”ja-menunav” class=”wrap”>
<div class=”main clearfix”>
<div id=”cus_mod1″>
<jdoc:include type=”modules” name=”cus_mod1″ style=”xhtml” />
</div>
<?php endif; ?>[/PHP]:D:D:D:D:D:D
1 user says Thank You to we2solutions for this useful post
-
AuthorPosts
This topic contains 9 replies, has 2 voices, and was last updated by Blaine 12 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum