Forum Replies Created
-
AuthorPosts
-
rikmulder
ParticipantHi Peter,
When deactivating Meta Box (not AIO, it's still activated) some meta values aren't displayed on the frontend anymore, others are.
i.e. $value= rwmb_meta( 'example' );
When I use print_r($value) it's empty, when I activate the plugin again (previous version) it shows the content.
Will run through this tomorrow to see if I can fix it, just wanted to let you know.
Kind regards!
rikmulder
ParticipantHi Peter,
thanks for the reply, I just deactivated the Meta Box plugin and only use the AIO plugin now. Everything seems to keep working. I never knew these two could be used separately. I allways thought AIO was an addon to the original plugin. Am I correct I don't need the standalone Meta Box plugin anyway when using Mea Box AIO?
Kind regards,
Rik
October 11, 2023 at 8:25 PM in reply to: ✅The admin front end shows empty fields but fields are stored #43497rikmulder
ParticipantFixed after trying this solution:
rikmulder
ParticipantYep, everything is working again. Thanks for the quick fix!
Regards,
Rikrikmulder
ParticipantJust noticed I have the same issue. Luckily I just saved one post because my site depends on these relationships. Will downgrade till it's fixed. Good luck fixing it...
rikmulder
ParticipantHi, thanks for the reply... good to hear.
Regards.
February 6, 2020 at 5:56 PM in reply to: ✅Bug with images in MB Settings Page after upgrading Meta Box plugin #18176rikmulder
ParticipantHi, thanks for the fast response. Seems to fix the issue!
February 6, 2020 at 5:12 PM in reply to: ✅Bug with images in MB Settings Page after upgrading Meta Box plugin #18172rikmulder
ParticipantHi Anh Tran,
I have the problem with a custom field which is a single image upload. When I call the field this way
$promo_visual = rwmb_meta( 'promotion_visual' )I get the error as mentioned above.I solved it for now by calling the field another way:
$promo_visual_id = get_post_meta( get_the_ID(), 'promotion_visual', true ); $promo_visual = wp_get_attachment_image_src($promo_visual_id);This is working as long as I don't use the rwmb_meta call. Still worth looking for it I think because now I use both get_post_meta and rwmb_meta throughout my site.
February 5, 2020 at 8:45 PM in reply to: ✅Bug with images in MB Settings Page after upgrading Meta Box plugin #18149rikmulder
ParticipantPlease ignore my last post. I have the problem on another place. Will open a new topic.
February 5, 2020 at 8:20 PM in reply to: ✅Bug with images in MB Settings Page after upgrading Meta Box plugin #18148rikmulder
ParticipantI got the same error. Used to run smush.it but now have ShortPixel Image Optimizer. Hundreds of error lines each minute.
"PHP message: PHP Warning: Invalid argument supplied for foreach() in /var/www/XXX_COMMENTED-OUT-XXX/plugins/meta-box/inc/fields/image.php on line 166"Also custom fields are not showing any more in back end after saving or adding. On front end they're still there. Anywhere to download the previous version?
December 12, 2018 at 5:24 PM in reply to: ✅Missing fields Yoast SEO after Metabox update to 4.15.8 #12625rikmulder
ParticipantHi Anh Tran. Installed the update from Github and everything seems to work fine. Great!! Thanks again for the fast support, amazing!
December 11, 2018 at 3:08 PM in reply to: ✅Missing fields Yoast SEO after Metabox update to 4.15.8 #12589rikmulder
ParticipantThanks a lot in advance. Hope you'll find out the problem. Regards!
rikmulder
ParticipantDeactivated everything, deleted and installed again using the Update extension. Working now.
rikmulder
ParticipantUpdate: I went back to version 4.8.5 which works.
rikmulder
ParticipantHi there,
no problem at all, I'm very happy with this update. Thanks a lot Anh Tran!!
Regards 🙂
-
AuthorPosts