-
AuthorPosts
-
January 26, 2015 at 10:07 pm #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
January 27, 2015 at 12:27 pm #386154Hi,
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,
TobyJanuary 28, 2015 at 9:35 am #386825Hi Support,
Any update on this?? I have to present this website to my customer tomorrow…
January 28, 2015 at 9:47 am #386836Hey!
Thank you for using Enfold.
Did you enable the sidebar on Enfold > Sidebar Settings > Sidebar on Pages ?
Best regards,
IsmaelJanuary 28, 2015 at 11:29 am #386902nope. The strange thing is: it was just there, i dindt adjust anyting in the settings.
January 28, 2015 at 12:53 pm #386931Ismael!
:(
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.
January 28, 2015 at 1:43 pm #386951January 28, 2015 at 11:56 pm #387479Hi. 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!
January 30, 2015 at 9:07 am #388147Hey!
@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!
IsmaelJanuary 30, 2015 at 11:33 am #388229when i add the code above the whole website isnt functionaing anymore! Or do i have to overwrite a part or just add the code?
January 30, 2015 at 11:43 am #388232Ive 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!
February 1, 2015 at 6:33 am #388941Hi!
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!
IsmaelFebruary 1, 2015 at 11:14 am #388992Still had one copy in my downloadmap :-)
Ill check the code once ive finished the site and presented it to my customer.
February 4, 2015 at 6:05 am #390513Hi!
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!
JosueFebruary 4, 2015 at 10:11 am #390606i think ill wait for a new update of the theme…
-
AuthorPosts
- The topic ‘strange sidebar in bottom of page’ is closed to new replies.