Viewing 5 replies - 1 through 5 (of 5 total)
  • thanks kaylee1000, i have the same question.

    Thread Starter KayLee1000

    (@kaylee1000)

    No buddy seems to have an answer to this ??

    I know it’s been a month but I thought I’d answer this.

    The easiest thing to do is to add an “onclick” function to the navigation link.

    In content-slideshow.php on lines 223 and 231 find this:
    <a href="#main-post-<?php echo $counting; ?>" title="<?php the_title(); ?>">

    And add the onclick function like so:
    <a href="#main-post-<?php echo $counting; ?>" onclick="location.href='<?php the_permalink(); ?>';" title="<?php the_title(); ?>">

    I see why they designed it to show the image instead of going to a page. But it’s more intuitive to use it as a quick navigation item.

    I hope this helps!

    Thanks leeseofTBC ??
    You saved my day ??

    Is there any possibility modifying the code in order to change the main image when the mouse goes over the post title box?

    Something like onmouseover="...."

    Thanks in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: WP Content Slideshow] How to make the title block go to post page, instead of showing the i’ is closed to new replies.