-
AuthorPosts
-
January 12, 2016 at 12:48 pm #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
January 12, 2016 at 4:45 pm #563994Hey bresta!
Have you edited images in Media > Library for each language and given them alt attributes?
Regards,
YigitJanuary 13, 2016 at 10:56 am #564509January 14, 2016 at 3:18 pm #565419Hey!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Cheers!
YigitJanuary 14, 2016 at 7:27 pm #565725Site logins :
January 18, 2016 at 4:06 am #566876Hey!
I’m sorry but what is the admin url? I tried http://bubrrecat.com/wp-admin but it is not working.
Cheers!
IsmaelJanuary 19, 2016 at 6:55 pm #568043Hi
Use this one : http://bubrrecat.com/komtel/wp-admin
January 20, 2016 at 6:50 am #568400Hey!
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,
IsmaelJanuary 25, 2016 at 12:10 pm #571271Hi
Yes I did, and now those images has alt tags right ?
Will this be persistent when we update Enfold ?
January 26, 2016 at 5:49 pm #572239Hi!
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!
VinayJanuary 29, 2016 at 3:34 pm #574597Hi
Actually I’ve added the code block you sent but those images still have no ALT
Kind Regards
February 1, 2016 at 7:46 am #575591Hey!
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!
IsmaelFebruary 27, 2016 at 5:24 pm #590260Hi
The url is changed, please use this one with the same credentials : http://test.komtelpe.com/
Kind Regards
March 2, 2016 at 9:09 am #591960 -
AuthorPosts
- You must be logged in to reply to this topic.