Tagged: slider
- This topic has 2 replies, 2 voices, and was last updated 11 years, 8 months ago by Sakin.
-
AuthorPosts
-
March 25, 2013 at 4:04 pm #5791dre2010Member
How do i remove the link for the slider images??? as i dont want the clickable.
when i remove in the functions file the <a href> it still shows up for the featured slider..
catcheverest-functions.php
<figure class=”slider-image”><a title=”Permalink to ‘.the_title(”,”,false).'” href=”‘ . get_permalink() . ‘”>
‘. get_the_post_thumbnail( $post->ID, ‘slider’, array( ‘title’ => esc_attr( $title_attribute ), ‘alt’ => esc_attr( $title_attribute ), ‘class’=> ‘pngfix’ ) ).’
</a>
</figure>
output.
<figure class=”slider-image”>
<a title=”Permalink to Boutique Kitchens” href=”http://benalli.com.au/new2/?p=113“>
<img width=”1140″ height=”450″ src=”http://benalli.com.au/new2/wp-content/uploads/2013/03/disp11-1140×450.jpg” class=”pngfix wp-post-image” alt=”Boutique Kitchens” title=”Boutique Kitchens” />
</a>
</figure>
March 25, 2013 at 4:25 pm #5792dre2010Memberi fixed it.
in order to do this i had to make the container holding the title and content the fixed size of the slideshow and then rearrange the title and content again all in the stylesheet.
regards
March 26, 2013 at 1:16 am #5832SakinKeymastergreat work. Nice.
-
AuthorPosts
- The topic ‘Removing Slider image’ is closed to new replies.