Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Transfer a Theme into GetSimple
#1
Hi out there,

i have some problems getting a standart css template into getsimple.
Is there anybody who can have a quick look on what i've done so far?

CSS-Theme is "mastered", demo on http://www.freecsstemplates.org/preview/mastered/

Code:
<?php if(!defined('IN_GS')){ die('you cannot load this page directly.'); }

/****************************************************

*

* @File:             template.php

* @Package:        masterd

* @Action:        masterd theme von freecsstemplates.de

*

*****************************************************/

?>

<!DOCTYPE html>





<head>

<title><?php get_page_clean_title(); ?> &lt; <?php get_site_name(); ?></title>

<link rel="stylesheet" type="text/css" href="<?php get_theme_url(); ?>/style.css" media="screen" />

</head>



<body id="<?php get_page_slug(); ?>">

<div id="wrapper">

    <div id="header-wrapper">

        <div id="header">

            <div id="logo">

                <h1><a href="<?php get_site_url(); ?>"><?php get_site_name(); ?></a></h1>

                <p><?php get_site_name(); ?></p>

            </div>

        </div>

    </div>

    <!-- end #header -->

    <div id="menu">

        <ul>

            <?php get_navigation(return_page_slug()); ?>

        </ul>

    </div>

    <!-- end #menu -->

    <div id="page">

        <div id="page-bgtop">

            <div id="page-bgbtm">

                <div id="content">

                    <div class="post">

                        <h2 class="title"><?php get_page_title(); ?></h2>



                        <?php get_page_content(); ?>



                    <p class="page-meta">Published on &nbsp;<span><?php get_page_date('F jS, Y'); ?></span></p>

                    <div style="clear: both;">&nbsp;</div>



                </div>

                <!-- end #content -->

                <div id="sidebar">

                    

                        <?php get_component('sidebar');    ?>

                    

                </div>

                <!-- end #sidebar -->

                <div style="clear: both;">&nbsp;</div>

            </div>

        </div>

    </div>

    <!-- end #page -->



<div id="footer">

    <p><?php get_footer(); ?></p>

</div>

<!-- end #footer -->

</div></body>

</html>

This is how i tired to get it working in getsimple... Well.. i tried.

Can somebody get this to work?

Thanks.
Reply
#2
Hi!

You should tell us what is not working
There are already some templates from freeccstemplates modified for GS

did you install it as a template correctly?
did you read the wiki with the tips for templates? http://get-simple.info/wiki/themes:installation

you could compare it with the template "snail"; which is from freecsstemplates as well, http://get-simple.info/extend/theme/snail/155/
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#3
here's what is not working

http://root.skvs-koeln.de/bezirk/
Reply
#4
Hello skall91, welcome to GetSimple!

Add "overflow: hidden;" to the #wrapper section in your CSS file:

Code:
#wrapper {
    background: url(images/img05.gif) no-repeat right bottom;
    overflow: hidden;
}

That should fix it. Let us know if you need more help!
Reply
#5
Works fine, thank you!
Reply
#6
You're welcome! Glad I could be of help.
Reply
#7
I have been playing around with a free template. have got this far, got some more tidying up to do to the code and images. so not finished as I would like YET. but it is quite easy and fun to do.

http://www.city-book.co.uk/gstest/
Reply




Users browsing this thread: 1 Guest(s)