• Resolved blue_life

    (@blue_life)


    Hi team
    Thank you for this great theme ! AMAZING.
    I see in my code source a strange arrow “←” in the <a class brand before the “title” exactly like this :

    <a class="brand"  title="

    Is it because I’m using the free version ? A bug ?

    NOTE : I checked other websites with NEVE ( from your website testimonials ) and one – eliyahna.com has exactly the same.
    What is this ?
    I never saw this in a logo brand.
    I want to remove it it’s totally irrelevant.

    Thank you,
    Cheers

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter blue_life

    (@blue_life)

    Hi again.
    I found why the arrow is in component logo file, you added the arrow
    Why team, why ?? ? It’s useless, isn’t it ?

    if ( $is_not_link ) {
    	$start_tag = '<span class="brand" title=" ' . get_bloginfo( 'name' ) . '" aria-label="' . get_bloginfo( 'name' ) . '">';
    	$end_tag   = '</span>';
    } else {
    	$start_tag = '<a class="brand" href="' . esc_url( home_url( '/' ) ) . '" title=" ' . get_bloginfo( 'name' ) . '"
    			aria-label="' . get_bloginfo( 'name' ) . '" rel="home">';
    	$end_tag   = '</a>';
    }
    Thread Starter blue_life

    (@blue_life)

    Anybody please ?

    Thread Starter blue_life

    (@blue_life)

    3 months later still no feedback. I don’t see why.

    irinelenache

    (@irinelenache)

    Hello @blue_life,

    Thank you for using Neve FSE. I’m very sorry about the delayed response!

    The arrow in the logo component is used for accessibility reasons, in order to visually indicate that clicking on it will lead the user back to the homepage. Accessibility is an important aspect that we take in consideration, to make our websites usable for everyone.

    I hope you find this helpful, let me know if you need anything!

    Best regards,
    Irinel

    Thread Starter blue_life

    (@blue_life)

    Thank you @irinelenache ! Now I get it ! I didn’t know :/
    It makes your theme even better !
    Cheers !

    Thread Starter blue_life

    (@blue_life)

    Closed ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘strange arrow ← in my <a class=brand TITLE’ is closed to new replies.