Pro Theme Design Forum » Elemental » Comments and Suggestions

Help for Elemental


  • chablo
  • Member
  • Posted 9 months ago #

Hi

Do you plan to put some support material at http://prothemedesign.com/support/elemental-help/ similar to the documentation for Mimbo-Pro at http://prothemedesign.com/support/mimbo-pro-help/?

Thanks

Chablo

  • chablo
  • Member
  • Posted 9 months ago #

Sorry... found it at http://prothemedesign.com/support/elemental/

C

  • Ben
  • Ben
  • Posted 9 months ago #

No worries :)

We're actually working on a brand new, considerably more comprehensive, set of documentation which will hopefully make customising the theme a lot easier

  • ruggy
  • Member
  • Posted 9 months ago #

Id love to find out how to edit the sidebar closest to the main content on the right, as well as include that sidebar on the single post page.

Can a left sidebar be included as well?

  • ruggy
  • Member
  • Posted 9 months ago #

Found the sidebar nearest to the main content but why was it named center homepage column? Don't get that.

Anyways keep up the good work...I'd love to have a left sidebar, can someone help me with that please.

  • Ben
  • Ben
  • Posted 9 months ago #

Glad you found it. What do you think we should call it instead?

The column is in the center of the homepage so I think the name makes sense?

  • ruggy
  • Member
  • Posted 9 months ago #

Not sure Ben, but how do you adjust the size of that center column plus how do you put in a left sidebar?

  • ruggy
  • Member
  • Posted 9 months ago #

Ben can you include an option for the center homepage column to appear on the single post page.

  • ruggy
  • Member
  • Posted 9 months ago #

Ben or Darren. I would love help with the following with regards to your elemental theme.

1. Resizing the post titles
2. I need a left sidebar and two right sidebars both on the home page and the single post page.
3. how do i insert a header image?

If I can achieve these I'll be good. This is the fastest loading theme I ever come across.

  • ruggy
  • Member
  • Posted 9 months ago #

Please include resizing the space between categories. Thanks

  • darren
  • admin
  • Posted 9 months ago #

1. This can be found in layout.css, though I'm assuming you're editing a child theme (strongly recommended) since Elemental is essentially just a framework. See line 444:

.home .post.postCount-1 h2, .singlePost.interior h1 {
font-size:2.4em;
}

2. Again, if you're using a child theme, you could just copy the relevant columns from index.php over to single.php.

3. On line 201 of layout.css, you'll see a #header which you can change the background to something like:

background: url(images/myheader.jpg) no-repeat;

Again as before, if you plan on installing future upgrades of Elemental and want to take advantage of the feautres, I would avoid editing the core files and create a child theme. I'd also install Firebug for Firefox which is a great tool for identifying which styles get applied to which elements. Firebug is definitely a lifesaver.

Re: the categories widget, you can change the spacing/padding in styles.css, line 470.

  • ruggy
  • Member
  • Posted 9 months ago #

Thanks Darren...What about adding a left sidebar and having two right sidebars throughout the theme. If i can achieved that I'll be set..

  • ruggy
  • Member
  • Posted 9 months ago #

not using a child theme by the way

Reply

You must log in to post.