Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

I want to remove left blocks and expand right blocks

Asked Modified Viewed 862 times
S
serdo21
S
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
asked
Junior Member

I want to remove left blocks and expand right blocks

i.hizliresim.com/octx9p6.jpg
0 replies

6 posts

G
Grimloch
G
Energy can neither be created nor destroyed; only transformed !
  • Senior Member, joined since
  • Contributed 722 posts on the community forums.
  • Started 141 threads in the forums
  • Answered 2 questions
answered
Senior Member

What version9 theme are you using?
0 replies
S
serdo21
S
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
answered
Junior Member

yes
0 replies
G
Grimloch
G
Energy can neither be created nor destroyed; only transformed !
  • Senior Member, joined since
  • Contributed 722 posts on the community forums.
  • Started 141 threads in the forums
  • Answered 2 questions
answered
Senior Member

That was not a Yes or No question. I need the Name of the theme you are using.
0 replies
S
serdo21
S
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
answered
Junior Member

PHPFusion Andromeda 9.03 Magazine themes, official theme
0 replies
G
Grimloch
G
Energy can neither be created nor destroyed; only transformed !
  • Senior Member, joined since
  • Contributed 722 posts on the community forums.
  • Started 141 threads in the forums
  • Answered 2 questions
answered
Senior Member

OK I really don't know if this is what you want but here is what I did to the code in theme.php of the Magazine theme.
 echo '<div class="container-fluid">';
 echo defined('AU_CENTER') && AU_CENTER ? AU_CENTER : '';
 echo showbanners(1);
 echo '<div class="row">';
 $content = ['sm' => 12, 'md' => 12, 'lg' => 12];
 // $left = ['sm' => 3, 'md' => 2, 'lg' => 2];
 $right = ['sm' => 4, 'md' => 4, 'lg' => 4];
// if (defined('LEFT') && LEFT) {
// $content['sm'] = $content['sm'] - $left['sm'];
// $content['md'] = $content['md'] - $left['md'];
// $content['lg'] = $content['lg'] - $left['lg'];
// }
 if (defined('RIGHT') && RIGHT) {
 $content['sm'] = $content['sm'] - $right['sm'];
 $content['md'] = $content['md'] - $right['md'];
 $content['lg'] = $content['lg'] - $right['lg'];
 }
// if (defined('LEFT') && LEFT) {
// echo '<div class="col-xs-12 col-sm-'.$left['sm'].' col-md-'.$left['md'].' col-lg-'.$left['lg'].'">';
// echo LEFT;
// echo '</div>';
// }

And here you can see the result (with all left panels disabled or moved to the right panels)...
https://rogue.whisperwillow.net/index.../index.php
Edited by Grimloch on 19-11-2022 07:10,
0 replies
S
serdo21
S
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
answered
Junior Member

thanks it was very nice
imgyukle.com/f/2022/11/19/JuYKtS.jpg
Edited by serdo21 on 19-11-2022 09:50,
0 replies

Category Forum

Settings - 9

Labels

Statistics

  • Views 0 views
  • Posts 6 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

G
G
Energy can neither be created nor destroyed; only transformed !
  • Senior Member, joined since
  • Contributed 722 posts on the community forums.
  • Started 141 threads in the forums
  • Answered 2 questions
S
S
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet