Support

Account

Forum Replies Created

  • Obviously.. via the Select-field 🙂

  • Oh my. At first I thought 3.9 was creating issues, but when I updated to RC1 the problem was solved for a moment. Then I added a small snippet to functions.php to parse scripts. That made the same fault, so I assumed it was ACF having a problem, as the fault was similar to the “old” fail. Then I forgot about the snippet. Now I have deleted it, and everything works again. Sorry for fuzzing about that one.

    I can report all a-okay after RC2 and ACF 4.3.8. Thanks.

    PS: Bad snippet:

    function defer_parsing_of_js ( $url ) {
    if ( FALSE === strpos( $url, '.js' ) ) return $url;
    if ( strpos( $url, 'jquery.js' ) ) return $url;
    return "$url' defer ";
    }
    add_filter( 'clean_url', 'defer_parsing_of_js', 11, 1 );
  • Tried to downgrade wp to 3.8.1 No succes.
    Downgraded to ACF 4.6.4 – No succes.

    Upgraded wp to 3.9 again. No succes.
    Upgraded to ACF 4.6.8. No succes.

    I’m all out of luck here. Oh dear forum please show me the light :/

  • Well well. Glad so many found this useful, and that you have sites that works now 🙂

    My wysiwyg editor is still down, both the standard, and the minimal that comes with ACF – It is down on both post, pages and CPTs.

    If I deactivae ACF everything is good. If I activate again, the wysiwyg-bar disappears again 🙁

    Any suggestion on how to fix this?

    Thanks

  • Right. I’m confused. Of cause this is the wrong place for that question, sorry.

  • Dear Eliot, as of now we have chosen not to translate our ACFs, because we are facing some others compatibility issues with our templates, saying that I cannot create a screen cast because we disabled WPML for ACFs – but thanks a lot for getting back to me.

  • Thanks,

    I also thought so – my problem is: when I translate a custom post type, and go the the “new” edition of the page, I get zero ACF’s on that new page- on the old page I may have 30 ACF’s, but not in the new one. I have all the values of ACF visible for translation at the end of the page, listed as radio buttons where I can those Nothing, Copy, or Translate. I those Translate for every ACF’s, and hit apply. Then, I guess I should have all the original ACF’s ready for translation (input values) but I don’t..?

    Thank you so much for you support so far. If anyone has written a kind of how-to on ACF and WPML i would be awesome? 🙂

Viewing 7 posts - 1 through 7 (of 7 total)