ajaxian theme

Reiddust

Joined: 2006-05-27
Posts: 117
Posted: Thu, 2007-03-29 13:58

I really like this theme, but have one question. Where in the script would I move the links, that appear across the top logo? I would like to place them at the bottom if possible, maybe where the "view slideshow" link is.
Thanks

http://museum.reiddust.com/wing/gallery2/main.php?g2_itemId=103

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2007-03-30 01:27

theme.css

.gbBreadCrumb {
    position: absolute;
    top: 62px;
    left: 221px;
    margin: 1px 0;
    font-weight: bold;
}

I have found 2 tools that are invaluable the firefox browser and the web development tool that allows you to Make live edits to the CSS of a web page..
Once you have them both installed....
select edit css and under the 'information' dropdown check display ID & class details.
Edit your CSS and you will see the results. Once you have this the way you want, upload your edited css to the server.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
Reiddust

Joined: 2006-05-27
Posts: 117
Posted: Fri, 2007-03-30 02:37

Thank you floridave. I haven't ventured into firefox quite yet,(still on IE7) but at least I know now where the parts to be editted are. One of my members is very good at CSS, and uses firefox, so I'm sure he'll be able to figure it out, by the code you gave me..I'll save the links for future reference..

 
Reiddust

Joined: 2006-05-27
Posts: 117
Posted: Mon, 2007-04-02 14:36

all fixed. My member told me it's not recommended you move it down to the bottom.

..if new subalbums will be added, you'll have to change the script again, beacsue the height of the page content will have changed.

 
amsweb1

Joined: 2006-01-31
Posts: 23
Posted: Tue, 2007-08-28 17:20
floridave wrote:

I have found 2 tools that are invaluable the firefox browser and the web development tool that allows you to Make live edits to the CSS of a web page..
Once you have them both installed....
select edit css and under the 'information' dropdown check display ID & class details.
Edit your CSS and you will see the results. Once you have this the way you want, upload your edited css to the server.

This is GREAT info, thank you so much!

I'm having just one problem. I can't find where the style #item-title is set. I've looking in themes.css and in gallery.css, and I'm not seeing it.

Where is it!?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2007-08-28 19:01
amsweb1 wrote:
I'm having just one problem. I can't find where the style #item-title is set. I've looking in themes.css and in gallery.css, and I'm not seeing it.

Where is it!?

Perhpas the them you use did not add it.
Add it to the css and see if that helps.
If not URL?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
amsweb1

Joined: 2006-01-31
Posts: 23
Posted: Tue, 2007-08-28 19:45

Well the Ajaxian theme is using it, but it wasn't specified in the stylesheet.
So like you suggested, I added it, and now I can control it.
Sweet baby rays! Thanks!

 
amsweb1

Joined: 2006-01-31
Posts: 23
Posted: Tue, 2007-08-28 19:54

There's got to be another stlyesheet I'm not seeing though. Even the plug-in for Firefox doesn't see it.

I can't find #main-logo now. Where is that being specified?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2007-08-28 21:59

it is specified in the theme.tpl but its not added to the theme.css.
Not all classes that are used in the theme are specified in the css.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team