Forums » Customize

A Starting Point Theme

ednacional
UNITED STATES
2008-12-23 16:45:57
Permalink Post
 

I have created a theme for the purpose of helping indexhibit users who may not have extensive knowledge of css. I have commented the original code to be easily altered and understood. I hope it also serves to help people figure out what each element does.

I have also styled the theme to look pretty, and could be simply used as is with no alterations.

This theme was developed in collaboration with Mushon Zer-Aviv as part of his class 'Open Source Design' at Parsons The New School for Design. You can check out our class blog to see our process and other great indexhibit plug-ins and tutorials made by other students.

Download and View a Demo

This is a Open Source work in progress. Let me know if you have any suggestions or comments.

I hope some of you find this useful!

Ed

Vaska A
I WROTE THIS
2008-12-23 17:43:42
Permalink Post
 

Looks great Ed...I'm sure alot of people will appreciate and use this.

Next year we are going to launch a formal mechanism for sharing user contributed code back to the community...

Thanks

Eloisa A
SPAIN
2008-12-23 20:37:14
Permalink Post
 

Thanks for sharing!
Looks like you guys are building an amazing pool of ressources. Good job!

mushon
UNITED STATES
2008-12-23 23:32:13
Permalink Post
 

Cool!
It would be great to have a repository of sharable code snippets for css and for plugins.
Is Indexhibit on Git? I guess not?
It would be great to have a code repository to follow and submit patches to. I am sure developers like (and hopefully more capable than me and my students) will be able to use that and contribute through it for the benefit of the wider Indexhibit community.

ednacional
UNITED STATES
2009-01-09 19:35:58
Permalink Post
 

I have received a few great emails and positive responses to this already. I would love to hear more about your experiences using and modifying my theme. It would definitely help me improve it.

Thanks everyone!

Vaska A
I WROTE THIS
2009-01-09 20:10:02
Permalink Post
 

Well, you are also welcome to come in here and help people out. As myself and moderators do everyday.

paul
FRANCE
2009-01-24 20:43:40
Permalink Post
 

First thank you for this theme, the comments are really helpfull for me... I'm starting with css.

In fact I have a little problem in modifying the theme: I put in comments the "/*a:visited {" section but the colour of visited links stay in purple and underline.

I tried to find what was wrong but i didn't find how to change this colour.
I think that there is an overwritten part of code somewhere, but where?

It will be helpfull if you could put me on the way.
thanks.

paul

paul
FRANCE
2009-01-24 20:44:38
Permalink Post
 

My website is: www.paulvaugoyeau.com/new

paucc
SPAIN
2009-02-02 12:54:58
Permalink Post
 

Thanks Ed for the nice design and of course Daniel and Jeffrey for the nice code!!!

beepbeep
UNITED STATES
2009-03-10 05:27:22
Permalink Post
 

Hey there! I just wanted to say thanks for this beautifully simple design. I'm somewhat familiar with CSS, but not entirely so, so your comments really helped and enlightened me a bit about some CSS elements I was hesitant to touch before or unsure about otherwise.

I just have one question; I'm wanting to credit Indexhibit (and you) on a seperate "about this site" page but I don't know where to remove the "Built with Indexhibit" on the menu. I've fiddled around with it a bit, but am still unsure as to how to remove it so that I may put it somewhere else.

Thanks in advance and thanks again for sharing this with everyone!

beepbeep
UNITED STATES
2009-03-10 05:38:50
Permalink Post
 

Nevermind...solved my problem! :)

dadaclonefly
UNITED STATES
2009-04-14 00:30:23
Permalink Post
 

Don't know if anyone's still reading this, but after I installed this theme and changed to it in settings, my site just becomes three lines of text:

Warning: filesize() [function.filesize]: stat failed for /home/dfalcone/public_html/archive/ndxz-studio/site/osd-commented/index.php in /home/dfalcone/public_html/archive/index.php on line 81

Warning: fread(): supplied argument is not a valid stream resource in /home/dfalcone/public_html/archive/index.php on line 81

Warning: fclose(): supplied argument is not a valid stream resource in /home/dfalcone/public_html/archive/index.php on line 82

Any suggestions?

taku
AUSTRALIA
2009-05-01 10:29:31
Permalink Post
 

dadacionefly - try taking the files out of the top osd_commented folder, then uploading.

ermorden
UNITED STATES
2009-08-05 22:28:51
Permalink Post
 

has anyone gotten any kind of 403 error when trying to apply this theme? I am unable to change my settings to reflect the theme.

Vaska A
I WROTE THIS
2009-08-05 22:36:21
Permalink Post
 

It's not the theme...

ermorden
UNITED STATES
2009-08-06 05:59:19
Permalink Post
 

wish I knew what it was!

Richard_N
UNITED KINGDOM
2009-08-11 15:39:34
Permalink Post
 

Make sure that your file permissions are all ok - files as 644 and the main theme folder as 755. Mine unpacked as 700 and the css files weren't available for the application - no error as such but nothing was displaying correctly. Good luck!

d0mino
AUSTRALIA
2009-08-12 10:16:51
Permalink Post
 

Thank you for this excellent template!

MJB
UNITED STATES
2009-11-11 17:34:10
Permalink Post
 

Thank you very much for this template. I'm currently studying it as I'm building a website with indexhibit, and this is very useful. Will send link along when there's something worthwhile to show. Thank you Ed, and of course, thank you Vaska for all of your hard work.

elfneedsfoodbadly
IRELAND
2009-11-14 01:45:18
Permalink Post
 

thanks for this template - i'm finding it an excellent learning tool. however, i'm having a little trouble with one part of the .css and its application: the #copy ID.

i've taken the code from your sample amending only the 'internal' - mine looks something simple like

  1. #copy {
  2.         font-style: italic;
  3.         color: #0000ff;
  4. }

- just so i can see if it's working. i was confused about how the ID is applied to the elements. i've had a look at the index.php you've bundled with the OSD commented style and i can't see the ID applied anywhere there ... so i tinkered with it and i seem to have reproduced some of the effect by adding to the original index.php as follows:

  1. < div id="copy">
  2. <%obj_ibot%>
  3. < /div>

i think yours works without this extra code so i'm wondering if this is how it's supposed to be done or is there another file to be modified which will apply the ID across all themes?

i'm new at all this so i hope the question makes sense.

www.elfneedsfoodbadly.org

elfneedsfoodbadly
IRELAND
2009-11-14 01:47:34
Permalink Post
 

the second 4 lines of code didn't look like that in the preview - more like:

  1. < div id="copy">
  2. <%obj_ibot%>
  3. < /div>
elfneedsfoodbadly
IRELAND
2009-11-16 18:46:10
Permalink Post
 

i posted this just before the weekend ... i hope it's ok if i bump it just the once?

lemathieu A
FRANCE
2009-11-16 20:22:48
Permalink Post
 

yes, I already see that in this theme.
is it a problem for you ?

elfneedsfoodbadly
IRELAND
2009-11-16 21:49:32
Permalink Post
 

now i'm a bit confused, lemathieu. i was sure i tried styling something with this ID before with no success but now it's working ...

Ed seems to have re-written/re-ordered the last few elements ( the etc.). i think i was confused because i can see where he adds the 'built' class in the php but not the #copy ID. i guess that's added in the process of retrieving ?

it seems the classes are Ed's additions but the #copy ID is part of the original Indexhibit config?

(trying to work a lot of stuff out here with no php training or experience, so please don't feel obliged to respond to the open-ended questions!)

elfneedsfoodbadly
IRELAND
2009-11-16 21:53:10
Permalink Post
 

'( the etc.)' above should read '(the < obj%_ibot% > etc.)'

and

'... process of retrieving ?' should read '... process of retrieving < obj%_ibot% >?'

they looked OK in the preview, here's hoping this time ...

:)

apricotmuffins
UK
2010-01-14 07:53:57
Permalink Post
 

I just wanted to say, I used this theme to help the customisation of my website and it was BRILLIANT. The comments alongside the CSS really helped someone like me, who has never worked with css, let alone html before.

If you want to see my site, its here:

apricotmuffins
UK
2010-01-14 07:54:54
Permalink Post
 

www.mariabovor.co.uk

for some reason my link didnt show up in my last post!

Whiskas
UK
2010-01-28 14:16:12
Permalink Post
 

Hi,

Thanks for the great theme! I'm getting a little stuck though... When i change your source code to different text colors etc I lose the settings on the pre-nav text, i.e page heading. It just goes back to unaligned size 12 helvetica etc. I really can't work it out because i'm not even touching that part of the code yet.
I wondered if it was anything to do with the index.php and ie.css files as i have found i need to use ones copied from the sample page folder - if i use yours, any changes i make in style.css go un-noticed...

If anyone can help i'd be most appreciative!
(please check my site to see what i mean.. www.whiskasfx.com)

murmur75
UK
2010-02-02 11:45:18
Permalink Post
 

Hi,

Nice theme, sorry for such a silly question but I'd like to align the menu on the right, but can't figure out how to do that...Any could let me know please?
Thanks!

richardn
UNITED KINGDOM
2010-02-02 12:03:10
Permalink Post
 

#menu {text-align: right;}

That will align the text to the right side of the menu section.

Or do you want to put the whole menu on the right side of the page?

murmur75
UK
2010-02-02 14:44:08
Permalink Post
 

Just the text on the right, it works now, thank you!

hannad
NETHERLANDS
2010-02-02 15:37:01
Permalink Post
 

Hey there,

I think this is a great initiative!
I'm trying to change my 'theme' into yours (is the map called: osd_commented ?)
If I choose that one, if I check preview, it's showing a blank page.
Do you know what the problem is?

Thanks!

lemathieu A
FRANCE
2010-02-02 16:26:27
Permalink Post
 

Try to reupload all the files of the theme.

hannad
NETHERLANDS
2010-02-02 21:17:29
Permalink Post
 

When you have completed installation delete the 'install.php' file - you must do this.

Where can I find the 'install.php' file?

fredriksjolander
SWEDEN
2010-02-04 09:05:44
Permalink Post
 

Thank you very much for this splendid theme! I have used it as a start for my site and I have a question:

The slideshow gallery function i really nice and i want to use it, but! I cant get a white border around it!

can anyone help me with this? I would be realy greatfull :)

thank you! /fredrik

kelsyp
UNITED STATES
2010-02-15 05:00:15
Permalink Post
 

This is wonderful! thank you so much its exactly what I have been looking for!

kelsyp
UNITED STATES
2010-02-15 05:00:15
Permalink Post
 

This is wonderful! thank you so much its exactly what I have been looking for!

tombro
POLAND
2010-02-18 22:14:19
Permalink Post
 

I got this warring after installation :/

Warning: filesize() [function.filesize]: stat failed for /srv/www/vhosts/tombronowski.com/httpdocs/indexhibit/ndxz-studio/site/blueprint/index.php in /srv/www/vhosts/tombronowski.com/httpdocs/indexhibit/index.php on line 81

Warning: fread(): supplied argument is not a valid stream resource in /srv/www/vhosts/tombronowski.com/httpdocs/indexhibit/index.php on line 81

Warning: fclose(): supplied argument is not a valid stream resource in /srv/www/vhosts/tombronowski.com/httpdocs/indexhibit/index.php on line 82

Any ideas?
thx

arsondpi A
GREECE
2010-02-18 23:17:10
Permalink Post
 

search the forum by entering index.php on line 82. This has nothing to do with this theme.
You deleted you home page and you need to use the Reset Script found at the Downloads page.

tombro
POLAND
2010-02-19 09:17:56
Permalink Post
 

I used 'site reset script' and this is what I got as end message: Everything looked just fine - nothing was changed.
Still got problem with line 82 nd 81 :/

tombro
POLAND
2010-02-19 09:54:16
Permalink Post
 

Other themes/templates works fine.

lemathieu A
FRANCE
2010-02-19 10:13:27
Permalink Post
 

Maybe just try to reupload this theme

tombro
POLAND
2010-02-19 11:09:13
Permalink Post
 

Solved

Showing 1 - 43 of 43 posts in Forum > Customize > A Starting Point Theme
 

You need to be logged in to post.