Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #385874

    Hi, My website is acting very strange all of a sudden. I now have a sidebar at the bottom of the site (sidebar was never active). The 3 iconboxes just beneath the slider are cut in 4 blocks somehow. When i go back in revision, it even gets worse and really messes up the site.

    Can you plz help me. Thanks in advance

    #386154

    Hi,

    Since i updated the theme from 3.0.2 to 3.0.7 i have the same problem. Suddenly on every page a sidebar appears, while I deactivated it at every page. Hope we can get a quick response.

    Regards,
    Toby

    #386825

    Hi Support,

    Any update on this?? I have to present this website to my customer tomorrow…

    #386836

    Hey!

    Thank you for using Enfold.

    Did you enable the sidebar on Enfold > Sidebar Settings > Sidebar on Pages ?

    Best regards,
    Ismael

    #386902

    nope. The strange thing is: it was just there, i dindt adjust anyting in the settings.

    http://awesomescreenshot.com/0024a9e0ad

    #386931

    Ismael!

    :(

    Guys! You should really take a good look at what’s happened with the theme about 15 hours ago! There are SEVERAL things messed up, out of the blue. Sidebars, menus, footers, all kinds of stuff. And look into the theme itself and the Enfold control panel. Please! It’s messed up. Even several dropdowns are completely incorrect. Should give you 4 options, now shows only 2, e.g. And the wrong ones!

    Please, I’m so very stuck with 1 particular site with the menu on the left. Which does NOT work anymore, simply because the option to put the menu on the left is broken. Gone. As are other options. I’m not joking. Enfold is broken in several places. Do check my unanswered thread #386721 for more details and examples.

    #386951
    #387479

    Hi. Any news for this issue form development? If not, can I go back to a previous release, and where can i download it?.

    I have to present my site to my customer tomorrow. I cant present how it looks right now!

    #388147

    Hey!

    @Remco Geelen: I believe this is fixed. We added this code on functions.php to disable the theme options translation:

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


    @bonami
    : Please try the solution above then go Enfold > Sidebar Settings. Disable the sidebar for pages.

    Cheers!
    Ismael

    #388229

    when i add the code above the whole website isnt functionaing anymore! Or do i have to overwrite a part or just add the code?

    #388232

    Ive found an old version of Enfold. Deleted the theme and installed the old one. Now it works fine. I have version 3.0.4 installed. SO it is definately an error in 3.0.8.

    If someone needs this version, contact me ill get you a copy!

    #388941

    Hi!

    Where did you get a copy? I hope it’s not a free copy. Unfortunately, we won’t be able to help you unless you update the theme to the latest version. The code above should disable the theme translation and might fix the issues you’re having. You should add it at the very bottom of functions.php.

    Cheers!
    Ismael

    #388992

    Still had one copy in my downloadmap :-)

    Ill check the code once ive finished the site and presented it to my customer.

    #390513

    Hi!

    You can disable the translation for the Theme Options by opening functions.php and moving line 104 to line 78 – http://screencast.com/t/NaHYTtsyM

    Cheers!
    Josue

    #390606

    i think ill wait for a new update of the theme…

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘strange sidebar in bottom of page’ is closed to new replies.