Jump to content

Building my own template, but having some niggling troubles...


Recommended Posts

Hey Guys,

 

I'm well on the way to getting my new template sorted, I've customised several things, and I've got pages set up using the comparison order template, however its not displaying totally right...

 

Using my new template, I click on order product for the new service and it takes me to the page where I order the domain name...

 

http://goo.gl/c58Ym7

 

Now normally this shows a load of options such as:

 

The product/service you have chosen requires a domain name so please enter your domain name selection from below.

Register a new domain

Transfer your domain from another registrar

I will use my existing domain and update my nameservers

 

Then depending on the option I select it displays a little form with the details, however its currently showing all the forms, and every option is unselected...

 

Have I missed something in the CSS or JS?

 

This is what normally happens, and is on one of my other templates (not using the comparison) http://goo.gl/0hXhYK

Link to comment
Share on other sites

in your header.tpl replace "http://" and "https://" with "//" so all local and external files will be loaded in HTTP or HTTPS as you have issues when browsing your WHMCS with HTTPS enabled.

 

you need to apply this to all CSS and JS files:

 

<link href="http://fonts.googleapis.com/css?family=Coming+Soon" rel="stylesheet" type="text/css">
changed to 
<link href="//fonts.googleapis.com/css?family=Coming+Soon" rel="stylesheet" type="text/css">

Link to comment
Share on other sites

I just checked, is that not this:

 

<div id="whmcsorderfrm"><script type="text/javascript" src="includes/jscript/jqueryui.js"></script>

 

thats being added by whmcs rather than me

 

- - - Updated - - -

 

scrub that, I've just checked the default theme header.tpl and added the jscript code..... doh!

 

Thank you for pointing me that way!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated