intergrate gallery with my website
|
bullfrog15
Joined: 2009-10-01
Posts: 3 |
Posted: Mon, 2009-10-05 01:57
|
|
i think i am posting in the correct place. i have been using gallery for about a year now, i really do like it. however i still think that i can integrate gallery into my website better. i am looking for some help. the site is http://www.cfmarkfamily.com currently i am using an iframe to get it looking integrated. i used to use the actually site of http://www.cfmarkfamily.com/gallery2/main.php and messed around with it to make it look like the site but the iframe looks better now. i want to be able not to use the iframe, can anyone help me? thank you |
|

Posts: 22890
http://www.flashyourweb.com/staticpages/index.php?page=gallery2_embed-o-rator
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 114
Is this the same as is described as a "html-wrap"?
Posts: 22890
HTML-wrap is a G1 method.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 114
Ok, got it! I've used the embed-o-rator... excellent tool! And managed to get it to work, take a look:
http://www.alternativephotography.com/gallery/photographers.php
But, one question, it made all the typefaces TINY. How do i fix this?
Posts: 22890
It is probably the doctype you are using for the rest of the site. YOu can edit theme.css
#gallery { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 62.5%; color: #333; background-color: #fff; }Change the 62.5 to something bigger.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 3
i dont have a .css or anything like that.
i dont do much programing, i was wondering if someone can help me more?
Posts: 22890
bullfrog15, perhaps AlternativePhot... can give you a hand with the gallery2_embed-o-rator
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 114
Oh, what i mean is that when i use the embed-o-rator the stylesheets looks different from when i use a standalone version:
http://www.alternativephotography.com/gallery/main.php
http://www.alternativephotography.com/gallery/photographers.php
The embed-o-rator did not read my stylesheets at all, so i ended up modifying the theme stylesheets. It worked, though it does mess up the admin interface, and the styles used there. But, i can live with that.
Posts: 6137
You chose the wrong doctype in the embed-o-rator, change:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">to:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
Posts: 114
Thanks... though, it did not make any difference.
Posts: 3
i got this error
Fatal error: Undefined class name 'galleryembed' in /homepages/13/d173517245/htdocs/gallery2/gallery2Embedded.php on line 3
when i tried to go to http://www.cfmarkfamily.com/gallery2/gallery2Embedded.php
can anyone help me?
Posts: 6137
@bullfrog15
Change your require_once to:
require_once ('embed.php');-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
Posts: 114
@bullfrog15
Did you use this page?
http://www.flashyourweb.com/staticpages/index.php?page=gallery2_embed-o-rator&mode=print
I don't know any php. It was easy just to follow the steps there, and voila! a page was made for you.
The only drawback, i've found, is that you can't use the permalinks to send a person from an external website right to a specific album. I.e. it works like an iframe in that way, which is why I have to try modifying the templates instead. Hope this helps!