A few simple questions (I am stumped)
sdamos
Joined: 2005-02-24
Posts: 38 |
Posted: Fri, 2005-03-04 20:40 |
Ok, I have gotten a little further using the tutorials. Now I am at this point: http://amosfamilyonline.com/gallery/ How do I change the width of the gallery part to bring it inside my tables? How do I set the surrounding background color to #CCCCCC? How do I set the gallery background color to #FFFFFF? The "Powered by Gallery" does not seem to be in my footer section either, any ideas? This way the environment matches my design. Thanks for the help. I am trying to somewhat mimick this design: http://www.josefrancocastillo.com.ph/ |
|
Posts: 27300
Your image for the bottom is http://www.amosfamilyonline.com/images/pagebottom.gif and it 157 pixels high. Cut it down and you footer will be closer to the bottom.
Posts: 38
Ok, thanks, that fixes that part of it. Can you help me with some of the other questions in this post?
Thanks.
Posts: 3236
Did you try looking through any of the sticky threads in this forum? I think most of them deal with pretty much everything you are asking.
Posts: 38
I managed to modify to the screen.css for my custom skin to get the background the way I want it, but I still cannot figure out how to get the gallery to be inside my borders. Somewhere around 700 to 720px and centered. Please tell me, I have been looking and I cannot figure it out.
Posts: 38
I am using a skin called custom and I have gotten this far: http://amosfamilyonline.com/gallery/
I need to make the background grey, (CCCCCC) but using the embedded_styles.css in my custom/css folder is not doing the trick, how in the world do I change that blue to gray to match my border?
Posts: 27300
view your source you are using gallery/css/screen.css.default so edit your gallery/css/screen.css.default
and save it without the .default extention
Posts: 38
Ok, got it thanks. Few more questions.
How do I senter the "Powered by Gallery" and how do I change the color of the rediculous blue bar at the top of the gallery?
Thanks.
Posts: 27300
"Powered by Gallery": look in gallery.footer and album.footer and photo.footer you will see how the text is rendered
wrap that in a <center> and </center> tags or add a center tag to the table or <td> tag.
Blue bar:
upgrade to the latest CVS or wait for 1.5RC2 or downgrade to 1.4.4PL6 or look at the code and you will see it is the adminbox class that is that table cell. So open your css you are using (base.css.default) and look for
Change the background-color to what you would like. Save without the .default extention.
Dave
Posts: 38
Ok, thank you! I am almost there. Finally, I need to change ALL the text color to the color of the gallery title "The Amos Family Online." Where are they all? Can I do them all in one CSS file?
Thanks a million, you have been a huge help.
Posts: 38
Dave,
Nevermind, I think I have that too. One thing I know I will need help with is this. At http://www.josefrancocastillo.com.ph/ Jose has a Slideshow button and IT Login button. I would like to remove my register button and leave the login button. How do I remove register? I am simply going to redesign the button for the Login for admin purposes. Thanks Dave!
Posts: 27300
removing the regsiter link: rerun the config wiz and turn off self registration.
Posts: 38
Got it!
I figured this one out, but it still is not working. I turned off slideshow in the config, deleted my album, recreated it, yet Slideshow is still an available option. How do I eliminate it?
Posts: 27300
Are you sure it is not FAQ Gallery:c.34 Those are defaults and you might have to go into exsisting albums properties to turn off the slideshow.
and verify that
$gallery->app->gallery_slideshow_type = "off";
in config.phpDave
Posts: 38
Ok, I can do it that way, that works. I will edit each album as I add it. Here is another one for you Dave. How can I add my own custom META tags that will be on every page, or at least the index (Page that shows up first)?
Your the best, thanks.
Posts: 27300
in albums.php, view_album.php, view_photo.php and slideshow.php add meta tags before the <body> tag
or
you can add them in util.php like:
Posts: 38
Also Dave, at http://www.josefrancocastillo.com.ph/ Jose has his title hidden, like mine says, "Welcome Family and Friends!" His is hidden, yet when you go inside an album and view a picture, it is still available to click on in the upper-right to return to the main page. How did he hide this, yet it is still named, "Gallery: Jose Franco Corona Castillo" on his site.
Thanks for the above question and this one when you get around to them.
Posts: 27300
http://gallery.menalto.com/index.php?name=PNphpBB2&file=viewtopic&t=26633&highlight=
or
http://gallery.menalto.com/index.php?name=PNphpBB2&file=viewtopic&p=115228#115228
or
http://gallery.menalto.com/index.php?name=PNphpBB2&file=viewtopic&p=103384#103384
Posts: 38
Dave, thank you so much. :D