Re: Child Theme for Arras 1.5: NullCore II

dgodfather wrote:

Show me a screenshot of your theme options on the "home" tab.

http://img338.imageshack.us/img338/1091/shote.png

Need any more of the page?

Re: Child Theme for Arras 1.5: NullCore II

Things seem to be in order. Now give me some shots of some of the nullcore options being used.

Re: Child Theme for Arras 1.5: NullCore II

dgodfather wrote:

Things seem to be in order. Now give me some shots of some of the nullcore options being used.

I don't understand.

EDIT: Nevermind. For some reason, the skin was still turned off in the CSS menu even after I enabled it.

Last edited by Monty (2011-10-31 16:21:06)

Re: Child Theme for Arras 1.5: NullCore II

Is there a reason why the footer doesn't have any background to it?

Re: Child Theme for Arras 1.5: NullCore II

I dunno. I didn't design it. If you'd like it to replicate the main content you could just copy the same css rules to the footer style. Something like this.

#footer {
  background: none repeat scroll 0 0 #D0D0D0;
  border: 1px solid #D3D1C7;
  border-radius: 0 0 10px 10px;
  padding: 10px 10px 0;
}

Re: Child Theme for Arras 1.5: NullCore II

dgodfather wrote:

I dunno. I didn't design it. If you'd like it to replicate the main content you could just copy the same css rules to the footer style. Something like this.

#footer {
  background: none repeat scroll 0 0 #D0D0D0;
  border: 1px solid #D3D1C7;
  border-radius: 0 0 10px 10px;
  padding: 10px 10px 0;
}

Thanks. That gets the job done for the time being. Just doesn't have any rounded corners.

EDIT: Which I fixed with a code that covers Firefox users.

-moz-border-radius: 15px;

There seems to be a white bar at the sides as well. Not sure if it's intentional, but I want to get rid of it either way.

Last edited by Monty (2011-10-31 17:31:55)

Re: Child Theme for Arras 1.5: NullCore II

Add the following to the user.css as well.

Add this attribute to the footer style you just added:
width:960px

#nav {
  background: none repeat scroll 0 0 transparent;
  min-width: 990px;
}

Re: Child Theme for Arras 1.5: NullCore II

dgodfather wrote:

Add the following to the user.css as well.

Add this attribute to the footer style you just added:
width:960px

#nav {
  background: none repeat scroll 0 0 transparent;
  min-width: 990px;
}

Thanks. Everything is working now.

Re: Child Theme for Arras 1.5: NullCore II

Hey there extatix,

I think your site is either down or hacked. The homepage is about poker games and pregnancy tests and your child theme page is no longer there.

Hope you get it all fixed soon!

Best of luck!

-m0r

Thumbs up

Re: Child Theme for Arras 1.5: NullCore II

We've noticed that. See my post above @ http://www.arrastheme.com/forums/post29200.html#p29200

Re: Child Theme for Arras 1.5: NullCore II

I have bought hosting with GoDaddy and installed the WordPress Application but I still don't have an "install themes" button on my WP admin page. Any help?

Last edited by lorenzoaguilar28 (2011-11-24 01:22:44)

Thumbs up

Re: Child Theme for Arras 1.5: NullCore II

You can only install themes through FTP or a file manager, unless they can be found in the Wordpress Theme directory.