Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #386955

    Guys,

    I’ve been replying here and there, but nothing happens. So, in short, look at this and be very scared. No, seriously, Enfold is broken. Don’t ask me how or why. And whether it has anything to do with the specific Dutch translations. I don’t know. Just happened 15-16 hours ago while I was doing nothing remarkable. Several sites are now completely crooked.

    PLEASE take a look: http://nieuw.yvons-fotostudio.nl/kriesi-enfold-sudden-huge-flaws-explanation/

    Pretty messed up. And I’m in pretty messed up positions now towards certain clients. I really hope you’re diving into this immediately. Cause there’s simply too much broken. Seriously broken. Like I can’t even get rid of the footer on http://nieuw.yvons-fotostudio.nl. Nor can I get the socket to show (which has always been there!!). Nor can I get the menu to be stuck, fixed. It scrolls away. Which never was the case. And the menu, it is on the right. And I can’t even opt for the left side. And so on…

    Please guys… this is not just a request. There’s somthing pretty wrong in the theme’s control panel. Please.

    #387016

    Yeah…

    I found the temporary fix. Somewhere in the translation thread.
    I sincerely would have liked to find a solution or any response on 5 different threads. In the last 16 hours.

    I’m gonna be cheeky and do what I would have hoped to find, and start a new thread. Not asking anything, but giving the solution to possibly dozens of Dutch Enfold users who have no idea what’s going on.

    #387018

    Ah. Now suddenly one comes up from Jan 23rd. I read back to the 24th.
    I’m adding the temporary solution code right there. SINCE YOU FOR SOME REASON STILL DIDN’T. Even though it’s there.

    O.o

    Why? …

    • This reply was modified 9 years, 3 months ago by Remco Geelen.
    #387042

    Hi!

    You can use CODE tag to insert the code :)

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

    Thank you!

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.