Support » Plugins » Responsive slider

  • I want to be able to remove the slide titles – I have left this blank in the settings however it comes up as Untitled instead. Where in the code/css and how do I stop the untitled coming up on topr right of slide?

    Thanks

    Mark

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Mark,

    I’m looking for the same solution, I have a temp one but this will need to be carried out on every reponsive-slider plugin update.

    responsive-slider > responsive-slider.php

    line 261 remove this code
    <h2 class="slide-title"><a href="<?php echo get_post_meta( $post->ID, "_slide_link_url", true ); ?>" title="<?php the_title_attribute(); ?>" ><?php the_title(); ?></a></h2>

    I’m going to try and get the same result using CSS so you don’t need to do this every update! I will post this here when I do.

    Regards
    Mark

    Hi Mark,

    Heres the alternative CSS solution.

    In your template style.css file add this

    .responsive-slider.flexslider .slide-title a { visibility:hidden;
    }

    Mark

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Responsive slider’ is closed to new replies.