• Hi, i made a theme with artisteer and i have some problems, please take a look at my site https://greenroof.es if you check the 3 images at the top of the page i set them up like links but not just is not sending to anyplace, also you cannot save them, instead is saved the background image, also i don’t find the way to move the slogan’s blog and looks very ugly behind the logo, doesn anybody has an idea??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The top 3 images seem to be in a horizontal sidebar on top.If you inserted them into a sidebar like a text widget then you use html with link parameters.But I think you inserted them into your stylesheet using url(pictureaddress)You have to add the target for those pictures without using quotation marks.
    As far as the logo appearing at the left behind the flower: that is the default position;go to header.php in the theme editor to move it using valid element parameters like vspace,hspace.Make a copy of the header php before changing.

    Thread Starter rubengonzalezdeluna

    (@rubengonzalezdeluna)

    thanks for the answer, but i was not making anything in the stylesheet i was just adding the html in the header like this

    <body>
    <div align="center">
    <img src="https://greenroof.es/wp-content/uploads/greenroof/imagenes/ads_i.png" border="0" alt="Anunciate Aqui">
    <a href="https://greenroof.es/contacto"><img src="https://greenroof.es/wp-content/uploads/greenroof/imagenes/ads_c.gif" border="0" alt="Contacto"></a>
    <a href="https://greenroof.es/contacto/promocion"><img src="https://greenroof.es/wp-content/uploads/greenroof/imagenes/ads_d.png" border="0" alt="Promoción"></a>
    </div>
    <div class="Main">
    <div class="Sheet">
        <div class="Sheet-tl"></div>
        <div class="Sheet-tr"><div></div></div>
        <div class="Sheet-bl"><div></div></div>
        <div class="Sheet-br"><div></div></div>
        <div class="Sheet-tc"><div></div></div>
        <div class="Sheet-bc"><div></div></div>
        <div class="Sheet-cl"><div></div></div>
        <div class="Sheet-cr"><div></div></div>
        <div class="Sheet-cc"></div>

    right after body you see the 3 images, the other div’s i just put them to show what is under the code, and as strange thing if i move in this part of the CSS:

    .Main
    {
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
    }

    top to 1 then the images work, but all the sheet is going down a lot! is moving the height of the images i put and of the darker part of the background, if somebosy use FIREBUG plugin of FIREFOX will see this

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Really strange problem with image’ is closed to new replies.