Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #563841

    Hi

    The images which WPML outputs on header, they have no alt attribute and this is an error on validators.

    As you can see on this URL : https://validator.w3.org/nu/?doc=http%3A%2F%2Fbubrrecat.com%2Fkomtel%2Fen

    Kind Regards

    #563994

    Hey bresta!

    Have you edited images in Media > Library for each language and given them alt attributes?

    Regards,
    Yigit

    #564509

    Hi

    The images from WPML, those Enfold places on the menu does not come from media library, they are included in the markup to make the WPML compatibility so I can’t use Media Library to assign them.

    Kind Regards

    #565419

    Hey!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Cheers!
    Yigit

    #565725

    Site logins :

    #566876

    Hey!

    I’m sorry but what is the admin url? I tried http://bubrrecat.com/wp-admin but it is not working.

    Cheers!
    Ismael

    #568043
    #568400

    Hey!

    Did you hide the language flags? We added this code in the functions.php file:

    add_action( 'avia_meta_header', 'avia_wpml_language_switch', 10);
    add_action( 'ava_main_header_sidebar', 'avia_wpml_language_switch', 10);
    
    function avia_wpml_language_switch()
    {
    	global $sitepress, $avia_config;
    
    	if(empty($avia_config['wpml_language_menu_position'])) $avia_config['wpml_language_menu_position'] = apply_filters('avf_wpml_language_switcher_position', 'sub_menu');
    	if($avia_config['wpml_language_menu_position'] != 'sub_menu') return;
    
    	$languages = icl_get_languages('skip_missing=0&orderby=custom');
    	$output = "";
    
    	if(is_array($languages))
    	{
    		$output .= "<ul class='avia_wpml_language_switch avia_wpml_language_switch_extra'>";
    
    		foreach($languages as $lang)
    		{
    			$currentlang = (ICL_LANGUAGE_CODE == $lang['language_code']) ? 'avia_current_lang' : '';
    
    			if(!avia_is_overview() && (is_home() || is_front_page())) $lang['url'] = $sitepress->language_url($lang['language_code']);
    
    			$output .= "<li class='language_".$lang['language_code']." $currentlang'><a href='".$lang['url']."'>";
    			$output .= "	<span class='language_flag'><img alt='".$lang['native_name']."' title='".$lang['native_name']."' src='".$lang['country_flag_url']."' alt='".$lang['native_name']."' /></span>";
    			$output .= "	<span class='language_native'>".$lang['native_name']."</span>";
    			$output .= "	<span class='language_translated'>".$lang['translated_name']."</span>";
    			$output .= "	<span class='language_code'>".$lang['language_code']."</span>";
    			$output .= "</a></li>";
    		}
    
    		$output .= "</ul>";
    	}
    
    	echo $output;
    }
    

    Best regards,
    Ismael

    #571271

    Hi

    Yes I did, and now those images has alt tags right ?

    Will this be persistent when we update Enfold ?

    #572239

    Hi!

    You are using a child theme all changes made in the child theme will remain even after you update the main theme.

    Please let us know if you have any questions we are more than happy to help you :)

    Cheers!
    Vinay

    #574597

    Hi

    Actually I’ve added the code block you sent but those images still have no ALT

    Kind Regards

    #575591

    Hey!

    I’m trying to access the site but I got this error:

    Bandwidth Limit Exceeded
    

    Please contact your hosting provider. Once this hosting issue has been resolved, please enable the flags back so that we can check it.

    Cheers!
    Ismael

    #590260

    Hi

    The url is changed, please use this one with the same credentials : http://test.komtelpe.com/

    Kind Regards

    #591960

    Hey!

    Where are the language flags? Please enable it back.

    Best regards,
    Ismael

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.