Hey guys, I wondering if you can help me insert coppermine under my website design/template
http://greenvillecopts.org/photogal.html
Obviously it would be a page with no content, but it would have the template.
The address for the new gallery is
http://greenvillecopts.org/gallery
Thanks in advance.
I almost have it fixed, but can't figure out the rest.
Can anyone help me?
Here's what I have so far:
http://greenvillecopts.org/gallery/
Thanks in advance.
Your style.css link is not pointing to the correct location. In your template.html, change the link to
<link rel="stylesheet" href="themes/integreatetest/style.css" type="text/css" />
.
OK... looking further at your souce code, I see you're using the Hardware theme. If you renamed this theme folder then you need to change all the links that point to Hardware to the new name. Check the links in your template.html file and make them point the correct theme folder.
Quote from: Gizmo on August 14, 2006, 11:24:09 PM
OK... looking further at your souce code, I see you're using the Hardware theme. If you renamed this theme folder then you need to change all the links that point to Hardware to the new name. Check the links in your template.html file and make them point the correct theme folder.
yeah I just noticed those mistakes doh!!
thank you
Could you please look at it one more time now and see if you notice anything wrong?
Thanks
The banner link is wrong:
<img src="greenvillecopts.org/gallery/themes/integreatetest/images/banner1.jpg" alt="Banner">
should be <img src="themes/integreatetest/images/banner1.jpg" alt="Banner">
All your src and style links are wrong. Check out the Hardwire theme and look at link locations. Your theme.php, style.css and template.html links should be "=themes/integreatetest/images/the_link_pic".
sorry i was still fixing while you posted.
I have been working on this all day, so please excuse my stupidity if it's not clicking at the momment.
Hang in there, it'll all come together soon. One thing I found was that the "Home" button isn't working correctly. If you click on another gallery button such as FAQ, the Home button doesn't take you back to home. In your theme.php file, check the // HTML template for sys menu code and see if the Home link is set to <a href="{HOME_TGT}" title="{HOME_TITLE}">{HOME_LNK}</a>
.
Quote from: Gizmo on August 15, 2006, 04:13:02 AM
Hang in there, it'll all come together soon. One thing I found was that the "Home" button isn't working correctly. If you click on another gallery button such as FAQ, the Home button doesn't take you back to home. In your theme.php file, check the // HTML template for sys menu code and see if the Home link is set to <a href="{HOME_TGT}" title="{HOME_TITLE}">{HOME_LNK}</a>
.
Oh yeah, the home button doesn't work right now because I had it taken out for a little while.
I just don't understand why the orange dots/pics are not being aligned properly as they should be.