Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Header configuration & styling »

[SOLVED] header.php altered to call js - works well EXCEPT on post (site.com/archive/


 
Prev Previous Post   Next Post Next
  #1  
Old Oct 25, 2010, 02:42 PM
arthurmild
 
50 posts · Aug 2010
Cape Town
[SOLVED] header.php altered to call js - works well EXCEPT on post (site.com/archive/

Hello,

I was very pleased with myself after altering header.php to allow me to display a div containing rotating text above the main header elements:

happy example here


However, this does not display properly on 'pages' containg posts - basically anything in the mysite.com/archives directory

unhappy example here

- I presume (well Ok am guessing) that there is a conflict which is not allowing the js to do its thing.

- Or is there something about header.php which makes it behave differmtly on 'posts' (/archive/) pages ?

- Or am I missing something very obvious here ?



I hope someone can help or at leats give me a nudge in the right direction.

I have had a good look around here and the WP codex, but can't quite figure this one out this time.



Extract from altered header.php follows


Code:

 	<link rel="stylesheet" href="wp-content/themes/atahualpa/newsticker.css" type="text/css" />
   	<script type="text/javascript" src="wp-content/themes/atahualpa/js/prototype.js"></script>
   	<script type="text/javascript" src="wp-content/themes/atahualpa/js/effects.js"></script>
    	<script type="text/javascript" src="wp-content/themes/atahualpa/js/newsticker.js"></script>
</head>
<body <?php body_class(); ?><?php if ($bfa_ata['html_inserts_body_tag'] != "") { echo ' '; bfa_html_inserts($bfa_ata['html_inserts_body_tag']); } ?>>
<?php bfa_html_inserts($bfa_ata['html_inserts_body_top']); ?>
<div id="wrapper">
<div id="container">

	<div id="newsticker">
        	<ul>
            	<li>10 000 copies monthly</li>
            	<li>Glossy Lifestyle Magazine</li>
            	<li>Distributed to “A” Income areas</li>
            	<li>Established since 2006</li>
	   	<li>Read Cover-To-Cover</li>
		<li>Long Shelf Life and Ongoing Exposure for Advertisers</li>
		<li>Generating top quality leads</li>
		<li>Professional, targeted distribution with ZERO wastage</li>
        	</ul>
    	</div>


<table id="layout" border="0" cellspacing="0" cellpadding="0">
 

Bookmarks

Tags
header.php, javascript

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to add PHP to the loop on multi- and single post pages only? Fux Center area post/pages 2 Jun 16, 2010 04:55 AM
[SOLVED] NextGenGallery Upgrade Altered Config of Center Page Widget Craig Mattice Plugins & Atahualpa 6 Mar 22, 2010 01:14 PM
Lightbox 2 (Argento version) works on all pages but homepage Wyro Plugins & Atahualpa 13 Dec 5, 2009 02:05 PM
Fatal error: Call to undefined function: is_tag() in bfa_get_options.php jmenge Atahualpa 3 Wordpress theme 2 Sep 8, 2009 06:10 AM
Problem in archive.php jrodon Atahualpa 3 Wordpress theme 1 Feb 15, 2009 06:03 AM


All times are GMT -6. The time now is 09:13 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.