Tagged: catch box, featured slider, Home Page
- This topic has 4 replies, 2 voices, and was last updated 11 years, 3 months ago by JayCeeEm.
-
AuthorPosts
-
August 20, 2013 at 4:42 pm #13445JayCeeEmMember
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!
August 20, 2013 at 8:56 pm #13475SakinKeymaster@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.
August 21, 2013 at 6:32 am #13499JayCeeEmMemberHi 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?
August 21, 2013 at 11:03 pm #13510SakinKeymaster@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.
August 22, 2013 at 7:47 am #13519JayCeeEmMemberWorked perfectly. Thanks!!
-
AuthorPosts
- The topic ‘Featured Slider Text– Only Looking to Display Title’ is closed to new replies.