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?

Blue Marble

Asked Modified Viewed 22,122 times
S
skpacman
S
My PHP-Fusion site: https://skpacman.live
  • Member, joined since
  • Contributed 150 posts on the community forums.
  • Started 25 threads in the forums
  • Started this discussions
asked
Member

[mp]459[/mp]
Edited by skpacman on 19-03-2012 19:18,
0 replies

32 posts

J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
answered
Veteran Member

nice theme, good job!:)
0 replies
M
mattish91
M
Great regards Mattish91
  • Junior Member, joined since
  • Contributed 43 posts on the community forums.
  • Started 10 threads in the forums
answered
Junior Member

Hi, I'm getting really large navbar text when using this in banner 2:
<?php
require_once INFUSIONS."simple_header_login/login.php";
?>
also the logo is at the wrong place and much other stuff. Is there any way to solve this? Great regards
0 replies
S
skpacman
S
My PHP-Fusion site: https://skpacman.live
  • Member, joined since
  • Contributed 150 posts on the community forums.
  • Started 25 threads in the forums
  • Started this discussions
answered
Member

Please replace your current styles.css with the one from this link. that should fix it as shown here.
Edited by skpacman on 18-03-2012 04:23,
0 replies
M
mattish91
M
Great regards Mattish91
  • Junior Member, joined since
  • Contributed 43 posts on the community forums.
  • Started 10 threads in the forums
answered
Junior Member

Quote

skpacman wrote:

Please replace your current styles.css with the one from this link. that should fix it as shown here.


Thanks! another question, i just tried to modify the sidebars to their standard positions with the right border to the left, were can i do that?

I guess there is somewere at:
#templatemo_content {
float : left;
width : 528px;
margin-right : 20px;
}
#templatemo_content_noside {
float : left;
width : 710px;
margin-right : 20px;
}
#templatemo_content_noboth {
float : left;
width : 940px;
margin-right : 20px;
}

or somewere near that code.

Great regards Mattish91
0 replies
S
skpacman
S
My PHP-Fusion site: https://skpacman.live
  • Member, joined since
  • Contributed 150 posts on the community forums.
  • Started 25 threads in the forums
  • Started this discussions
answered
Member

In order to change the position of the side columns, I would have to do some restructure of the theme.php and styles.css. It wouldn't be too much work but I could do it given some time.
0 replies
D
Daywalker
D
"Might and Greed will never outweigh Honor and Loyalty"

Come join us for IRC Support: Here
  • Member, joined since
  • Contributed 152 posts on the community forums.
  • Started 31 threads in the forums
answered
Member

THe color matching is great. LOve the look, but I think with the set width that it makes for things to look cluttered
0 replies
S
skpacman
S
My PHP-Fusion site: https://skpacman.live
  • Member, joined since
  • Contributed 150 posts on the community forums.
  • Started 25 threads in the forums
  • Started this discussions
answered
Member

Thanks Daywalker.

The set width is because of how the background was set up. the content border is actually part of the background image below the navbar. I would have had to completely restructure the entire theme in order to make it fluid width.

Agreed, it is a bit cluttered, but that may be cleaned up in future updates.

@mattish91: I'll work on a variation with the css fix and normal column positions for you. May take me a little while though. You're welcome to experiment with the theme to see if you can get it to do what you want. I suggest making a copy of the theme folder that you can mess with and one as the backup in case something goes horribly wrong. :D
0 replies
M
mattish91
M
Great regards Mattish91
  • Junior Member, joined since
  • Contributed 43 posts on the community forums.
  • Started 10 threads in the forums
answered
Junior Member

Quote

skpacman wrote:

In order to change the position of the side columns, I would have to do some restructure of the theme.php and styles.css. It wouldn't be too much work but I could do it given some time.


Would appreciate that, and thank you for this awesome style just love the design, just tink stuff is missplaced ^^ checked the original style and this is just an awesome port! keep this good work up!

