• Resolved rom1our

    (@rom1our)


    Hello,
    I have the following problem:
    I use the Generate Press Theme + WP Show Posts by Tom Usborne.
    In the WP Show Posts, I want to oppress the title tag on image hover.
    Tom suggested the following code

    add_action( 'wp', function() {
        add_filter( 'wpsp_image_title', '__return_false' );
    } );

    or
    add_filter( 'wpsp_image_title', '__return_empty_string' );
    Both codes don’t work when Clearfy is active. If Clearfy is disabled, it works as expected.

    As I am not able to find the problem on GP and WPSP side, I want to ask you to investigate the problem on your side.
    Thank you

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello.

    wpsp_image_title filter removes the title attribute only in the link , but not in the image.

    In Clearfy there is a parameter SEO -> Automatically set the alt attribute. Turn it off.

    Thread Starter rom1our

    (@rom1our)

    Thank you *****

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP Show Posts Title tag’ is closed to new replies.