Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #13445
    JayCeeEm
    Member

    Hi,

    Thank you for your help on my site (http://www.chicago-d.com) thus far.

    I am looking to keep the excerpts on the homepage, but only show the title of posts within the featured slider. I’d like to center this text as well (but again, not effect the other excerpts on the homepage).

    Thanks!

    #13475
    Sakin
    Keymaster

    @JayCeeEm: Sorry in this version we cannot do that with simple css changes. It’s bit technical. You need to build child theme and create new functions.php file in your child and then copy the function catchbox_sliders() in your child theme functions.php file. Where you have to edit the code

    <div class="featured-text">'
        .the_title( '<span>','</span>', false ).' :
        '.get_the_excerpt().'
    </div><!-- .featured-text -->

    To

    <div class="featured-text">'
        .the_title( '<span class="slider-title">','</span>', false ).'
    </div><!-- .featured-text -->

    Yes, we will update in New version to control through Custom CSS.

    #13499
    JayCeeEm
    Member

    Hi Sakin,

    I tried replacing this, but it didn’t remove the excerpt from the slider. Is there another .php file that needs to be edited as well? Or something else in the function itself?

    #13510
    Sakin
    Keymaster

    @JayCeeEm: If you have change that file, then you can just change any setting in your Theme Options panel to clear the cache setup in Slider.

    #13519
    JayCeeEm
    Member

    Worked perfectly. Thanks!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Featured Slider Text– Only Looking to Display Title’ is closed to new replies.