the latest version of the theme does not see any option will only see 4
Tip?
A little bit more specific and elaborate would help.
What is the problem, Paso70?
Hi…
option in the theme I see only the first 4
see this file
https://www.dropbox.com/s/oesilp67ks5imsf/Schermata%202015-01-28%20alle%2014.57.09.png?dl=0
Hey!
Please refer to workaround Josue posted here – https://kriesi.at/support/topic/problems-with-3-0-5-update/#post-382198
Cheers!
Yigit
did not work !!!
:-(
Hey!
Can you try adding following code to Functions.php file in Appearance > Editor
if(!function_exists('avia_lang_setup'))
{
add_action('after_setup_theme', 'avia_lang_setup');
function avia_lang_setup()
{
if(!is_admin())
{
$lang = apply_filters('ava_theme_textdomain_path', get_template_directory() . '/lang');
load_theme_textdomain('avia_framework', $lang);
}
}
}
Regards,
Yigit
not work !!!…
sorry
try again to load everything
Hey!
Please download 3.0.8 which includes an actual fix for this specific issue. Let us know if it works.
Regards,
Ismael
ok work.. thanks
try again to load everything
Did 3.0.8 fix it? please let us know so we can mark the topic as resolved.
Regards,
Josue
ok …. problem solved
thanks, thanks, thanks