CRE Loaded Community

Banner


Board index » Web Design and Development » Development Discussions

All times are UTC - 5 hours




Post new topic Reply to topic  [ 10 posts ] 
Author Message
 Post subject: Finding the file with title, meta tags etc
PostPosted: Fri Jan 22, 2010 7:35 am 
Offline
CRE Newbie

Joined: Fri Jan 22, 2010 7:18 am
Posts: 6
Obviously very noob question! But I have searched all over and cant find the page that displays <meta name> <script type> , <title>Home</title> etc etc! I searched in the index.php file first nothing there.. and loads of others in the cre63_ats folder

Does anyone where I can find the page I am looking for? Any help will be much appreciated.

^ edit as i want to add <script type="text/javascript" src="swfobject.js"></script>

Thanks.


Top
 Profile  
 
 Post subject: Re: Finding the file with title, meta tags etc
PostPosted: Fri Jan 22, 2010 8:20 am 
Offline
CRE Talented

Joined: Sun Nov 29, 2009 10:57 am
Posts: 348
templates/cre63_ats/main_page.tpl.php

_________________
CSS Store - http://mdjl40.mdjl-demo.co.uk -Work in Progress
YMM Filter Lists - http://mdjl-demo.co.uk/6-4-1a -Pagnation/Filter Lists


Top
 Profile  
 
 Post subject: Re: Finding the file with title, meta tags etc
PostPosted: Fri Jan 22, 2010 8:46 am 
Offline
CRE Newbie

Joined: Fri Jan 22, 2010 7:18 am
Posts: 6
TheLango wrote:
templates/cre63_ats/main_page.tpl.php


cheers for the reply, are you sure this is this correct page? the only thing relating to scripts on this page is :

Code:
if (isset($javascript) && file_exists(DIR_WS_JAVASCRIPT . basename($javascript))) { require(DIR_WS_JAVASCRIPT . basename($javascript)); }
if (defined('PRODUCT_INFO_TAB_ENABLE') && PRODUCT_INFO_TAB_ENABLE == 'True' && basename($PHP_SELF) == FILENAME_PRODUCT_INFO) {
  ?>
  <script type="text/javascript" src="<?php echo DIR_WS_JAVASCRIPT;?>tabs/webfxlayout.js"></script>
  <link type="text/css" rel="stylesheet" href="<?php echo DIR_WS_TEMPLATES . TEMPLATE_NAME;?>/tabs/tabpane.css" />
  <script type="text/javascript" src="<?php echo DIR_WS_JAVASCRIPT;?>tabs/tabpane.js"></script>
  <?php
}


i cant see any of the scripts there that are on the page source

Code:
<script type="text/javascript" src="thickbox/jquery.js"></script>
<script type="text/javascript" src="thickbox/thickbox.js"></script>
<link rel="stylesheet" href="thickbox/thickbox.css" type="text/css" media="screen" />
<script type="text/javascript" src="menu.js"></script>


thanks


Top
 Profile  
 
 Post subject: Re: Finding the file with title, meta tags etc
PostPosted: Fri Jan 22, 2010 12:23 pm 
Offline
CRE Talented

Joined: Sun Nov 29, 2009 10:57 am
Posts: 348
Guess What... I cant see you page source either..

And, as you didnt give any kind of link to view your site.. and it was me taking a"flyer" with not knowing what you have done to your site already ;)

that would be the page to insert your <scripts>

As you asked where the meta tags and title was!!

but I, again will take a "flyer" and suggest

templates/cre63_ats/header.php

Hope that helps..

_________________
CSS Store - http://mdjl40.mdjl-demo.co.uk -Work in Progress
YMM Filter Lists - http://mdjl-demo.co.uk/6-4-1a -Pagnation/Filter Lists


Top
 Profile  
 
 Post subject: Re: Finding the file with title, meta tags etc
PostPosted: Mon Jan 25, 2010 5:22 am 
Offline
CRE Newbie

Joined: Fri Jan 22, 2010 7:18 am
Posts: 6
thanks for the reply, couldn't find it in header.php either :(

the link for the site is www.natterjack.co.uk if that would make it any easier to locate it

cheers.


