Fork me on GitHub

Newbie Need help with iCGstationXTE  Bottom

  • I installed the iCGstationXTE theme on my new postnuke site and made a logo graphic with name of my site placed it in the ENG images folder and on the home page its fine but when you navigate to any other page the logo is either coming from the "dan" or the "deu" folders which must be danish or german. So I tried putting my logo in those folders but the header is a different height on those so its stretching my graphic. Please look at these 2 pages to see what I mean. Also right click on the logo and see how the paths are different. Why is this any help to straight'n this out would be greatly appreciated.

    THIS IS THE GOOD HOME PAGE
    http://www.thedogboard.com/dogs/index.php

    STRETCHED OUT OF WACK PAGE

    http://www.thedogboard.com/dogs/modules.php?op=modload&name=Recommend_Us&file=index


    Thanks
    Phil
  • You sure are lucky I love Dogs.... icon_smile

    Make sure you edit master.html, home.html and user.html. All three have the header in them.

    Specifically, look for the following code and change 130 to 100 and you should be good.

    Code

    <img alt="Logo" width="330" height="130" src="themes/iCGstationXTE/images/deu/logo.gif">
  • Aaahhh post nuke and pets... can it get any better? Between this kind of site and the childrens/teens sites discussed a month or so ago I KNOW i made the right choice in php/mysql/cms avenues to spend my energies on.



    Regardless, I've discussed it with Nuk (short for Nanuk) and he agrees (as any dog would) that your site must work regardless of the effort I, or him, might have to put into it along with the community at large.

    Let us know.

    (Edited many time because pndebug does not work in this enviroment)

    --
    Under Construction!
  • Thanks pnProfessional,
    Animals exspecially dogs are my love.

    But I really need help as to why the graphic on the other pages is getting made 30 pixels bigger in heaight right now. I have scanned all the directories for source code listed above and it is not there.

    ANY OTHER TIPS ON WHAT TO DO OR LOOK?????

    HELP!!!!!!!!!!!!
  • Phil,

    I gave you the answer above. For some reason, it appears your height setting is 130 in the other templates.

    Go to Admin -> Xanthia -> Edit Theme -> Templates

    From there, you want to edit
    Master.html
    User.html

    Look for the following code inside the template and change 130 to 100.

    Code

    <img alt="Logo" width="330" height="130" src="themes/iCGstationXTE/images/deu/logo.gif">
  • phil2564

    Thanks pnProfessional
    Oh that was me? LOL Not quite, but it's nice to see (it's a 500 post marker).

    Ok so home.htm works, so just find the line generating the img tag and replace the line in master.htm that coresponds to it. home.htm's should look something like this:

    Code

    <img alt="<!--[sitename]-->" src="<!--[$imagepath]-->/Logo.gif">

    And the master.htm something like this:

    Code

    <img width="330" height="130" alt="<!--[sitename]-->" src="<!--[$imagepath]-->/Logo.gif">


    Really you just need to drop width and height and let it size it's self.

    Does this happen in the users area as well? If so the same applies to user.htm.

    Let us know if you can find these, if not then post what you do have in that area of those files for us here.

    Oops, I keep getting distracted while posting and missing posts...

    --
    Under Construction!

This list is based on users active over the last 60 minutes.