Okay
  Public Ticket #1305251
Header
Closed

Comments

  •  1
    cosmins started the conversation

    Hello!

    Because WHMCS Bridge is a total catastrophe I want to exatrct the header from website and paste in header.tpl from WHMCS.

    Can you help me me to do this? I do something (can be viewed at www.host-age.ro/client) but on tablet/phone is not OK. Also in desktop browser is not the same with website.


    Thank you very much!

  •  2,010
    Ocean replied

    Hi,

    Do you want to make your website like as our demo?

    http://demo.vegatheme.com/cloudme/whmcs-bridge

    Please follow docmentation(scroll to WHMCS part) to setup now.


  •  1
    cosmins replied

    Hello!


    I prefer to integrate default theme from WHMCS. I do some copy/paste but didn't work prefectly...


    Thank you!



  •  2,010
    Ocean replied

    Hi,

    Sorry for late reply.

    Can you say clearly your problem, what copy/paste?

    Thanks.

  •  1
    cosmins replied

    Hello!

    I copy from website page source and I paste in header.tpl. You can look at www.host-age.ro and www.host-age.ro/client

    The problem in WHMCS is because didn't look like "original" and on tablets the menu are on two rows.

    Thank you!

  •  2,010
    Ocean replied

    Hi,

    You can't add header and footer by that way.

    You need to use WHMCS Bridge, please follow documentation.

    Install WHMCS Bridge plugin and setup follow attach images.

  •  1
    cosmins replied

    Hello!

    WHMCS Brdge cannot be used, see please the atachement to see how look...

    Thank you!

  •  2,010
    Ocean replied

    Hi,

    I think you should use our template "cloudmewhmcs" and orderform "cloudmeboxes"

    Because there are some css conflict with six template, so we add more code in our template to fix.

    Try using them, we;ll help you if there is any issue.

  •  1
    cosmins replied

    Hello!

    I solve the header in 90% but I need just a little help from you.

    The logo must be resized depend by windows width. Now is the same size all the time.

    Tell me please what I need to add in css in this section:

     .logo {

        margin-top: 23px;


    Please see the atachement to see exact my problem.

    Thank you very much!

  •  2,010
    Ocean replied

    You can add custom css code here: 

    http://www.awesomescreenshot.com/image/868495/cf4c1c5da08b7ecc7e3fc520f49d1229

    .logo img{ max-width: 100%; }

  •  1
    cosmins replied

    Hi!

    Cannot work because is not WP, is WHMCS with header copied from WP.

    Thank you!

  •  2,010
    Ocean replied

    Hi,

    You can add that code in file "templates/six/style.css"

  •  1
    cosmins replied

    Hi!

    I tried but didn't work.

    Tghank you!

  •  2,010
    Ocean replied

    Please make sure adding right code:

    .logo img{max-width: 100%;}

    Then remove cache and reload.

  •  1
    cosmins replied


    Hi!

    The same, please see the atachement.

    Thank you!

  •  2,010
    Ocean replied

    Hi, 

    I saw you added code wrong:

    .logo {
        margin-top: 23px;
      .logo img{max-width: 100%;}
    }

    Please put this code follow:

    .logo { margin-top: 23px; }
    .logo img{max-width: 100%;}
  •  1
    cosmins replied

    Hi!

    Now is OK.

    Thank you very much!!!