Page 1 of 1

Theme issues - Description, etc boxes appear double

Posted: Tue Jul 03, 2012 2:38 pm
by theace
I'm having a really hard time with opencart. The 9responsive theme is being weird.

Image

How do I fix this? Also, in my default theme, the turing number on the "Contact us" form is missing. How do I get it back? I have virtually no knowledge of php or css or any coding whatsoever (though I could try and do stuff based on simple logic).

Re: Theme issues - Description, etc boxes appear double

Posted: Tue Jul 03, 2012 9:43 pm
by Avvici
First, your image did not show up in the thread. Second, what version of Open Cart are you using?

Re: Theme issues - Description, etc boxes appear double

Posted: Wed Jul 04, 2012 11:45 pm
by theace
I'm using 1.5.3.1. Sorry for not specifying this beforehan and for the image. My bad :(

Here's the image: http://s14.postimage.org/5lqls8xw1/Picture1.png

Re: Theme issues - Description, etc boxes appear double

Posted: Thu Jul 05, 2012 1:31 am
by Avvici
All this means is that your HTML code is off. The jquery TABS are not properly in place within the main <div> </div> so it''s basically visible when it should be hidden. This is why you get two descriptions :) It's hard to help you when you have a custom theme because I would have to get in your source to see the problem.

Just remember that the tabs start like this:

Code: Select all

 <div id="tabs" class="htabs">
And must end with the proper </div>