[Edit]
I successfully managed to change the borders correctly, and change both sidebars to left, but i don't manage to change the right sidebar to right. any suggestions?
Edited by mattish91 on 19-03-2012 19:36,
0 replies
S
skpacman
S
My PHP-Fusion site: https://skpacman.live
  • Member, joined since
  • Contributed 150 posts on the community forums.
  • Started 25 threads in the forums
  • Started this discussions
answered
Member

i have a few other ports from templatrmo planned and one of my own design coming but only after i finish the 2 addons im working on. :) thanks all for the kind words.

I'll be working on your request today and supply files here when done.
0 replies
S
skpacman
S
My PHP-Fusion site: https://skpacman.live
  • Member, joined since
  • Contributed 150 posts on the community forums.
  • Started 25 threads in the forums
  • Started this discussions
answered
Member

Quote

mattish91 wrote:

[Edit]
I successfully managed to change the borders correctly, and change both sidebars to left, but i don't manage to change the right sidebar to right. any suggestions?


both sidebars are in one container. that container needs to be split up in the theme.php in order to separate them.
0 replies
M
mattish91
M
Great regards Mattish91
  • Junior Member, joined since
  • Contributed 43 posts on the community forums.
  • Started 10 threads in the forums
answered
Junior Member

Quote

skpacman wrote:

Quote

mattish91 wrote:

[Edit]
I successfully managed to change the borders correctly, and change both sidebars to left, but i don't manage to change the right sidebar to right. any suggestions?


both sidebars are in one container. that container needs to be split up in the theme.php in order to separate them.


So basicly, just remove this code?
  
      if(!LEFT && RIGHT){
        echo "<div id='templatemo_content_noside'>
        ".U_CENTER.CONTENT.L_CENTER."
        </div>";     
      }
     
      if(!RIGHT && LEFT){
        echo "<div id='templatemo_content_noside'>
        ".U_CENTER.CONTENT.L_CENTER."
        </div>"; 
      }
     
or do i have to replace it with something? I'm not a regularly in to php editing, mostly html and css :P
0 replies
S
skpacman
S
My PHP-Fusion site: https://skpacman.live
  • Member, joined since
  • Contributed 150 posts on the community forums.
  • Started 25 threads in the forums
  • Started this discussions
answered
Member

No, those are the handlers for if you've disabled an entire side, it adjusts the center width to compensate for one of the sides missing.

EDIT

[see fix in next post]
Edited by skpacman on 19-03-2012 20:01,
0 replies
S
skpacman
S
My PHP-Fusion site: https://skpacman.live
  • Member, joined since
  • Contributed 150 posts on the community forums.
  • Started 25 threads in the forums
  • Started this discussions
answered
Member

fix moved to post#17
Edited by skpacman on 19-03-2012 20:34,
0 replies
M
mattish91
M
Great regards Mattish91
  • Junior Member, joined since
  • Contributed 43 posts on the community forums.
  • Started 10 threads in the forums
answered
Junior Member

So i commented like this:

style.css:
#templatemo_content {
/* float : right; */
width : 528px;
margin-left: auto;
margin-right: auto;
}
#templatemo_content_noside {
/* float : left; */
width : 710px;
margin-right : 20px;
}
#templatemo_content_noboth {
/* float : right; */
width : 940px;
margin-right : 20px;
}


The result was alright with sidebars. Only one problem left, the content between is above the sidebars, and no matter what i type in css, it stays that way.
0 replies
M
mattish91
M
Great regards Mattish91
  • Junior Member, joined since
  • Contributed 43 posts on the community forums.
  • Started 10 threads in the forums
answered
Junior Member

Still no success, now i got the content upper right. still think i will need this:
#templatemo_content {
/* float : right; */
width : 528px;
margin-left: auto;
margin-right: auto;
}
#templatemo_content_noside {
/* float : left; */
width : 710px;
margin-right : 20px;
}
#templatemo_content_noboth {
/* float : right; */
width : 940px;
margin-right : 20px;
}
0 replies
S
skpacman
S
My PHP-Fusion site: https://skpacman.live
  • Member, joined since
  • Contributed 150 posts on the community forums.
  • Started 25 threads in the forums
  • Started this discussions
answered
Member

Ok. lets clear this up.

Here's how i have it set up to look the way you wanted.

content and panel positions in styles.css:
#templatemo_content {
float : left;
width : 528px;
margin-right : 20px;
}
#templatemo_content_noside {
float : left;
width : 710px;
margin-right : 20px;
}
#templatemo_content_noboth {
float : left;
width : 940px;
margin-right : 20px;
}
#templatemo_sidebar_left {
float : left;
width : 180px;
padding-left : 15px;
border-left : 1px solid #0d3bb3;
margin-right : 20px;
}
#templatemo_sidebar_right {
float : right;
width : 180px;
padding-left : 15px;
border-left : 1px solid #0d3bb3;
}


theme.php: (Lines 58 - 92)
         if (LEFT) {
            echo" <div id='templatemo_sidebar_left' class='sidebar_box_left'>\n";
            echo LEFT ;
            echo" </div>\n";
         }
         
         if(!LEFT && RIGHT){
            echo "<div id='templatemo_content_noside'>
            ".U_CENTER.CONTENT.L_CENTER."
            </div>";         
         }
         
         if(!RIGHT && LEFT){
            echo "<div id='templatemo_content_noside'>
            ".U_CENTER.CONTENT.L_CENTER."
            </div>";   
         }
         
         if(!LEFT && !RIGHT){
            echo "<div id='templatemo_content_noboth'>
            ".U_CENTER.CONTENT.L_CENTER."
            </div>";   
         }
         
         if(LEFT && RIGHT){
            echo "<div id='templatemo_content'>
            ".U_CENTER.CONTENT.L_CENTER."
            </div>";         
         }


         if (RIGHT) {
            echo"<div id='templatemo_sidebar_right' class='sidebar_box_right'>\n";
            echo RIGHT;
            echo"</div>\n";
         }
      
Edited by skpacman on 19-03-2012 21:03,
0 replies
M
mattish91
M
Great regards Mattish91
  • Junior Member, joined since
  • Contributed 43 posts on the community forums.
  • Started 10 threads in the forums
answered
Junior Member

So this is basicly what it lookslike for the moment:
masternet.se/my%20images/css%20fail.png

and wthout edditing the css it loogs like this:
masternet.se/my%20images/css%20fail2.png


[EDIT]
Didn't see your last post, and that fixed it all.
Thanks :)

[EDIT 2]
i also recommend to change this:
#templatemo_sidebar_left {
float : left;
width : 180px;
padding-left : 15px;
border-left : 1px solid #0d3bb3;
margin-right : 20px;
}

to:
#templatemo_sidebar_left {
float : left;
width : 180px;
padding-left : 15px;
border-right : 1px solid #0d3bb3;
margin-right : 20px;
}

because that makes more sense ^^
Edited by mattish91 on 19-03-2012 20:37,
0 replies
S
skpacman
S
My PHP-Fusion site: https://skpacman.live
  • Member, joined since
  • Contributed 150 posts on the community forums.
  • Started 25 threads in the forums
  • Started this discussions
answered
Member

Thanks for the update, mattish91

I can make a variation pack and upload that to the addon db from this (with credit to you for the idea).

If you have any more ideas for this theme, i'd love to hear about them.
0 replies
M
mattish91
M
Great regards Mattish91
  • Junior Member, joined since
  • Contributed 43 posts on the community forums.
  • Started 10 threads in the forums
answered
Junior Member

Quote

skpacman wrote:

Thanks for the update, mattish91

I can make a variation pack and upload that to the addon db from this (with credit to you for the idea).

If you have any more ideas for this theme, i'd love to hear about them.


Thanks, appreciate it :) if i change anything more i will tell you so that if it will be a great idea, for now i will try to change the a:hover to add the images ;)

if you would like to see, this is what it looks like for now: http://masternet.se/news.php
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 32 posts
  • Votes 0 votes
  • Topic users 4 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet