Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • toshex Friend
    #171586

    Where in the code are these images inserted in the header??? I have searched in all the code files in the template, tried searching on forums but it’s not where people say it should be (header.php doesnt even exist in version 1.2.0 of this template, index.php and template.css domt have these images in them… )

    Please help, I want to be able to remove them, not just replace them with a one pixel transparent image 🙂

    P.S. I even tried searching through the T3 framework files and they aren’t there (obviously lol).

    TomC Moderator
    #428565

    Can you please provide the url for the site you are working on — along with a screenshot depicting the elements you are wanting to modify?

    Also, please set “Optimize CSS” to “No” within your Template Manager–>General Settings

    toshex Friend
    #428567

    Optimize CSS already set to no. I presume this is some php or javascript code function that does this since it randomizes one of 3 images.

    here is the url: http://dti-labs.com/demos/k2_test/

    the element is the image just right of the logo that is first near the top.

    EDIT: Please close the thread, I finally found it! Was searching for header2.jpg, whereas it was a php function in head.php at the edn and it was combining header. with a rand function.

    To be more precise for other people having this problem, JA_PURITY_II v1.2.0 folder blocks, file head.php line 50:

    background-image: url(<?php echo T3Path::getUrl(‘/images/header/header’. rand(1,3).’.jpg’); ?>);


    1. ddddd
    TomC Moderator
    #428590

    NICE WORK … CONGRATS !!!

    It’s amazing what a little trial-and-error can accomplish, eh?

    😎

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

This topic contains 4 replies, has 2 voices, and was last updated by  TomC 12 years, 11 months ago.

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