• Resolved rikroukens

    (@rikroukens)


    Hi All,

    I’m Currently setting up my personal website http://www.rikroukens.nl

    I’m using the F8-static theme from graph paper press

    EDIT: i did a quick check with the standard theme, the problem is in the f8 static theme. any help is still appreciated!

    When I upload a photo, all is fine. But when i click it it gives me a fatal error.

    for example:

    this post has a photo. when i click it, it gives an error.

    Fatal error: Call to undefined function mf_previous_image_link() in /home/deb24109n2/domains/rikroukens.nl/public_html/wp-content/themes/f8-static/image.php on line 6

    I searched the internet and found that it has something to do with the gallery.

    Can anyone help me to solve this error?

    Also, i would like to use some kind of gallery to show my photo’s, any recommendations?

    Thanks in advance.

    Rik Roukens

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey Rik!

    I’m using the same theme and have the same problem.
    Have you been able to resolve it? If so, I would be ever so grateful if you would consider sharing your wisdom 🙂

    Thanks,
    Theresa

    I’m having this problem too. Any help will be appreciated!

    I don’t know if you need that function but since I don’t need it I simply chose ‘none’ in the ‘link url’ when uploading a picture. That way it’s not possible to click on the image to show it separately.

    There seems to be some problem in the image.php file in the f-8 theme folder – you can simply remove lines 6 & 8 (nav-image-left and nav-image-right):

    <?php get_header(); ?>
    
      <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    
    		<div class="navigation">
    			<div class="nav-image-left"><?php mf_previous_image_link( '←' ) ?></div>
    <div class="nav-image-up"><a href="<?php echo get_permalink($post->post_parent); ?>" rev="attachment">↑</a></div>
    			<div class="nav-image-right"><?php mf_previous_image_link( '→' ) ?></div>

    Easier than going through removing all links from your images…

    I’m using F8-lite theme. Deleting the whole

    <div class="navigation">
    			<div class="nav-image-left"><?php mf_previous_image_link( '←' ) ?></div>
    <div class="nav-image-up"><a href="<?php echo get_permalink($post->post_parent); ?>" rev="attachment">↑</a></div>
    			<div class="nav-image-right"><?php mf_previous_image_link( '→' ) ?></div>
    		</div>

    (in image.php) worked for me. I’ve had a lot of problems with this theme…

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘fatal error – image.php’ is closed to new replies.