Results 1 to 6 of 6

Thread: Style

  1. #1
    Join Date
    May 2006
    Posts
    11

    Default Style

    I have put this here since it is a design issue.

    I intergrated it into my site but because it had to use the css from the actual website it looked rubbish.

    Today i pasted the css from my site into the whmcs css file along with what was in there.

    The problem now is on the main whmcs index page it is not aligned properly at the top and bottom, all the others ( order, downloads etc ) are fine.

    I was wondering if someone would be kind enough to point me in the right direction, the page is:

    http://evolutionhosts.com/clients (it actually looks different depending on which browser you use, it worse in IE)

    Thanks

  2. #2
    Join Date
    May 2006
    Posts
    1

    Default

    How did you get your sites php to work with yours? mine wont work in alot of ways. I cannot get it to pull my headers.php file. I dont want to have 2 themes to change and stuff. I do alot of addons to my site and one 1 theme to edit and it does all. i add lots of stuff my menu alot and upgrading constantly. How did you get yours working?

    Thanks

  3. #3
    Join Date
    May 2006
    Location
    Harrodsburg, KY
    Posts
    154

    Default

    I like that design! Did you create that yourself or is that one purchased from a template maker?

    Either way, I'm interested in where it came from as I could use something for my site.
    Premier Online Internet Hosting
    Affordable Internet Hosting
    http://www.premieronline.us

  4. #4
    Join Date
    Apr 2006
    Location
    Jacksonville, FL
    Posts
    549

    Default

    Evo, on my end, the deisgn looks fine. Looks to be integrated well.

  5. #5
    Join Date
    May 2006
    Posts
    11

    Default

    Quote Originally Posted by mygeohost
    How did you get your sites php to work with yours? mine wont work in alot of ways. I cannot get it to pull my headers.php file. I dont want to have 2 themes to change and stuff. I do alot of addons to my site and one 1 theme to edit and it does all. i add lots of stuff my menu alot and upgrading constantly. How did you get yours working?

    Thanks
    I just copied my whole design into the template.tpl and then added

    Code:
    
    [ICON][YOUAREHERE]: [BREADCRUMBNAV]</p>
    
    [BEGIN_IF_LOGGED_IN]
    <table id="insetbox" align="center" cellspacing="1"><tr><form name="form"><td id="insetboxmain">
    Welcome back [CLIENTNAME]! [CHOOSEOPTION]: <select name="site" style="font-size:10px;" size=1 onChange="javascript:formHandler()">
    <option value="clientarea.php">[NAVCLIENTAREA]
    <option value="clientarea.php?action=details">[NAVMYDETAILS]
    <option value="clientarea.php?action=hosting">[NAVMYHOSTINGPACKAGES]
    <option value="clientarea.php?action=products">[NAVMYPRODUCTS]
    <option value="clientarea.php?action=domains">[NAVMYDOMAINS]
    <option value="clientarea.php?action=invoices">[NAVMYINVOICES]
    <option value="supporttickets.php">[NAVMYSUPPORTTICKETS]
    <option value="order.php">[NAVORDERADDITIONALPACKAGE]
    <option value="clientarea.php?action=messages">[NAVMYMESSAGES]
    <option value="logout.php">[NAVLOGOUT]
    </select>
    <input type="submit" value="Go" style="font-size:9px;">
    </td></form></tr></table>
    [END_IF_LOGGED_IN]
    
    [CONTENT]
    
    [BEGIN_SETLANGUAGE]<table id="insetbox" align="center" cellspacing="1"><tr><td id="insetboxmain">[SETLANGUAGE]</td></tr></table>[END_SETLANGUAGE]
    Where i wanted whmcs to appear.


    Quote Originally Posted by chrishaley
    I like that design! Did you create that yourself or is that one purchased from a template maker?

    Either way, I'm interested in where it came from as I could use something for my site.
    The design was purchased as a one off unique template and then modified to how i wanted it to look.

    I am not keen on templates from template makers as the template you buy could well be on a few sites already.

  6. #6
    Join Date
    May 2006
    Posts
    11

    Default

    Quote Originally Posted by xxkylexx
    Evo, on my end, the deisgn looks fine. Looks to be integrated well.
    Do you mind if i ask what browser you used, the order pages etc are fine its just the main whmcs page (top and bottom)

    In firefox they dont look bad but in IE they are mis-aligned.

Similar Threads

  1. Style problem
    By smitch6 in forum Customisation & Integration Questions
    Replies: 1
    Last Post: 11-07-11, 07:35 PM