Indexhibit

Login:

Created by:
Daniel Eatock &
Jeffery Vaska

Built with Indexhibit

Thumbnails on Homepage

 

Indexhibit version: 2.0
Thread is not resolved.

rfriedman4
UNITED STATES
3 month(s) ago
Permalink Post

Hello,

I now have 7 projects listed on my website under the category Design Projects. When my website homepage loads, there aren't any thumbnails of the projects and it's a blank page. I want the original home page to look like it does when you click on Design Projects. My URL is rebeccafriedmandesign.com Also, is there a way for the project names to be listed without having the category Design Projects listed?

Vaska A
UNITED STATES
3 month(s) ago
Permalink Post

Looks like you have resolved this already...unpublishing and 'hide from index' section tops make them invisible. I realize it's a bit obscure but it works and it allows for nice options.

rfriedman4
UNITED STATES
3 month(s) ago
Permalink Post

Yes I did get it! Another quick question, how do I add some text about myself right under my page title and before my projects are listed? Also, where can I change text color? Do I need to do it in the html somewhere? Where do I go to do that?

Vaska A
UNITED STATES
3 month(s) ago
Permalink Post

Admin > Theme > Pre Nav (textarea)

rfriedman4
UNITED STATES
3 month(s) ago
Permalink Post

Oh perfect. Coding is still new to me so what part of the code do I replace with my text?

  1. <a href='/' title='{{obj_name}}'>{{obj_name}}</a>
rfriedman4
UNITED STATES
3 month(s) ago
Permalink Post

Also, where can I play with the formatting of the website title and make it larger?

Vaska A
UNITED STATES
3 month(s) ago
Permalink Post

That is the current title at the upper left of your #index. You can change that but you don't really need to do that. Just change the obj_name variable to whatever you want...

rfriedman4
UNITED STATES
3 month(s) ago
Permalink Post

Is there a way to keep my Rebecca Friedman Design title how it is (except it's no longer bold and I don't know what changed) and have some secondary text under it?

arsondpi A
GREECE
3 month(s) ago
Permalink Post

sure:

  1. <a href='/' title='Title that shows up on link hover here'><h1>Site title</h1> here</a>

and in your style.css

  1. #index a h1 { font-weight: bold; font-size: 13px; }

Of course you can change the css styling to what you want...

rfriedman4
UNITED STATES
3 month(s) ago
Permalink Post

Where do I do all of my css formatting? In the same box?

rfriedman4
UNITED STATES
3 month(s) ago
Permalink Post

Where do I do all of my css formatting? In the same box?

arsondpi A
GREECE
3 month(s) ago
Permalink Post

Hello.
You edit all your css from Admin->Assets->Theme, style.css
Don't forget to click the disk (save) icon once you're done.
Otherwise you can use your ftp application and do all your editing there.

Showing 1 - 12 of 12 posts in Forum » Customize » Thumbnails on Homepage
 

You need to be logged in to post.