+ Antworten
Ergebnis 1 bis 4 von 4

Thema: Problem RedEvo Aphelion Template

  1. #1
    Neu an Board
    Registriert seit
    24.06.2008
    Beiträge
    2
    Bedankte sich
    1
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard Problem RedEvo Aphelion Template

    Hi,

    First of all i would like to apologize that I'm using English as language, i don't now how else to explain my question. My German language is not good, so again, sorry. I hope you understand what i mean.

    I have download the RedEvo Aphelion template and on the top of that template i shows "Red Evo Aphelion". I would like to place my own tekst there. Is that possible and if yes, how can i do that?

    Thank you.

  2. #2
    War schon öfter hier
    Registriert seit
    20.02.2008
    Beiträge
    180
    Bedankte sich
    10
    Erhielt 104 Danksagungen
    in 53 Beiträgen

    Standard

    It is a logo which is shown there. The easiest way would be: you replace the file /templates/redevo_aphelion/images/logo.png with your own one.

    If you want to put a text there, you will have to delete in /templates/redevo_aphelion/css/template_css.css at "a#sitename1"
    the lines

    Code:
    text-indent:-2000px;
    background:url(../images/logo.png) top left no-repeat;
    and change in /templates/redevo_aphelion/index.php the line

    Code:
    <h1><a href="index.php" title="back to Homepage" id="sitename1"><?php echo $mosConfig_live_site;?></a></h1>
    to

    Code:
    <h1><a href="index.php" title="back to Homepage" id="sitename1">Your Text</a></h1>
    PHP ist Spaß

    JoomGallery.net

  3. Erhielt Danksagungen von:


  4. #3
    Neu an Board
    Registriert seit
    24.06.2008
    Beiträge
    2
    Bedankte sich
    1
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    Zitat Zitat von Chraneco Beitrag anzeigen
    It is a logo which is shown there. The easiest way would be: you replace the file /templates/redevo_aphelion/images/logo.png with your own one.

    If you want to put a text there, you will have to delete in /templates/redevo_aphelion/css/template_css.css at "a#sitename1"
    the lines

    Code:
    text-indent:-2000px;
    background:url(../images/logo.png) top left no-repeat;
    and change in /templates/redevo_aphelion/index.php the line

    Code:
    <h1><a href="index.php" title="back to Homepage" id="sitename1"><?php echo $mosConfig_live_site;?></a></h1>
    to

    Code:
    <h1><a href="index.php" title="back to Homepage" id="sitename1">Your Text</a></h1>
    Thank you, thats it. Do you have any idea how to open those PNG-files? PS CS3 does not like them and many others....

  5. #4
    Kommt häufiger vorbei
    Registriert seit
    13.02.2007
    Ort
    Karlsruhe
    Beiträge
    321
    Bedankte sich
    5
    Erhielt 73 Danksagungen
    in 71 Beiträgen

    Standard

    Do you have any idea how to open those PNG-files? PS CS3 does not like them and many others....
    Try GIMP. It's almost as powerful as Photoshop and can handle .png-files very well.

    If you prefer an english support forum, try http://forum.joomla.org/. I Think that would be easier for you.

+ Antworten

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein