proffrink
asked 11 years ago

Hello,

So I installed your theme using the quick installation package. All went fine, and all has been fine until today. I made an edit to ‘Home’ section within the Onepage menu, and it collapsed itself really small. I thought "well, it’s probably just a glitch in the UI", but when I came back to the site, the background image for the Home section had vanished.

I checked the source, and noticed quickly that the class field was empty – something must be wrong. I’ve provided screenshots to illustrate; here are some code-snippets too:

What our site looks like

The class that’s missing

> <section id="home"></section>

What the class should be

> <section id="home"></section>
>
> Β 

5 Answers
DominicStaff
answered 11 years ago

Hi ! you can open file style.css find line 11. you can change background for body

 body {background: url("assets/img/title-img.jpg");}

if you want to change background-color for “About C.O.M.B” you open style.cs find line 102 :

  .section { background: #FFFFFF;} 

Regards, Dominic

proffrink
replied 11 years ago

[code]body {background: url(“assets/img/title-img.jpg”);}[/code]

proffrink
replied 11 years ago

Whoops, ignore last. The body styling is unchanged, and after inserting .section { background: #FFFFFF;} into ‘.section’, the whole site background had changed. I just want the background for the home area to show again, no where else. Please see the screenshot I sent, because I don’t think it is actually being given a class at all, and so is acting like a normal text area. There should be something after ‘section’ in the source to define it as the home area, but it’s now showing up.

proffrink
replied 11 years ago

I’ve just noticed that the snippets I gave in the OP are wrong. Please see the screenshot and you’ll see what I mean – an entire class is missing for the home area.

proffrink
answered 11 years ago

Yep, I’ve tried fiddling with style.css but nothing is working – it’s just not including the class in the source.

Am I doing something wrong on the page setup?

DominicStaff
answered 11 years ago

Hi !

URL : http://imgur.com/gb3CfM4

I have see site you. all is complete.

Regards,

Dominic

proffrink
answered 11 years ago

Hey Dominic. Yes, I managed to fix it myself – it wasn’t simple though.

I had to Google for an XML dump of the quickstart content (something you should really provide in future downloads maybe) and imported the home page again and edited it. It took about 30 minutes, but it’s all fixed now.

It breaks as soon as I edit the ‘Home’ menu item, so that’s how you can replicate the bug πŸ™‚

DominicStaff
answered 11 years ago

Hi !

πŸ™‚ πŸ™‚ πŸ™‚

Thank you for choosing our product.

Regards,

Dominic

Powered by DW Question & Answer Pro