Slider in v2.04

  • Anonymous

    #48373

    Good evening,

    First off, thank you so much for all your great work with the Graphene theme!!!

    I’m glad to see that you tried to add the post titles into full-post slider in ./inc/slider.php, however, I noticed that line 65 has an error :

    <h3 class="slider-post-title"><?php the_content(); ?></h3>
    should read:
    <h3 class="slider-post-title"><?php the_title(); ?></h3>

    I further customized it so it was similar to pre-v2.0 slider with:
    <h2 class="slider_post_title"><a href="<?php echo $slider_link_url; ?>"><?php the_title(); ?></a></h2>
    This allows me to link to the full post from the slider.

    Dave

    alpha_DE

    #48384

    Thx!

    So mutual user support is much better then the (non-existing) developer support.

    Admin

    Syahir Hakim

    #48389

    @djgrant181, thanks for highlighting the error in the code. We’ll include this fix in the next update.

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.