Coder Social home page Coder Social logo

Comments (18)

fburatti avatar fburatti commented on July 4, 2024 2

Using https://github.com/fburatti/acf-qtranslate try to disable and enable qtranslate-x.
Then go to settings -> languages -> integration and click save changes.
Go to settings -> acf qtranslate and make sure none of the options is selected.
In ACF filed-groups make sure to use the ACF qtranslate wysiwyg field instead of ACF standard field.
Please try again!

from acf-qtranslate.

resting avatar resting commented on July 4, 2024 2

WYSIWYG is not translating for:

WP v4.5.4
ACF:qtranslatex v1.7.9
ACF v4.4.7
qTranslateX v3.4.6.8

Any idea how to fix it?

from acf-qtranslate.

amouratoglou avatar amouratoglou commented on July 4, 2024 1

I have a big problem fields duplicate content in both languages, ...any hint?

from acf-qtranslate.

mohammadjakhbir avatar mohammadjakhbir commented on July 4, 2024 1

hello guys finally i found the solution
1-in advanced custom field you want to change field to this look in picture and you will know every things
untitled-1

from acf-qtranslate.

terrayi avatar terrayi commented on July 4, 2024

I am currently working on WordPress 4.3 + qTranslate-X + ACF + ACF-qTranslate and they seem to work for some extent. Currently my only concern is that it does not seem to support translation on Image field. By the way, could there be some plugin conflict in your case?

from acf-qtranslate.

adamlindqvist avatar adamlindqvist commented on July 4, 2024

I havent tried the Image Field so far, so the only one I've been experiencing issues with is the WYSIWYG field.

I doubt there is a plugin conflict for me since apart from qTranslate-x, ACF and ACF-qTranslate I'm only using a twitter feed plugin and custom post type UI.

from acf-qtranslate.

fburatti avatar fburatti commented on July 4, 2024
  1. What versions of qtranslate-x and acf-qtranslate are using?
  2. You are using the standard ACF WYSIWYG field or the ACF WYSIWYG editor field provided by acf-qtranslate?
  3. According to the point 2, in settings -> acf-qtranslate, which option is selected?
  4. Try to enable / disable wp_debug to see if there are errors.

In my tests everything works fine with WP 4.3, qtranslate-x 3.4.3 and acf pro 5.3.0

However, after updating wp 4.3, acf-qtranslate throw a notice (saving field work anyway):
wp_richedit_pre is deprecated since version 4.3! Use format_for_editor () instead.

from acf-qtranslate.

fburatti avatar fburatti commented on July 4, 2024

in fact there was some problem, try this fix: #50
(I could not try ACF4 only PRO version)

from acf-qtranslate.

fburatti avatar fburatti commented on July 4, 2024

Also tested with ACF4: fburatti@2e4a9e6
You must use the acf-qtranslate WYSYWYG field and disable the "translation for Standard Field Types" option.

from acf-qtranslate.

patpaskoch avatar patpaskoch commented on July 4, 2024

WordPress 4.3.1
qTranslate-X Version 3.4.4
Advanced Custom Fields 4.4.3
Advanced Custom Fields: qTranslate 1.7.9

still have issues with qTranslate wysywyg fields

from acf-qtranslate.

fburatti avatar fburatti commented on July 4, 2024

@Liscus you tried this? https://github.com/fburatti/acf-qtranslate

from acf-qtranslate.

paramir avatar paramir commented on July 4, 2024

@fburatti thank you! the #50 worked for me. I had the problem that formatting in the WYSIWYG fields would not save, and changes in the content would be applied to all languages. this fix fixed both issues. I think the WYSIWYG should probably go out since qtranslate x already takes care of that, no?

from acf-qtranslate.

acenkus avatar acenkus commented on July 4, 2024

At last!!! Thank you! This solution helped to me (;

from acf-qtranslate.

howtomake avatar howtomake commented on July 4, 2024

fburatti, thanx, this work

from acf-qtranslate.

chrilleferna avatar chrilleferna commented on July 4, 2024

@fburatti: thanks for your patch, it works. The only annoying thing is that this comes up as version 1.7.8 (that's the version number in the code, although the readme says it's 1.7.9) and the most recent version of the plugin on wordpress.org has the version number 1.7.9. For this reason, my wordpress keeps notifying me that the plugin should be updated. Any chance you can get the plugin author to include your changes and generate a new version?

from acf-qtranslate.

scotty2nd avatar scotty2nd commented on July 4, 2024

@fburatti: Any idea why my wordpres 4.3. 1 with ACF 4.4.5 and ACF qtranslate 1.7.9 and qTranslate-X 3.4.6.4 is not working with the ACF WYSIWYG-Editor or the ACF qtranslate WYSIWYG-Editor. Thanks

from acf-qtranslate.

mrKorg avatar mrKorg commented on July 4, 2024

I have the same problem, the text is duplicated in editor. Help to correct the problem.

from acf-qtranslate.

haywirer avatar haywirer commented on July 4, 2024

Just add this in your theme functions.php file

function override_mce_options($initArray){
$initArray["selector"] = "#content, textarea[id*=wysiwyg-acf]";
return $initArray;
}
add_filter('tiny_mce_before_init', 'override_mce_options');

from acf-qtranslate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.