Viewing 28 posts - 1 through 28 (of 28 total)
  • Author
    Posts
  • #382545

    Hi,

    since the the last update I recognize that a the key option to position the logo and menu doesn’t exist anymore.
    >> enfold >> options >> header >> layout >> position << I miss the option “logo left, menu right”.
    Now there are only : “left to right”
    “logo left, menu below”
    “logo right, menu below”
    “logo center, menu below”

    Regards,
    Frank

    #382779

    Hi scfran!

    “Logo left, Menu right” should be the default option. Let’s try the following.

    1. Deactivate all plugins.

    2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    If your still having problems then send us a WordPress login and we’ll take a look.

    Regards,
    Elliott

    #384275

    Hi Elliot,

    if I try this, which data can be lost? Because it isn’t the same like deactivating the theme and switch to another one, or?

    Regards,
    Frank

    #384389

    Same for me! There is no option “logo left – menu right” anymore. Default is from left to right now.
    And the Enfold Options Page has a language mix-up (German/English). The Heading is german, the description below is in english …

    #384912

    Hi,
    I did the update to enfold version 3.0.6. Afterwards it work for a short time and I was able to change it to option “logo left – menu right”. But after a short period the bug is back and the default option is gone again, really irritating!!
    Probably I will have to switch to center mode …

    #385530

    Hi!

    Can you please create a temporary admin login and post it here privately?

    Cheers!
    Yigit

    #385549
    This reply has been marked as private.
    #385560

    Hi Frank!

    Kriesi just released another update, 3.0.7. Can you please update the theme firstly and check if issue remains?

    Regards,
    Yigit

    #385569

    At the moment it works, but also with update 3.0.6 for a short periode of time. I’ve crossed my fingers. ;)
    Thanks Yigit!

    #385576

    Hi!

    Great! Let us know if issue re-occurs :)

    Cheers!
    Yigit

    #385605

    3.0.6 seems to fix the bug for me. I’ll let you know, if the bug returns …

    #385628

    Hi!

    Great! We will keep the thread open :)

    Best regards,
    Yigit

    #385695

    It happens again. :(
    It’s caust by changes in the enfold >> header area. If I won’t change anything after a new update, it doesn’t ocurr I think.

    #386050

    Hey!

    We can’t reproduce the issue on our installation. Must be something to do with the theme options translation but we’re still not sure. We will escalate the issue to Kriesi. Please wait for his response.

    Regards,
    Ismael

    #386051

    Hey!

    Try to add this on functions.php:

    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);
    		}
    	}
    }

    Best regards,
    Ismael

    #386075

    Hi Ismael,

    I will try it today.

    Best regards,
    Frank

    #386291

    Hey!

    Please do so and let us know Frank :)

    Cheers!
    Yigit

    #386685

    Hi,

    I try it, but it doesn’t work.

    Regards,
    Frank

    #386929

    Hi,

    the code doesn’t work for me, too.
    I found out that after an Theme update everything is correct and works fine. But as soon as I save any changes in the enfold options the logo sticks to the right automatically and the option “logo left, menu right” disappears!

    This is what the option panel looks like after saving:
    enfold options

    #387743

    Hey!

    Can you please update Enfold to the latest version 3.0.8 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
    It was released to fix the issues related with language files.

    Regards,
    Yigit

    #387764

    Hey Yigit,

    updated to 3.0.8 and the logo is on the left side for now. But the languages are still messed up, now even worse.
    The options on the left are in german, the headings are mixed, german, turkish, english, and the descriptions and the dropdown options are in english. Pretty weird.

    #388676

    Hi @wingman,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #388754

    Hi,

    same problem for me!!!
    The problem with the position of logo and header is solved, but since version 3.0.8 there’s a mix up of different languages. Not in the header, because I use english there, but in the response field. There’s a mix up of german and english. I use “CodeStyling Localization” to transform some snippet text and now there are some english – german translations, which not fit! Instead of the german translation there is the swedish one!!!

    Regards,
    Frank

    #388788

    I have to correct me! The problem with logo and menu occurs again. Not really funny anymore …
    And the dashboard is peppered multilingual!
    header

    • This reply was modified 9 years, 2 months ago by scfran.
    #390502

    Hi!

    Yeah that’s because the German translation is not 100% complete, you can disable it (for the Theme Options only) if you want, open functions.php and move line 104 to line 78 – http://screencast.com/t/NaHYTtsyM

    Best regards,
    Josue

    #390679

    Hi Josue,

    ok … but in previous versions it worked very well! I don’t really understand that point.

    Regards,
    Frank

    #390900

    Hi Frank,

    In previous version the Theme Options weren’t being translated at all, sorry for the inconvenience.

    Regards,
    Josue

    #391900

    That can be true, but english is much better than a mix of different languages I don’t know. I will try the option by the functions.php.

    Best regards,
    Frank

Viewing 28 posts - 1 through 28 (of 28 total)
  • The topic ‘Position of logo and menu since update version 3.0.5’ is closed to new replies.