test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • ironfist Friend
    #165314

    Hi,

    I am running ja_Pyro and Joomla 1.6.

    Question:
    I would like to add an image (not a background image) in the header and I want this image to be able to be activated (clickable) by Qlue Tooltip. Do I need to create an article and add the image within this article and somehow put the article in the header, or do I need to change some code? My intention is to load a module inside the tooltip.
    The image is a .png.

    I understand that it is a complicated question so if someone has a tip on just how to add the image in the header, that would be sweet as well.

    I am grateful for any suggestions!

    Be well!

    khoand Friend
    #396914

    Hi,
    You add picture into end of templatesja_pyroblocksheader.php

    kshama_k Friend
    #396918

    hi

    you would like to add an image in the header, for this you need to add following code into this file:
    Templates->JA Pyro->Blocks->header.php


    <h1 class=img>

    <a href="index.php/site-map/articles"/> /*u can add any thing instead of this, it is for clickable*/

    </h1>

    and in your template.css add this code:

    h1.img a
    {
    background: url(../images/logo.png) no-repeat top;
    display: block;
    height: 92px;
    width: 135px;
    position: absolute;
    top:25px;
    }

    ironfist Friend
    #396948

    <em>@khoand 247739 wrote:</em><blockquote>Hi,
    You add picture into end of templatesja_pyroblocksheader.php</blockquote>

    Problem solved and thanks for pointing me in the right direction.
    I got a tad confused because of the integration with Qlue tooltip but now everything is working fine. It seems I lack some basic knowledge in certain templating areas and I´ll spend the next couple of days reading up on it.

    Have a nice weekend!

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  ironfist 13 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum