Josh This what I did to get it where I wanted.
Added the following to the header.php
after </div><!– #branding –>
<div id=”adslider”>
<?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(); } ?>
</div>
before <nav id=”access” role=”navigation”>
added to the css under header the following alignment
}
#adslider {
float: right;
margin-top:-90px;
margin-right:5px;
set the slider setting to 500×200
I was able to place it and it is going to work great for my application.
There is that pesky thumbnail filter somewhere that is preventing the links from working. I have no other plugins activated
Here in the functions.php file.
<?php
/*
* Functions file
* Includes all necesary files
* PLEASE DO NOT EDIT THIS FILE IN ANY WAY
*
* @package parabola
*/
// variable for theme version
define (“PARABOLA_VERSION”,”0.9.7.2″);
require_once(dirname(__FILE__) . “/admin/main.php”); // Load necessary admin files
//Loading include files
require_once(dirname(__FILE__) . “/includes/theme-setup.php”); //Setup and init theme
require_once(dirname(__FILE__) . “/includes/theme-styles.php”); //Register and enqeue css styles and scripts
require_once(dirname(__FILE__) . “/includes/theme-loop.php”); //Loop related fiels
require_once(dirname(__FILE__) . “/includes/theme-meta.php”); //Meta related fiels
require_once(dirname(__FILE__) . “/includes/theme-frontpage.php”); //Frontpage generation
require_once(dirname(__FILE__) . “/includes/theme-comments.php”); //Theme comment functions
require_once(dirname(__FILE__) . “/includes/theme-functions.php”); //Theme misc functions
require_once(dirname(__FILE__) . “/includes/theme-hooks.php”); //Theme hooks
?>
Josh-If you can help I will be forced to donate to your coffee fund.
Latest parabola theme Version 0.9.7.2 link: mrkona.com