Coder Social home page Coder Social logo

Comments (9)

Tusko avatar Tusko commented on July 25, 2024

hey! anybody here?

from acf-qtranslate.

 avatar commented on July 25, 2024

same issue

from acf-qtranslate.

Tusko avatar Tusko commented on July 25, 2024

my backend developer fix some in qtranslate plugin. and this works fine (he don't works with Git), so I don't know what he changed.
https://goo.gl/yx1Z3r

from acf-qtranslate.

funkjedi avatar funkjedi commented on July 25, 2024

Thanks, I'll review try and review his changes tonight.

from acf-qtranslate.

Tusko avatar Tusko commented on July 25, 2024

@funkjedi thank you so much!

from acf-qtranslate.

funkjedi avatar funkjedi commented on July 25, 2024

Not a lot in the way of changes. A single line of code was commented out of qTranslate-X.

diff -rupNbB wordpress/wp-content/plugins/qtranslate-x/admin/qtx_activation_hook.php qtranslatex+acfpro/qtranslate-x/admin/qtx_activation_hook.php
--- wordpress/wp-content/plugins/qtranslate-x/admin/qtx_activation_hook.php 2015-06-07 14:39:16.000000000 -0400
+++ qtranslatex+acfpro/qtranslate-x/admin/qtx_activation_hook.php   2015-06-08 23:11:38.000000000 -0400
@@ -190,7 +190,7 @@ function qtranxf_standardize_config_fiel
 function qtranxf_standardize_config_anchor( &$anchor ){
    if(isset($anchor['id'])){
        $id = $anchor['id'];
-       unset($anchor['id']);
+//     unset($anchor['id']);
    }else if(is_string($anchor)){
        switch($anchor){
            case '':
diff -rupNbB wordpress/wp-content/plugins/advanced-custom-fields-pro/pro/fields/repeater.php qtranslatex+acfpro/advanced-custom-fields-pro/pro/fields/repeater.php
--- wordpress/wp-content/plugins/advanced-custom-fields-pro/pro/fields/repeater.php 2015-06-12 19:34:37.000000000 -0400
+++ qtranslatex+acfpro/advanced-custom-fields-pro/pro/fields/repeater.php   2015-06-08 23:13:56.000000000 -0400
@@ -691,7 +691,8 @@ class acf_field_repeater extends acf_fie
                        // modify name for save
                        $sub_field['name'] = "{$field['name']}_{$i}_{$sub_field['name']}";

-                       
+//                     var_dump($v, $post_id, $sub_field);
+//                     exit;
                        // update value
                        acf_update_value( $v, $post_id, $sub_field );

from acf-qtranslate.

beta2k avatar beta2k commented on July 25, 2024

and does this solve anything?

from acf-qtranslate.

cyberwani avatar cyberwani commented on July 25, 2024

I am having same issue.

from acf-qtranslate.

Tusko avatar Tusko commented on July 25, 2024

works with latest WP & ACF
https://github.com/Tusko/acf-qtranslate

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.