JasonTurbo
Forum Replies Created
-
Forum: Plugins
In reply to: Issue using "Cimy Header Image Rotator "It appears to be an issue with the Word Press page editor, if I script it using purely html it works fine, as soon as I go to visual mode it changes my HTML, is the way of fixing this?
Forum: Themes and Templates
In reply to: Footer positioningHad a </div> missing from the bottom of the page!
Thanks again 🙂
Why can’t I be a coder like you LOL
Forum: Themes and Templates
In reply to: Footer positioningHere is my page_fullwidth.php
<?php
/*
Template Name: Full Page (No Sidebar)
*/
?>
<?php $arjunaOptions = arjuna_get_options(); ?>
<?php get_header(); ?><div class=”contentArea contentAreaFull”>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”><div class=”postContent”>
<?php the_content(__(‘continue reading…’, ‘Arjuna’)); ?>
</div><?php endwhile; ?>
<?php else : ?>
<p><?php _e(‘There is nothing here.’, ‘Arjuna’); ?></p>
<?php endif; ?>
</div><?php get_footer(); ?>
Forum: Themes and Templates
In reply to: Footer positioningJust tried changing these parameters and it only changes the content margins and not the footer ones.
Forum: Themes and Templates
In reply to: Footer positioningAwesome help alchymyth 🙂 I’m slowly picking this up by myslef but help is always invaluable!
Forum: Themes and Templates
In reply to: Footer positioninglink is http://www.jasonmunro.com/