Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter eduardoteixeira

    (@eduardoteixeira)

    I am using “Heat” template and I had a slideshow in my portfolio detail page that is missing now. How can I recover it?
    Thank you

    Thread Starter eduardoteixeira

    (@eduardoteixeira)

    Never mind, problem solved!

    Please, I have the same problem. How you fixed it?

    Never mind, problem solved!

    In default_template.php change this code:

    <a href="<?php echo $imgsrc[0]; ?>" rel="prettyPhoto[portfolio]">
                        <?php echo get_the_post_thumbnail($post->ID, 'thumbnail'); ?>
                    </a>

    by this one:

    <a href="<?php echo get_permalink($post->ID); ?>">
                        <?php echo get_the_post_thumbnail($post->ID, 'thumbnail'); ?>
                    </a>
    Plugin Author Tushar Patel

    (@tushar44u)

    Hi @j.Parra,@eduardoteixeira
    Sorry for late replay.
    thanks for your information,
    more help contact me on [email protected].
    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change Url when clicking in thumbnail’ is closed to new replies.