Gallery2 + WP (Issues with Siriux)

Textilewolf

Joined: 2003-08-28
Posts: 17
Posted: Wed, 2005-11-09 02:25

I have installed WPG2 and it works beautifully in integrating my website. I have one issue though as I am trying to get the imageframe that is used in Siriux to appear in my posts. Does anyone know what the name of the imageframe is or how to integrate it. I can change it to polaroid or various others that are defaults but not siriux. What is siriux's defualt imageframe or how to I locate it?

The frame I want to use is shown here:
http://www.textilewolf.com/wp-gallery2.php/

I would like it to appear here:
http://www.textilewolf.com/

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Wed, 2005-11-09 08:44
 
Textilewolf

Joined: 2003-08-28
Posts: 17
Posted: Wed, 2005-11-09 12:09

The frame is the it standard frame that comes with Siriux as shown here:

http://pictures.thelineberrys.com/gallery2/gallery2.php?g2_view=core.ShowItem&g2_itemId=35

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Wed, 2005-11-09 12:28

it's pure css, it's not an imageframe. you could implement it as imageframe, i guess.

see siriux/theme.css

/* -- Gallery thumbnails ------------------ */

.gallery-thumb {
	margin: 5px;
	float: left;
	text-align: center;
}

.gallery-thumb img {
	background: #eee;
	border: 1px solid #ccc;
	padding: 7px;
	margin: 1px;
	-moz-border-radius: 5px;
}

.gallery-thumb a img {
	border-color: #ccc;
}

.gallery-thumb a:hover img {
	border-width: 2px;
	border-color: #38c;
	margin: 0;
	-moz-border-radius: 7px;
}
 
Textilewolf

Joined: 2003-08-28
Posts: 17
Posted: Wed, 2005-11-09 14:06

Thanks. I had kinda assumed that, but I appreciate your help in directing me.

 
Textilewolf

Joined: 2003-08-28
Posts: 17
Posted: Thu, 2005-11-10 00:45

Ok. I have created a imageframe and I am using the dots as a css example but I am having trouble with inserting the css into it and getting it to be valid. There appears to be some kind of format that I have adhere to. If anyone could help I would appreciate it.