Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5791
    dre2010
    Member

    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>

    #5792
    dre2010
    Member

    i 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

     

    #5832
    Sakin
    Keymaster

    great work. Nice.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Removing Slider image’ is closed to new replies.