• [Topic modified – “Going Crazy” is not a useful topic]

    Hi All.

    I have the most annoying problem:

    using the Rolex theme. My site is at http://www.levite.co.il

    This is the footer file:

    <div class='clear'></div>
    </div>
    <?php include (TEMPLATEPATH . '/bottom.php'); ?>
    <div id="footer">
    
    <div class="fcred">
    
    Copyright © <?php echo date('Y');?> <a href="<?php
    bloginfo('siteurl'); ?>" title="<?php bloginfo('name'); ?>"><?php
    bloginfo('name'); ?></a> - <?php bloginfo('description'); ?>.<br />
    <?php fflink(); ?> | <a href="http://topwpthemes.com/rolex/" >Rolex WP Theme</a> |
    </div>	
    
    <div class='clear'></div>
    <?php wp_footer(); ?>
    
    </div>
    <div class='clear'></div>
    </div>
    </body>
    </html>

    Now – I have commented the fflink() function out, so obviously, when I load the page I receive an error: Fatal error: Call to undefined function fflink() in /home/content/y/l/e/ylevite/html/wp-content/themes/Rolex/footer.php on line 11

    But – If i comment out the call in the footer file, (<?php fflink(); ?>)the page gets messed up – the javascript cycle at the top of the page does not work.

    I reinstalled the theme as a brand new copy – didn’t help. Reinstalled wordpress via the admin panel – no joy either.

    My feelings now are in the vicinity of: ARGHHHHH!!!!!

    Can anyone here soothe my soul?

    Thanks

    yaron

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer problem on Rolex theme’ is closed to new replies.