Viewing 7 replies - 1 through 7 (of 7 total)
  • What theme are you using?

    Thread Starter misterfancy

    (@fancypeeps)

    Catch Everest theme.

    //Yelp
    			if ( !empty( $options[ 'social_youtube' ] ) ) {
    				$catcheverest_social_networks .=
    					'<li class="you-tube"><a href="'.esc_url( $options[ 'social_youtube' ] ).'" title="'.sprintf( esc_attr__( '%s <strong>on Yelp</strong>', 'catcheverest' ),get_bloginfo( 'name' ) ).'" target="_blank">'.get_bloginfo( 'name' ).' Yelp </a></li>';

    }

    Please post your question on the Catch Everest theme support page: Catch Everest Theme Support Page.

    Thread Starter misterfancy

    (@fancypeeps)

    It’s more of a PHP issue rather than a theme issue. I’m mainly a CSS/HTML coder and PHP is way over my head.

    I know is simply editing a few lines in the code but I’m not sure which ones.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It was a fair request not only for you receive help from the right people, people most familiar with that theme, but to help other people find this thread in the future. Threads posted in the correct places on these forums have a greater likelihood of being found by search engines.

    It does however look like your question is specific to your theme:

    $options[ 'social_youtube' ] ).

    “$options” isn’t defined in PHP by itself, it’s defined by your theme.

    Thread Starter misterfancy

    (@fancypeeps)

    Okay, thanks. I posted in the theme section. I’ll close this one.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Social Media Buttons ALT tag’ is closed to new replies.