-
AuthorPosts
-
July 27, 2014 at 12:44 pm #200025chavan Friend
chavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
July 28, 2014 at 4:07 am #543553we can achieve only like the image attached below, please confirm so i can suggest you
-
1 user says Thank You to chavan for this useful post
July 28, 2014 at 5:02 am #543563Please let me know.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
July 28, 2014 at 7:35 am #543575Go to this File: /templates/ja_playmag/css/template.css
1. Replace this code
@media (min-width: 768px) {
.has-slideshow .t3-mast-top-1 {
margin-top: -100px;
}
}with
@media (min-width: 768px) {
.has-slideshow .t3-mast-top-1 {
margin-top: -100px;
}
}2. Replace this code
@media (min-width: 1200px) {
.has-slideshow .t3-sidebar-2,
.has-slideshow .one-sidebar-right .t3-sidebar {
margin-top: -560px;
}
}with
@media (min-width: 1200px) {
.has-slideshow .t3-sidebar-2,
.has-slideshow .one-sidebar-right .t3-sidebar {
margin-top: 0px;
}
}July 28, 2014 at 10:41 am #543611Thanks Chavan. I did modify but it did not work out.
July 28, 2014 at 12:01 pm #543633Anything modify in template.css, not getting any output.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
July 28, 2014 at 2:32 pm #543656can you please post your site Url.
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
July 29, 2014 at 9:45 am #543772Please try with my suggestion:
– Open file: /templates/your_template_name/tpls/blocks/mainbody/one-sidebar-right.php then replace this code:
<div id="t3-mainbody" class="container t3-mainbody one-sidebar-right">
<div class="row"><!-- MAIN CONTENT -->
<div id="t3-content" class="t3-content col-xs-12 col-sm-12 col-md-9">
<!-- MAST TOP 1-->
<?php if ($this->countModules('mast-top-1')) : ?>
<div class="t3-mast-top-1 <?php $this->_c('mast-top-1') ?>">
<jdoc:include type="modules" name="<?php $this->_p('mast-top-1') ?>" style="T3Xhtml" />
</div>
<?php endif; ?>
<!-- //MAST TOP 1--><!-- CONTENT MAST TOP -->
<?php if ($this->countModules('content-mast-top')) : ?>
<div class="t3-content-mast-top <?php $this->_c('content-mast-top') ?>">
<jdoc:include type="modules" name="<?php $this->_p('content-mast-top') ?>" style="T3Xhtml" />
</div>
<?php endif; ?>
<!-- //CONTENT MAST TOP -->
<?php if($this->hasMessage()) : ?>
<jdoc:include type="message" />
<?php endif ?>
<jdoc:include type="component" />
</div>
<!-- //MAIN CONTENT --><!-- SIDEBAR RIGHT -->
<div class="t3-sidebar t3-sidebar-right col-xs-12 col-sm-4 col-md-3 <?php $this->_c($vars['sidebar']) ?>">
<jdoc:include type="modules" name="<?php $this->_p($vars['sidebar']) ?>" style="T3Xhtml" />
</div>
<!-- //SIDEBAR RIGHT --></div>
</div>With:
<div id="t3-mainbody" class="container t3-mainbody one-sidebar-right">
<div class="row"><!-- MAIN CONTENT -->
<div id="t3-content" class="t3-content col-xs-12 col-sm-12 col-md-12">
<!-- MAST TOP 1-->
<?php if ($this->countModules('mast-top-1')) : ?>
<div class="t3-mast-top-1 <?php $this->_c('mast-top-1') ?>">
<jdoc:include type="modules" name="<?php $this->_p('mast-top-1') ?>" style="T3Xhtml" />
</div>
<?php endif; ?>
<!-- //MAST TOP 1--><!-- CONTENT MAST TOP -->
<?php if ($this->countModules('content-mast-top')) : ?>
<div class="t3-content-mast-top <?php $this->_c('content-mast-top') ?>">
<jdoc:include type="modules" name="<?php $this->_p('content-mast-top') ?>" style="T3Xhtml" />
</div>
<?php endif; ?>
<!-- //CONTENT MAST TOP -->
</div>
<!-- //MAIN CONTENT --><div class="row">
<div class="t3-content-custom col-xs-12 col-sm-4 col-md-9">
<?php if($this->hasMessage()) : ?>
<jdoc:include type="message" />
<?php endif ?>
<jdoc:include type="component" />
</div>
<!-- SIDEBAR RIGHT -->
<div class="t3-sidebar t3-sidebar-right col-xs-12 col-sm-4 col-md-3 <?php $this->_c($vars['sidebar']) ?>">
<jdoc:include type="modules" name="<?php $this->_p($vars['sidebar']) ?>" style="T3Xhtml" />
</div>
<!-- //SIDEBAR RIGHT -->
</div>
</div>
</div>– Create new file called “custom.css” in “/templates/your_template_name/css/” then add this rule:
#t3-mainbody .t3-sidebar.t3-sidebar-right {
margin: 0;
}Here is result: http://easycaptures.com/fs/uploaded/809/6095296465.jpg
Let me know if this helps
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
August 1, 2014 at 2:23 am #544086<blockquote>Thanks Nazário. It worked but slideshow has black spot on the right. I want it to be a full screen. that is Width 1200, Hieght 800</blockquote>
Please open file: /templates/your_template_name/css/custom.css then add this rule:
.ja-slideshow .col-sm-12.col-md-8.col-lg-9 {
height: 100%;
width: 100%;
}Let me know if this helps
August 1, 2014 at 9:24 pm #544223It worked. Thanks a lot. Keep up your good work.
AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 3 voices, and was last updated by suzon02 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum