• Hi,

    After upgrading to latest version of plugin and with a current WP version, the metabox fields no longer show up in front end.

    A few upgrades earlier, while trying to create a french page from an English page using Polylang, the gallery /image filed does not get carried over…

    I ARBITRARILY reverted back to meta-box VERSION 4.5 svn and the above 2 issues got resolved. I will incrementally try the versions between 4.5 svn and Current Version 4.8.1(svn)

    https://www.ads-software.com/plugins/meta-box/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Anh Tran

    (@rilwis)

    Hi, as you’re using version 4.5, I guess you’re using the old method to register meta boxes using admin_init hook. Could you please follow these steps to avoid the issues?

    https://metabox.io/steps-fix-problems-meta-box-4-8-0/

    Thanks

    Thread Starter Johnny52

    (@johnny52)

    Hello,
    Thank yo for quick reply.
    I updated the functions.php as described and updated plugin.

    This resolved the displaying on front end ??
    However the Polylang issue is still there.
    So I kept the updated functions and reverted back to the 4.5svc version of meta-box as to keep the polyland functionality ….

    Hoping theres a fix …

    Cheers

    Plugin Author Anh Tran

    (@rilwis)

    I will need to check with Polylang plugin. However, the way the Meta Box plugin saves the meta value doesn’t change. I’m wonder why it doesn’t work.

    Thread Starter Johnny52

    (@johnny52)

    UPDATE:
    I incrementally installed versions of Metabox to see where the break happens….it occurs after version 4.5.7

    SO the only change I saw in version changelog that might be cause 4.6 is :
    Improvement: rewrite code for file_advanced and image_advanced, which share the same code base……

    Can this be causing the issue while switching languages I lose my gallery field ?

    Plugin Author Anh Tran

    (@rilwis)

    Hi Johnny,

    I’ve just tested the Meta Box 4.8.5 with Polylang and see they work together just fine. Here is a test meta box I made for testing:

    $meta_boxes[] = [
    	'title' => 'Test polylang',
    	'fields' => [
    		[
    			'id' => 'image',
    			'type' => 'image_advanced',
    			'name' => 'Image',
    		]
    	],
    ];

    Can you post your code or make a screenshot so I can see what happens?

    Thread Starter Johnny52

    (@johnny52)

    Thread Starter Johnny52

    (@johnny52)

    Hi Tran,
    Thank you for the response…

    Take a look at these screen shots and code…

    CODE

    IMAGE

    Cheers,
    Johnny

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Upgrades degenerate integration’ is closed to new replies.