Topic: THEME ADDITION

HEY, I AM TRYING TO CHANGE OR BUILD UP NEW THEME THAT WE CREATED IN HTML 5 BOOTSTRAP.
WHAT SHOULD I DO,

let me know the basis thing that require modification after i will do it my self, when i edit it its giving me error just like coding is on front page.

user code is : access > login.php (you already know it)

my code in html is :

<!DOCTYPE html>
<html>
<link rel="stylesheet" href="css/separate/pages/login.min.css">
    <link rel="stylesheet" href="css/lib/font-awesome/font-awesome.min.css">
    <link rel="stylesheet" href="css/lib/bootstrap/bootstrap.min.css">
    <link rel="stylesheet" href="css/main.css">
</head>
<body>

    <div class="page-center">
        <div class="page-center-in">
            <div class="container-fluid">
                <form class="sign-box">
                    <div class="sign-avatar">
                        <img src="img/avatar-sign.png" alt="">
                    </div>
                    <header class="sign-title">Sign In</header>
                    <div class="form-group">
                        <input type="text" class="form-control" placeholder="E-Mail or Phone"/>
                    </div>
                    <div class="form-group">
                        <input type="password" class="form-control" placeholder="Password"/>
                    </div>
                    <div class="form-group">
                        <div class="checkbox float-left">
                            <input type="checkbox" id="signed-in"/>
                            <label for="signed-in">Keep me signed in</label>
                        </div>
                        <div class="float-right reset">
                            <a href="reset-password.html">Reset Password</a>
                        </div>
                    </div>
                    <button type="submit" class="btn btn-rounded">Sign in</button>
                    <p class="sign-note">New to our website? <a href="sign-up.html">Sign up</a></p>
                    <!--<button type="button" class="close">
                        <span aria-hidden="true">&times;</span>
                    </button>-->
                </form>
            </div>
        </div>
    </div><!--.page-center-->


<script src="js/lib/jquery/jquery.min.js"></script>
<script src="js/lib/tether/tether.min.js"></script>
<script src="js/lib/bootstrap/bootstrap.min.js"></script>
<script src="js/plugins.js"></script>
    <script type="text/javascript" src="js/lib/match-height/jquery.matchHeight.min.js"></script>
    <script>
        $(function() {
            $('.page-center').matchHeight({
                target: $('html')
            });

            $(window).resize(function(){
                setTimeout(function(){
                    $('.page-center').matchHeight({ remove: true });
                    $('.page-center').matchHeight({
                        target: $('html')
                    });
                },100);
            });
        });
    </script>
<script src="js/app.js"></script>
</body>
</html>

let me know how can i edit or compile both files in one file?

Re: THEME ADDITION

This theme may be a good reference for your scheme
https://drive.google.com/file/d/0B4ARYK … sp=sharing

Phuong

Re: THEME ADDITION

Hey, thanks for reply me.
well i take a look in it and upload at my demo site. i think that will not help me.

i want to change every front accounting code with my html design theme code, i think that need to change all files.

i know it take too much time but i will. now, for this, i just need startup point that i choose login.php first. if i am success than i will change every think.
or anyother way to do this

Regards

Re: THEME ADDITION

The said theme is AdminLTE and is on Github.

Post's attachments

AdminLTE for FA Theme premium.zip 1.1 mb, 104 downloads since 2018-05-09 

You don't have the permssions to download the attachments of this post.

Re: THEME ADDITION

Notrinos, already share with me. thanks & Regards

6 (edited by chunket 09/06/2018 04:06:15 am)

Re: THEME ADDITION

Hi apmuthu, why i cant find the dashboard after install the theme? How do i enable it?

I notice FA 2.4.4 dont have dashboard and reminder module. Correct?

https://frontaccounting.com/fawiki/index.php?n=Main.Extension-CompanyDashboard

Re: THEME ADDITION

Please search and read the forum before asking.

Dashboard is integrated into FA 2.4.x. If your theme is Dashboard enabled, then it can have it's permissions / roles activated for it and does not require the Dashboard theme / extension at all in FA 2.4.4.

Re: THEME ADDITION

apmuthu wrote:

The said theme is AdminLTE and is on Github.

How can i use it as FA theme ?

Re: THEME ADDITION

Compare any dashboard type theme (like canvas / dropdown) files with the AdminLTE and make the necessary images / css changes as needed.