Top
 Profile  
 
 Post subject: Re: Finding the file with title, meta tags etc
PostPosted: Fri Jan 29, 2010 9:10 am 
Offline
CRE Newbie

Joined: Fri Jan 22, 2010 7:18 am
Posts: 6
:roll:

it was in: includes/header_tags.php

incase any1 has the same problem in future..


Top
 Profile  
 
 Post subject: Re: Finding the file with title, meta tags etc
PostPosted: Fri Jan 29, 2010 11:02 am 
Offline
CRE Talented

Joined: Sun Nov 29, 2009 10:57 am
Posts: 348
So just for clarification, if you dont mind...

you added this:-
Code:
<script type="text/javascript" src="swfobject.js"></script>
to your header_tags.php file in the includes folder?

_________________
CSS Store - http://mdjl40.mdjl-demo.co.uk -Work in Progress
YMM Filter Lists - http://mdjl-demo.co.uk/6-4-1a -Pagnation/Filter Lists


Top
 Profile  
 
 Post subject: Re: Finding the file with title, meta tags etc
PostPosted: Fri Jan 29, 2010 11:20 am 
Offline
CRE Newbie

Joined: Fri Jan 22, 2010 7:18 am
Posts: 6
not exactly :wink:

Code:
echo ' <script type="text/javascript" src="swfobject.js"></script> '."\n";


Top
 Profile  
 
 Post subject: Re: Finding the file with title, meta tags etc
PostPosted: Fri Jan 29, 2010 11:58 am 
Offline
CRE Talented

Joined: Sun Nov 29, 2009 10:57 am
Posts: 348
God help us ;)

i wish there were more smileys here.. like shakes head

dzeh wrote:
not exactly :wink:

Code:
echo ' <script type="text/javascript" src="swfobject.js"></script> '."\n";


And Everyone loves a smart arse...

_________________
CSS Store - http://mdjl40.mdjl-demo.co.uk -Work in Progress
YMM Filter Lists - http://mdjl-demo.co.uk/6-4-1a -Pagnation/Filter Lists


Top
 Profile  
 
 Post subject: Re: Finding the file with title, meta tags etc
PostPosted: Fri Jan 29, 2010 12:20 pm 
Offline
CRE Newbie

Joined: Fri Jan 22, 2010 7:18 am
Posts: 6
sorry, what?

Code:
echo ' <script type="text/javascript" src="thickbox/jquery.js"></script> '."\n";
echo ' <script type="text/javascript" src="thickbox/thickbox.js"></script> '."\n";
echo ' <link rel="stylesheet" href="thickbox/thickbox.css" type="text/css" media="screen" /> '."\n";
echo ' <script type="text/javascript" src="menu.js"></script> '."\n";
echo ' <script type="text/javascript" src="swfobject.js"></script> '."\n";


it now has the script type i needed in the script section.. =

Code:
<script type="text/javascript" src="thickbox/jquery.js"></script>
<script type="text/javascript" src="thickbox/thickbox.js"></script>
<link rel="stylesheet" href="thickbox/thickbox.css" type="text/css" media="screen" />
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript" src="swfobject.js"></script>


it works, so i dont get what your going on about ??


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 10 posts ] 

Board index » Web Design and Development » Development Discussions

All times are UTC - 5 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
It is currently Wed Feb 08, 2012 7:51 am
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group

Login

Top Listing

1. Cart2Cart - Shopping...
    Category: Shopping Cart Database Conversion Scripts
    
2. Points & Rewards PLUS!...
    Category: Add-Ons
    
3. Configuration Server...
    Category: Fixes
    
4. Credit Card with CCV
    Category: Payment Modules
    
5. CC7333_ATS
    Category: Templates
    
Show more...

Follow Us on Twitter

An error occurred

Oops, an error seems to have occurred. We're sorry for any inconvenience this might have caused. If the error persists, feel free to tell us about it.

Twitter could not be reached, the server response code was: 401

CRE Loaded Community Chat hosted by CRE Loaded.

Join now


Chat about what's on your mind. More about public chats.


© CRE Loaded is a product of Chain Reaction Ecommerce, Inc. Usage & Privacy Policy