Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #59036
    Irina
    Member

    Hi, in the Video “How to create featured Post slider” there is an option to disable the text for the post slider in the Slider Option. I don’t have that option in my theme. How can I stop the text being displayed in the slider? My webpage is: http://www.aussiebuschfunk.net.
    Thanks for the help,
    Irina

    #59058
    Sakin
    Keymaster

    @Irina: Just add the following css in “Appearance => Theme Options => Custom CSS” box:
    #slider-wrap .featured-text { display: none; }

    #59089
    Irina
    Member

    @Sakin: I did that, but nothing happened. It’s still the same. ???

    #59172
    Sakin
    Keymaster

    @Irina: It’s not working as you have PHP code in Custom CSS box. You need to remove the following code from your custom css box. This custom css box is only for css not for php code.

    <?php if ( function_exists('yoast_breadcrumb') ) {
    yoast_breadcrumb('<p id="breadcrumbs">','</p>');
    } ?>
    #59183
    Irina
    Member

    @Sakin: Thank you, it’s working now. I was wondering why the breadcrumbs didn’t work. So it was a PHP code that I have to put somewhere else.
    Anyway, there is not anymore the post excerpt in the post slider, but I would like to have the header of the post displayed in the slider. Is that possible?

    #59189
    Sakin
    Keymaster

    @Irina: Ok then remove the following previous css that I gave you
    #slider-wrap .featured-text { display: none; }

    And the add the following css:

    #slider-wrap .featured-text span { display: none; }
    #slider-wrap .featured-text span.slider-title { display: block; }
    #59190
    Irina
    Member

    @Sakin: Thank you! Looking good!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Disable text on Post slider’ is closed to new replies.