customizing matrix theme
galtmilemedia
Joined: 2012-10-26
Posts: 1 |
![]() |
We are trying to customize the matrix theme in such a way that it matches the main website. This is our first time using Gallery and the use of .tpl files and smarty tags. The version of gallery is 2.3.2 Gallery page is located here: http://precisionpaintingandfauxfinishing.com/gallery2/main.php I am following the article, http://codex.gallery2.org/Gallery2:How_to_visually_embed_Gallery_in_your_own_website_by_editing_theme_templates, where it tells me where to input my own html for the header and css. I have uploaded the revised theme.tpl file but it doesn't appear to be updating. Below is the code for the theme.tpl file: {* {* If Gallery doesn't provide a header, we use the album/photo title (or filename) *} {* Include this theme's style sheet *} <!-- body { background-image: url(images/bg_image.jpg); } .style1 {color: #FFFFFF} .style3 {font-size: 10px} .style8 { font-size: 12px; color: #FFFFFF; text-decoration: underline; } a:link { text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration: none; color: #D71E1E; } a:active { text-decoration: none; color: #D71E1E; } --> </style> <tr> <td width="77" height="34" class="main_links"><b><a href="index.html" class="style1">Home</a></b></td> <td width="104" class="main_links"><b><a href="testimonials.html" class="style1">Testimonials</a></b></td> <td width="66" class="main_links"> <b> <a class="style1" href="http://precisionpaintingandfauxfinishing.com/gallery2/main.php">Photos</a></b></td> <td width="116" class="main_links"><b><a href="select_colors.html" class="style1">Select Colors</a></b></td> <td width="101" class="main_links"><b><a href="news.html" class="style1">In the News</a></b></td> <td width="138" class="main_links"><b><a href="contact_us.html" class="style1">Contact us</a></b></td> <td width="370" class="main_links"> </td> </tr> </table> <div id="gsNavBar" class="gcBorder1"> <div class="gbBreadCrumb"> {* Include the appropriate content type for the page we want to draw. *} <div id="gsFooter"> {* {* Put any debugging output here, if debugging is enabled *} |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
its easier to just embed your gallery. -s |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
Wow, bailed on Gallery2 already. this is how it could have looked http://www.flashyourweb.com/gallery2/embed_samples/precisionpaintingandfauxfinishing.com.php -s |
|