-
AuthorPosts
-
conforturis Friend
conforturis
- Join date:
- April 2010
- Posts:
- 256
- Downloads:
- 0
- Uploads:
- 58
- Thanks:
- 59
- Thanked:
- 7 times in 1 posts
May 7, 2014 at 11:58 am #197483chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
May 8, 2014 at 2:47 am #534096can you please post your site Url and admin details in PM.
conforturis Friendconforturis
- Join date:
- April 2010
- Posts:
- 256
- Downloads:
- 0
- Uploads:
- 58
- Thanks:
- 59
- Thanked:
- 7 times in 1 posts
May 8, 2014 at 2:12 pm #534194Hi,
I sent in a Private Message for you.conforturis Friendconforturis
- Join date:
- April 2010
- Posts:
- 256
- Downloads:
- 0
- Uploads:
- 58
- Thanks:
- 59
- Thanked:
- 7 times in 1 posts
May 12, 2014 at 1:39 pm #534633Hi,
I’m waiting. You didn’t say anything moreNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 13, 2014 at 6:05 am #534800<em>@conforturis 426625 wrote:</em><blockquote>Hi,
I’m waiting. You didn’t say anything more</blockquote>To increase width of module positions in the left column, you can change it here.
Open the templates/ja_university_t3/tpls/blocks/home.php file
Change
<div class="t3-sidebar col-xs-12 col-md-6">
<?php if ($this->countModules($sidebar1)) : ?>
<!-- SIDEBAR LEFT -->
<div class="t3-sidebar t3-sidebar-1 col-xs-12 col-sm-6 <?php $this->_c($sidebar1) ?>">
<jdoc:include type="modules" name="<?php $this->_p($sidebar1) ?>" style="T3Xhtml" />
</div>
<!-- SIDEBAR LEFT -->
<?php endif ?><?php if ($this->countModules($sidebar2)) : ?>
<!-- SIDEBAR LEFT -->
<div class="t3-sidebar t3-sidebar-2 col-xs-12 col-sm-6 <?php $this->_c($sidebar2) ?>">
<jdoc:include type="modules" name="<?php $this->_p($sidebar2) ?>" style="T3Xhtml" />
</div>
<!-- SIDEBAR LEFT -->
<?php endif ?>
</div>To
<div class="t3-sidebar col-xs-12 col-md-6">
<?php if ($this->countModules($sidebar1)) : ?>
<!-- SIDEBAR LEFT -->
<div class="t3-sidebar t3-sidebar-1 col-xs-12 col-sm-12 <?php $this->_c($sidebar1) ?>">
<jdoc:include type="modules" name="<?php $this->_p($sidebar1) ?>" style="T3Xhtml" />
</div>
<!-- SIDEBAR LEFT -->
<?php endif ?><?php if ($this->countModules($sidebar2)) : ?>
<!-- SIDEBAR LEFT -->
<div class="t3-sidebar t3-sidebar-2 col-xs-12 col-sm-12 <?php $this->_c($sidebar2) ?>">
<jdoc:include type="modules" name="<?php $this->_p($sidebar2) ?>" style="T3Xhtml" />
</div>
<!-- SIDEBAR LEFT -->
<?php endif ?>
</div>conforturis Friendconforturis
- Join date:
- April 2010
- Posts:
- 256
- Downloads:
- 0
- Uploads:
- 58
- Thanks:
- 59
- Thanked:
- 7 times in 1 posts
May 29, 2014 at 5:09 pm #537107Could not solved with this..
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
May 30, 2014 at 2:23 am #537144I checked your site. the layout already has a wide width. can you please post a screenshot where it did not work.
conforturis Friendconforturis
- Join date:
- April 2010
- Posts:
- 256
- Downloads:
- 0
- Uploads:
- 58
- Thanks:
- 59
- Thanked:
- 7 times in 1 posts
May 30, 2014 at 2:21 pm #537241You saw this solved because I found this solution:
add in
templates/ja_university_t3/css/themes/blue/template.css
.t3-content { width: 75%;
and
templates/ja_university_t3/css/themes/blue/bootstrap.css
.col-md-6 { width: 25%;
.col-sm-6 { width: 100%;Your solution is not working in site you saw and other site.
But I dont know if this is the best solution to solve it.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 2, 2014 at 6:45 am #537358<em>@conforturis 429993 wrote:</em><blockquote>You saw this solved because I found this solution:
add in
templates/ja_university_t3/css/themes/blue/template.css
.t3-content { width: 75%;
and
templates/ja_university_t3/css/themes/blue/bootstrap.css
.col-md-6 { width: 25%;
.col-sm-6 { width: 100%;Your solution is not working in site you saw and other site.
But I dont know if this is the best solution to solve it.</blockquote>This solution is hacking from Bootstrap core, you can follow it if it works in your site.
I have tested on JA University template with my solution above, see the screenshot.
So that I can take a look and try to assist. Please pm me URL of your site and admin credentials login, I will investigate further
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 5, 2014 at 10:51 am #537876@conforturis: I have cloned the ja_university_t3 – Default template style and configure as follows:
+ ja_university_t3 – Default template style + right sidebar layout
+ ja_university_t3 – Home template style + home layout.
Please check and let me know if it helps.
conforturis Friendconforturis
- Join date:
- April 2010
- Posts:
- 256
- Downloads:
- 0
- Uploads:
- 58
- Thanks:
- 59
- Thanked:
- 7 times in 1 posts
June 6, 2014 at 9:44 am #538024Besides you clone template do you made any changes in the code?
conforturis Friendconforturis
- Join date:
- April 2010
- Posts:
- 256
- Downloads:
- 0
- Uploads:
- 58
- Thanks:
- 59
- Thanked:
- 7 times in 1 posts
June 6, 2014 at 10:43 am #538036It can not solve because right-sidebar layout have not spotlight position before componet and have not a same position between spotlight 1 and spotlight 2
Only Home layout I need
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 10, 2014 at 4:53 am #538417<em>@conforturis 431045 wrote:</em><blockquote>It can not solve because right-sidebar layout have not spotlight position before componet and have not a same position between spotlight 1 and spotlight 2
Only Home layout I need</blockquote>
I just roll back changes on your site and only use Home layout. Also, I changed both sidebars on your site as in this screenshot:
Let me know if it helps.
-
1 user says Thank You to Ninja Lead for this useful post
conforturis Friendconforturis
- Join date:
- April 2010
- Posts:
- 256
- Downloads:
- 0
- Uploads:
- 58
- Thanks:
- 59
- Thanked:
- 7 times in 1 posts
June 11, 2014 at 10:11 am #538582But I want column in right (sidebar-1 and sidebar-2) for width 25% and in left 75%.
I applied my solution and solved.AuthorPostsViewing 14 posts - 1 through 14 (of 14 total)This topic contains 14 replies, has 3 voices, and was last updated by conforturis 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum