News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

I am lost when it comes to theme modification

Started by cbrush, September 21, 2006, 04:28:32 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cbrush

I have copied the classic theme folder and labeled it classic2. After trying to edit the template.html file I cant get anything to work. For example, I wanted to change the site_logo image on the left, so I changed it in the template and it doesn't show up on the site. Am I missing something here? Is there something in the style.css or theme.php I am supposed to be changing?

http://www.cbrush.net/coppermine/

Sami

your logo path is wrong ! I've got 404 not found error when trying for
http://www.cbrush.net/coppermine/images/index_04.gif

check if the index_04.gif actualy being there (http://www.cbrush.net/coppermine/images/) and re-upload it again by ftp
‍I don't answer to PM with support question
Please post your issue to related board

Gizmo

Change the image path in your template.html to
<img src="themes/classic2/images/index_04.gif" alt="" width="250" height="62" border="0" class="admin_menu" />
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

cbrush

Thanks for you help everyone. I will fix the image path.