-
AuthorPosts
-
July 4, 2011 at 10:29 pm #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 Friendswillett
- Join date:
- February 2011
- Posts:
- 53
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 14
- Thanked:
- 4 times in 1 posts
July 4, 2011 at 11:14 pm #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.
July 5, 2011 at 9:04 am #399924that 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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 5, 2011 at 9:24 am #399925HI axadle,
Please open head.php file in pluginssystemjat3base-themesdefaultblocks folder, add your code in bottom of this file.Hope can help you
July 5, 2011 at 10:35 pm #400009the head.php is okey by <script src=”popup/awesomepopup.js”></script>
is okey thnkmy 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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 6, 2011 at 2:21 am #400015Hi axadle,
Please open default.php file in pluginssystemjat3base-themesdefaultpage folder, you will see body tag.
hope can help you.
thanks1 user says Thank You to Sherlock for this useful post
July 6, 2011 at 7:21 am #400054thank you it works
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
July 6, 2011 at 11:02 am #400095Hi
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..1 user says Thank You to himangi for this useful post
-
AuthorPosts
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