GetSimple Support Forum

Full Version: Transfer a Theme into GetSimple
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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/
here's what is not working

http://root.skvs-koeln.de/bezirk/
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!
Works fine, thank you!
You're welcome! Glad I could be of help.
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/