Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • adam_z Friend
    #186039

    Hello, i’m new to Joomla, but i do understand in programming(less in web programming), so i’m using Joomla 2.5 and Ja purity 2 template, and guess what, i just can’t put ARI image slider in the header, i just can’t do it, please someone help 🙂 i’m really stuck, don’t know how to proceed..hope to get some help)

    Ninja Lead Moderator
    #487374

    You can find image path on header site

    <blockquote>templates/ja_purity_ii/images/header</blockquote>

    and php code on here

    <blockquote>templates/ja_purity_ii/blocks/head.php</blockquote>

    or reference more detail the information how to work with JA Template: http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides

    adam_z Friend
    #489053

    First of all thanx, i tryed to find those .php file for a while, now i know where they live)

    But can u please explain me what do i need to change in order to insert the ARI image slider into the header, it’s really important for me, thanx

    Ninja Lead Moderator
    #489123

    Open template/ja_purity_ii/blocks/head.php file

    and change it here


    <style type="text/css">
    #ja-header .main {
    background-image: url(<?php echo T3Path::getUrl('/images/header/header'. rand(1,3).'.jpg'); ?>);
    }
    </style>

    With image path: templates/ja_purity_ii/images/header1.jpg, header2.jpg, header3.jpg

    adam_z Friend
    #489197

    Thanx, ninja, i do understand how to change the templates images, but i want to plant, another image slider in to the header, but it just not showing there..i don’t know why

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

This topic contains 5 replies, has 2 voices, and was last updated by  adam_z 11 years, 7 months ago.

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