Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • axadle Friend
    #165951

    I Have this code and I need to use and put it ja teline 1V can any one tell me where is located head and body of this ja teline IV I can’t find exp is below

    Paste this code into your page before the </head>tag where is the head tag of Ja teline IV

    <script src=”popup/awesomepopup.js”></script>

    Past this code into your body<body>tag — where is the Body of Ja teline IV

    onLoad=”checkCount(0)”

    swillett Friend
    #399842

    <em>@axadle 251427 wrote:</em><blockquote>I Have this code and I need to use and put it ja teline 1V can any one tell me where is located head and body of this ja teline IV I can’t find exp is below

    Paste this code into your page before the </head>tag where is the head tag of Ja teline IV

    <script src=”popup/awesomepopup.js”></script>

    Past this code into your body<body>tag — where is the Body of Ja teline IV

    onLoad=”checkCount(0)”</blockquote>

    Hi,

    Your head and body tags will be in the template’s index.php file.

    …./templates/ja_telineIV/index.php

    alternatively you can amend the source code in the admin area of Joomla.

    but you must also include the .js file you are trying to call using this line of script, in your example of the code above it would be awesomepopup.js located in a folder called popup/ ensure this is located in the correct place.

    I hope this may help.

    axadle Friend
    #399924

    that did not work coze All I have is under …./templates/ja_telineIV/index.php
    like this file

    <?php
    if (class_exists(‘T3Template’)) {
    $tmpl = T3Template::getInstance($this);
    $tmpl->render();
    return;
    } else {
    //Need to install or enable JAT3 Plugin
    echo JText::_(‘Missing jat3 framework plugin’);
    }

    Sherlock Friend
    #399925

    HI axadle,
    Please open head.php file in pluginssystemjat3base-themesdefaultblocks folder, add your code in bottom of this file.

    Hope can help you

    axadle Friend
    #400009

    the head.php is okey by <script src=”popup/awesomepopup.js”></script>
    is okey thnk

    my Q is

    Past this code into your body<body>tag — where is the Body of Ja teline IV coze I need to put this I placed under head.php it show but the template like hell

    onLoad=”checkCount(0)”

    Sherlock Friend
    #400015

    Hi axadle,
    Please open default.php file in pluginssystemjat3base-themesdefaultpage folder, you will see body tag.
    hope can help you.
    thanks

    axadle Friend
    #400054

    thank you it works

    himangi Friend
    #400095

    Hi

    Please dont make changes in any files in JAT3 plugin, since the changes will be lost if you upgrade the plugin at any point..
    Instead, you can create a ‘page’ folder in ‘templates/yourtemplate/blocks’ folder and then copy the ‘default.php’ file from ‘pluginssystemjat3base-themesdefaultpage’ folder to the newly created ‘page’ folder and make changes in this file. This way you can override the original default.php file in JAT3 plugin..

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

This topic contains 8 replies, has 4 voices, and was last updated by  himangi 13 years, 4 months ago.

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